2015年3月4日

Crontab的格式

摘要: 第1列分钟1~59第2列小时1~23(0表示子夜)第3列日1~31第4列月1~12第5列星期0~6(0表示星期天)第6列要运行的命令下面是crontab的格式:分 时 日 月 星期 要运行的命令这里有crontab文件条目的一些例子:30 21 * * * /usr/local/apache/bin... 阅读全文

posted @ 2015-03-04 18:26 阳台 阅读(149) 评论(0) 推荐(0) 编辑

linux 单网卡绑定两个ip

摘要: 一、ubuntu系统: #vi /etc/network/interfaces OR $ sudo vi /etc/network/interfaces Modify as follows: 1 auto eth0 2 auto eth0:0 3 auto eth0:1 4 iface eth0... 阅读全文

posted @ 2015-03-04 11:18 阳台 阅读(628) 评论(0) 推荐(0) 编辑

导航