Qiufeng - qiufeng.org - 秋风的笔记
General Information:
Latest News:
Centos 一般性安全设置 26 Apr 2013 | 10:02 pm
1.修改SSH端口 vim /etc/ssh/sshd_config 2.使用秘钥登陆 ssh-keygen [...]
新开论坛 黑帽中国! 22 Apr 2013 | 02:23 pm
黑帽中国blackhat.cn 欢迎各位SEOer加入
Nginx防止恶意指向,禁止IP访问以及域名跳转 18 Apr 2013 | 01:36 pm
#禁止IP访问 server { listen 80 default; server_name _; retu [...]
centos 添加EPEL(Extra Packages for Enterprise Linux) repository: 16 Mar 2013 | 05:41 am
CentOS5.x 32-bit(x86/i386): rpm -Uvh http://dl.fedorapr [...]
CentOS开机自动运行程序的脚本 10 Jan 2013 | 05:01 pm
cd /etc/init.d vi youshell.sh #将youshell.sh修改为你自己的脚本名 编 [...]
Centos升级python到2.6 10 Jan 2013 | 04:15 pm
1.查看python的版本 [root@localhost ~]# python -V Python 2.4 [...]
CentOS 5 上安装git 10 Jan 2013 | 04:14 pm
yum install zlib-devel yum install openssl-devel yum in [...]
Centos Nginx 中文文件名 7 Jan 2013 | 11:38 am
[root@test]# locale LANG=en_US.UTF-8 LC_CTYPE=”en_US.UT [...]
一些正规术语的解释 6 Jan 2013 | 09:12 am
1.ROI – Return of investment -投资回报率 我们做正规,最看重就是这个 [...]
用于Nginx的WordPress和WP Super Cache Rewrite规则 3 Jan 2013 | 05:34 am
location / { # enable search for precompressed files en [...]