cd /usr/src/ wget http://www.linuxvirtualserver.org/software/kernel-2.6/ipvsadm-1.24-6.src.rpm yum redhat-rpm-config rpm-build kernel-utils wget http://www.linuxvirtualserver.org/software/kernel-2.6/ipvsadm-1.24.tar.gz make && makeinstall
Linux
linux ps命令的状态说明
Standard第一碼大寫字母 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.
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机
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
Linux .bashrc色彩设置
StandardPS1 LS_COLORS
CentOS DNS简单配置
Standardyum install bind bind-utils bind-libs vi /etc/named.conf ...