UPDATED18 3月 2009 amule over freebsd 基本上用ports裡面stable版就可以了。安裝方式 cd /usr/ports/net-p2p/amule make install clean 啟動時使用/usr/local/rc.d/amuled start 就可以了。 使用rc.conf的開機啟動方式是 …
UPDATED17 3月 2009 0317 TODO list PS(1) Milktea cannot `mv /usr/bin/flex /usr/bin/flex.old`, the /usr/bin is under read-only filesystem. take shell script swich fl…
17 3月 2009 一些簡單的備份檔 2 /etc/fstab # Device Mountpoint FStype Options Dump Pass# /dev/ad1s1b none swap sw …
17 3月 2009 一些簡單的備份檔 1 /etc/ipnat.rules map vr0 172.16.64.0/24 -> 0/32 portmap tcp/udp 10000:60000 rdr vr0 0.0.0.0/0 port 80 -> 172.16.64.10 port 80 rdr vr0 …
UPDATED6 3月 2009 FreeBSD的watch 先提一下玩linux時watch的用法,watch指令會將後面跟著的指令每隔一段時間就重新執行,因此比如說你先前丟個下載工作在背景,可是又沒看到進度,於是就叫watch ls -l $Filename,這樣就等於有個緊張兮兮的小跟班一直盯著下載進度。但是FreeBSD沒有這種用法,因為Watch是…