-
Make love, not war
剛剛看到睡長輩在 http://blog.bsdchat.com 的 make love (羞)這篇提到在 FreeBSD 下 make love 的結果改變了。 原本是這樣的 FreeBSD 6.3-RELEASE-p2 # make love make: don’t know how to make love. Stop 現在變成 FreeBSD 7.2-PRERELEASE # make love Not war. 原本以為 Not war. 這段 code 是在這幾年才加進去的,後來翻了一下 cvs 的紀錄發現,其實這個笑話從 1998/04/28 r1.8 就加進去了,只不過 OLD_JOKE 被定義為 0,所以一直都不會有這個效果。 然後到了 2008/03/04,就有人說「No need to tell make to DTRT…
-
更新 FreeBSD 6.3-STABLE 兩三事
某天 NotExist 在 irc 說他在 installworld 的時候發生了 14:02 < @NotExist> ————————————————————– 14:02 < @NotExist> >>> Installing everything 14:02 < @NotExist> ————————————————————– 14:02 < @NotExist> cd /usr/src; make -f Makefile.inc1 install 14:02 < @NotExist> ===> share/info (install) 14:02 < @NotExist> ===> include (install) 14:02 < @NotExist> creating osreldate.h from newvers.sh 14:02 < @NotExist> touch: not found…
-
檢查 Rootkit
chkrootkit: http://www.chkrootkit.org/ Rootkit Hunter: http://www.rootkit.nl/projects/rootkit_hunter.html 說真的,這些也只是求心安而已,而且 false positive 的機率也是有的,請自己注意。 為什麼會特別拿出來寫呢?因為發現 FreeBSD 的 security/rkhunter 加上了 periodic script,讓你可以在每天的 root mail 看到檢查結果。 在 /etc/periodic.conf 加上 daily_rkhunter_update_enable=”YES” daily_rkhunter_check_enable=”YES” 蠻不錯的,不是嗎。 p.s 這個月的文章數是前三個月的總和……
-
bsdstats
-
Learning VoIP Security from Dr. Stephen Kent
-
FreeBSD ports send-pr 初體驗
-
abcde
因為在實驗室的時間太多,所以都沒有時間回寢室轉mp3,要不然我以前習慣用 EAC 和 lame 來轉mp3。 剛好我身邊有一台空的FreeBSD,也剛好就發現了這個取名叫「abcde」的ports。 abcde 全名為 A Better CD Encoder,下面是 freshports 對他的一些描述。 abcde (A Better CD Encoder) is a frontend sh script to rip tracks from a CD, encode them in ogg vorbis or mp3 format, and tag them. Rippers supported: cdparanoia, cdda2wav, dagrab Encoders supported: bladeenc, gogo, flac, l3enc, lame, mp3enc, oggenc,…