会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Leonardo-li
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
24
25
26
27
28
2017年12月21日
CDN IDC 云计算三者的关系
摘要: 云计算、CDN和IDC的关系 1.三个专业名词分别的定义: IDC :Internet Data Center(互联网数据中心,简称IDC机房)利用互联网通信线路、带宽资源,建立标准化的电信专业级机房环境,为企业、政府提供主机, 服务器托管和租用, 虚拟主机, 域名注册, 企业邮局、邮件系统等全方面
阅读全文
posted @ 2017-12-21 21:08 Leonardo-li
阅读(5153)
评论(0)
推荐(0)
2017年12月20日
Nginx的系统启动服务脚本(shell)
摘要: vim /etc/init.d/nginx#!/bin/bash#chkconfig: - 99 22#description: Nginx Server Control ScriptPROG="/usr/local/nginx/sbin/nginx" #主程序路径PIDF="/usr/cocal/
阅读全文
posted @ 2017-12-20 19:38 Leonardo-li
阅读(440)
评论(0)
推荐(0)
用shell制作IP脚本
摘要: vim ip.sh #!/bin/bashread -p "eth:" eread -p "ip:" ip1read -p "netmask:" mask1read -p "route:" route1read -p "dns:" dns1 mac=$(ifconfig $e | grep "HWa
阅读全文
posted @ 2017-12-20 18:49 Leonardo-li
阅读(395)
评论(0)
推荐(0)
Linux入门命令解释(1)
摘要: 第一章Linux安装及服务控制 1. uname -r //查看linux版本号 2.cat /proc/cupinfo //查看CPU信息 3.cat /proc/meminfo //查看内存信息 memtotal总容量 memfree空闲容量 swaptotal交换分区总容量 swapfree交
阅读全文
posted @ 2017-12-20 18:14 Leonardo-li
阅读(267)
评论(0)
推荐(0)
上一页
1
···
24
25
26
27
28
公告