第一碼大寫字母 D Uninterruptible sleep (usually IO) R Running or runnable (on run queue) S Interruptible sleep (waiting for an event to complete) T Stopped, either by a job control signal or because it is being traced. W paging (not valid since the 2.6.xx kernel) X dead (should never be seen) Z Defunct ("zombie") process, terminated but not reaped by its parent.
smarty assign var
Standard{assign var="flag" value="1"}
PureFtp编译安装及配置
Standardcd /usr/local/src wget ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.21.tar.gz tar zxvf pure-ftpd-1.0.21.tar.gz cd pure-ftpd-1.0.21
CentOS rsync同步
StandardA:192.168.0.1 B:192.168.0.2
ssh公钥认证
StandardA:192.168.0.1 B:192.168.0.2 实现B机无需密码ssh到A机
php ssh make: *** [ssh2.lo] Error 1
Standardssh2.c patch:
一个非常cool的javascript效果演示站
Standardhttp://www.dhteumeuleu.com
bind dlz view CDN配置
Standard关于bind+dlz的基本配置请参考本站的bind dlz 安装配置(本文内容是在其完成基础上所做的修改)
squid简单安装配置
Standardwget http://www.squid-cache.org/Versions/v3/3.0/squid-3.0.STABLE2.tar.gz
bind dlz 安装配置
Standardcd /usr/local/src wget ftp://ftp.bind.com/pub/bind9/9.5.0/bind-9.5.0.tar.gz tar zxvf bind-9.5.0.tar.gz cd bind-9.5.0 ./configure --with-dlz-mysql --enable-threads --prefix=/usr/local/bind make make install