A review of FreeBSD 5.4
NewsForge | Review: FreeBSD 5.4
June 24, 2005
June 12, 2005
啟動時開啟多個網址
一個鮮少人知的秘密(至少我不知道 XP),from Jan’s Tech Blog: 在Firefox设定多个Default Home Page
作法如下:
在Firefox選項中,設定首頁的地方,輸入多個網址,中間要以 “|” 做分隔,以後啟動Firefox時,會將每個網址開在分頁之中。
June 7, 2005
幾個實用外掛
Super DragAndGo
拖曳存圖和搜尋,可破防抓圖,非常好用。
ieview
用IE開啟網頁,FF非萬能。
MediaPlayerConnectivity
解決在FF中播放影片的問題,可配合media player classic使用。
June 6, 2005
安裝 Proftpd
白天弄了好久,後來終於找到問題所在,可以執行了。
STATUS:> Getting listing ""...
STATUS:> Connecting to ftp server 192.168.1.254:21 (ip = 192.168.1.254)...
STATUS:> Socket connected. Waiting for welcome message...
220 ProFTPD 1.2.10 Server (dante.blogdns.org) [192.168.1.254]
STATUS:> Connected. Authenticating...
找了半天,原來問題出在用PORTS安裝會發生的小瑕疵。
修正方法:
1.mkdir /var/run/proftpd
2.在proftpd.conf設定檔中,加入ScoreboardFile /var/run/proftpd.scoreboard這一行。
June 5, 2005
Multiple Terminals
when you sit in from of your server side , how to do different tasks with only one monitor?
freebsd allows 8 terminal windows (ttyv0-ttyv7) , switch it with ALT+F1 to F8 , an useful skill of playing freebsd.
related links:
X Window System 及 Virtual Consoles
June 3, 2005
.ftpaccess
.ftpaccess is a kind of file works like .htaccess in apache servers.
Related links:
WU-FTP Server setup
◇ ftpaccess man page 中譯
簡易 FTP Server 架設 — Pro FTPD
要限制某一資料夾得存取權限,使用「.ftpaccess」檔案。