PureFtp编译安装及配置
2008-10-06 17:46:34
分类:Linux 标签:ftpd,linux,pureftp,安装,配置
内详…
[显示全文]
A:192.168.0.1
B:192.168.0.2
A:
yum -y install xinetd
vi /etc/xinetd.d/rsync
将“disable = no”
chkconfig xinetd on
service xinetd start
[显示全文]
A:192.168.0.1
B:192.168.0.2
实现B机无需密码ssh到A机
[显示全文]
ssh2.c patch:
LINE 480:
search and change following line:
#if LIBSSH2_APINO < 200412301450
…
#else
to:
#if
[显示全文]
http://www.dhteumeuleu.com
关于bind+dlz的基本配置请参考本站的bind dlz 安装配置(本文内容是在其完成基础上所做的修改)
[显示全文]
wget http://www.squid-cache.org/Versions/v3/3.0/squid-3.0.STABLE2.tar.gz
[显示全文]
cd /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
[显示全文]