linux c evan c / linux桌面 / 未分类 2016年8月3日 2016年8月3日 初识Linux下C语言编程 http://blog.csdn.net/lin78009/articl …
浅谈程序员的英语学习(转) evan 未分类 / 生活与情感 2016年8月2日 2016年8月2日 对于初学者而言,不需要阅读其他乱七八糟的小说散文,也不用把新概念看一遍,最重要的就是把你的主力语言中 …
sed插入 evan centos-rhel服务器相关 / shell 及相关 / 未分类 2016年8月2日 2016年8月2日 1.在指定行前插入一行 sed ‘2 itext’ -i a.txt # 在 …
著名站点 evan centos-rhel服务器相关 / 未分类 / 生活与情感 2016年8月1日 2016年8月1日 关注黑客与极客http://www.freebuf.com/ 名站 苦咖啡 http://blo …
rsync服务器 evan centos-rhel服务器相关 / shell 及相关 / 未分类 2016年7月30日 2016年7月30日 # cat /etc/rsyncd.conf uid=root gid=root use chroo …
How to install and configure VSFTPD server on Debian or ubuntu evan centos-rhel服务器相关 / 未分类 2016年7月28日 2016年7月28日 aptitude install vsftpd sudo apt-get install vsftp …
快速配置nginx虚拟主机(游戏入口快速搭建) evan shell 及相关 / 平时应用 / 未分类 2016年7月28日 2016年7月28日 使用场景: 游戏的入口是 lnmp 环境,于是怕麻烦 就有了下面的sh #!/bin/bash # …
linux运维面试题目 evan centos-rhel服务器相关 / linux / 未分类 2016年7月27日 2016年7月27日 [root@vultr evan]# cat mycreatedir #!/bin/bash for …
用户追加到其它用户组以及用户和用户组的相关命令 evan centos-rhel服务器相关 / linux常用命令 / shell 及相关 / 未分类 2016年7月27日 2016年7月27日 将一个用户追加到其它用户组中,千万不能直接用: usermod -G groupA 这样做会使你脱离 …