Postgrey updated to 1.27
Posted in Daily, Linux on January 7th, 2007 by BanbanliPrevious version is 1.18.
Download the up-to-date file from the website http://isg.ee.ethz.ch/tools/postgrey/
Previous version is 1.18.
Download the up-to-date file from the website http://isg.ee.ethz.ch/tools/postgrey/
http://freesf.tnc.edu.tw/modules/news/article.php?storyid=2300
網路安全 : 弱點偵測軟體 Nessus 推出 3.0 版
發表人 ols3 於 2005/12/22 6:51:41 (251 人讀取)
網路安全
Nessus 3 重新改寫,採用新的 NASL3 引擎,幾乎是 Nessus 2 的二倍效能,plugin 的載入速度也加快了。 Read more »
作者: Dennys (Dennys) 看板: Oracle
標題: [文件]在各種版本的 Linux 上安裝 Oracle 10g 的文件
時間: Sun Aug 14 11:36:44 2005
這網站把一些常見問題都列出來了
http://www.puschitz.com/InstallingOracle10g.shtml#StartupAndShut
downOfTheOracle10gDatabase
某個主機一直try我的port 80, 在請教過網友後,採用iptables 把這個port 80 request drop.
/sbin/iptables -I INPUT -p tcp -s 61.129.64.12 --dport 80 -j DROP
看來要好好在看一下iptables 囉~
看了我的Linux box /etc/cron.daily/rpm and apt.sh 更新程式都hold在那邊,不會動,自己try了rpm -qa | xxx 也會死在那邊,尋找了google大師
只要把/var/lib/rpm/__* 刪掉,就可以了~
rm /var/lib/rpm/__*
覺得討論區應該要有一些共同的Calendar,這樣可以比較明瞭大家的schedule, 在sourceforge 搜尋了一下,發現WebCalendar蠻符合我的需要的。
之後再來看看好了
/etc/ssh/sshd_config
Protocol 2
PermitRootLogin no
PermitEmptyPasswords no