摘要: 在Linux下如果要查找包含某个关键字的文件,如要在根目录下搜索带有关键字“http”的文件,在终端下运行命令: find / –type f |xargs grep “http” 或者 grep -r "http" /root/ 阅读全文
posted @ 2017-07-28 10:41 沙哈拉 阅读(1855) 评论(0) 推荐(1)
摘要: https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-on-centos-6 阅读全文
posted @ 2017-07-19 21:17 沙哈拉 阅读(126) 评论(0) 推荐(0)
摘要: 【链接】2016最新版-linux基础入门教程http://edu.csdn.net/course/detail/1936 【链接】Linux高薪入门实战精品(上)http://edu.csdn.net/course/detail/841 【链接】Linux高薪入门实战精品(下)http://edu 阅读全文
posted @ 2017-07-19 11:36 沙哈拉 阅读(127) 评论(1) 推荐(0)