03 2014 档案

摘要:find /home/kevin/test -name cc.txt -exec rm -f {} \; 阅读全文

posted @ 2014-03-22 23:35 南岗V哥 阅读(120) 评论(0) 推荐(0)

摘要:Task: Start Apache 2 Server /启动apache服务# /etc/init.d/apache2 startor$ sudo /etc/init.d/apache2 startTask: Restart Apache 2 Server /重启apache服务# /etc/init.d/apache2 restartor$ sudo /etc/init.d/apache2 restartTask: Stop Apache 2 Server /停止apache服务# /etc/init.d/apache2 stopor$ sudo /etc/init.d/apache2 s 阅读全文

posted @ 2014-03-06 01:27 南岗V哥 阅读(244) 评论(0) 推荐(0)

摘要:指定 ubuntu server ip,一共就两步。■编辑配置文件sudovi /etc/network/interfaces ■重启网络配置sudo/etc/init.d/networking restart /etc/network/interfaces配置示例,注意需要将DNS同时设置在此处# This file describes the network interfaces available on yoursystem# and how to activate them. For more information, seeinterfaces(5).# The loopback n 阅读全文

posted @ 2014-03-02 11:44 南岗V哥 阅读(362) 评论(0) 推荐(1)