从源辞典

查阅生活点点滴滴

Linux iptables 技术实务

October 8th, 2005 by congyuan

前些日子在一个台湾论坛上找有关防火墙的资料,发现他们推荐这本书。网上搜了一下,找不到电子版的下载。

今天跟女朋友出去逛街就顺便跟她提了一下想找这本台湾出的书,她就说去Bras Basah的书城瞧瞧吧,那里有一家专门卖台湾书的。于是在6点多的时候到了友联书局,果真在刚进门的书架上就发现了这本书。新台币620,卖新币45.55。好贵啊~~~~~

在那里翻了前面几页,在考虑是不是真的要买。我想象中可能只要20多就可以买下的。台湾书贵,这次真的是相信了。

最后决定买了,回来后看了前面三章,觉得不错,值得。已经对iptables的命令明白了许多。

Posted in Linux, Firewall | 2 Comments »

Slow FTP Upload

August 15th, 2005 by congyuan

The server pauses for every file uploaded.

Server software: Proftpd

Rosolved:

Edit proftpd.conf file:
vi /etc/proftpd.conf

Add the following lines after default server:
UseReverseDNS off
IdentLookups off

Restart proftpd:
service proftpd restart

Posted in 电脑网络, FTP Server, Linux | No Comments »