FreeNAS - The Free NAS Server
用 FreeBSD 做的, base on M0n0wall, 不到 16MB
支援 CIFS (samba), FTP, NFS
ref. FreeNAS-->功能強大的NAS (Network Attached Storage) (2006/1/26)
Software: January 2006 Archives
Windows Live Messenger 目前還不怎麼好用, 可能會有名單消失, 群組亂掉等問題.
相關說明請參考: 牽動世界的旋律: Windows Live Messenger Beta 8.0 邀請測試函
ref. MSN Pure Patch (支援 8.0)
2006-1-23 Update: WLM 邀請函已發完, 有興趣的人可以到 Windows Live Messenger Beta Sign Up, 等個幾天就可以收到邀請函了.
PS. 日前出了 MSN Messenger 7.5.0322 中文版: 官方版 | pank版(乾淨版)
All-in-One Gestures 滑鼠手勢
Download Statusbar 使用視窗底端的一行下載列取代原來的下載視窗
Super DragAndGo 拖拉網址可以立即開網頁, 拖拉文字可以用傳送給 Google 搜尋
Tab Mix Plus Tab Mix 加強版, Tab Mix 沒有提供 1.5 的版本, 只好裝 Tab Mix Plus
ref. My Firefox Extensions (1.0.x)
同文堂、Right Encoding 因為少用就不裝了.
把字型名稱存在 ~/.gcin/config/gcin-font-name
e.g.
echo MingLiU > ~/.gcin/config/gcin-font-name
echo AR PL New Sung > ~/.gcin/config/gcin-font-name
PS. gcin 最近出了 1.1.5
ref. gcin 同好會: 自訂字型
ServerAlias 這個參數還滿好用的, 之前還傻傻地用了多個 VirtualHost block 來表示.
<VirtualHost *>
ServerName server.domain.com
ServerAlias server server2.domain.com server2
...
</VirtualHost><VirtualHost *:80>
ServerName pool.ntp.org
ServerAlias *.pool.ntp.org
Redirect permanent / http://www.pool.ntp.org/
</VirtualHost>
平常都躲在 FreeBSD、Linux 的後面, 一直都沒去嘗試 Client 端的防火牆軟體.
最近裝了 Kaspersky Anti-Hacker, 滿容易使用的, 只要程式有任何未知的網路動作, 會立刻秀出訊息, 讓使用者可以做放行或阻檔的動作.
即使中了木馬、病毒, 當木馬、病毒要傳送資料出去時, 也能即時加以攔截.
Kaspersky Anti-Hacker 可以抓到任何要偷偷傳送資料的木馬、病毒、廣告程式、惡意程式, 光這一點就很好用了.
另外, 它會記住執行檔的 Checksum, 一但被改了會馬上通知.
卡巴斯基實驗室中文網 - 產品下載
"$*" != "$@"
* When the expansion occurs within double quotes, it expands to a single word.
@ When the expansion occurs within double quotes, each parameter expands to a separate word.
Without double quotes, $* = $@
test.sh
#!/bin/sh
for i in "$*"
do
echo $i
done
for i in "$@"
do
echo $i
done
for i in $*
do
echo $i
done
for i in $@
do
echo $i
done
# ./test.sh 1 2
1 2
1
2
1
2
1
2
ref. Bash Reference Manual - Special Parameters, Double Quotes
digestIT 2004, MD5 for Win32
這兩套是同一個作者寫的, digestIT 2004 功能較強, 可以計算多檔的 MD5, SHA1 hash
MD5 for Win32 只能計算單檔的 MD5, 滑鼠右鍵操作.
QuickSFV
可以建立及檢查 SFV 及建立 MD5, 滑鼠右鍵操作.
The wmctrl program is a UNIX/Linux command line tool to interact with an EWMH/NetWM compatible X Window Manager.
wmctrl can
List windows -r
List desktops -d
Switch desktops -s
Activate window -a
Move window -R -r
Showing the desktop -k (on|off)
wmctrl help
xbindkeys allows you to create hot keys in X with any window manager.
Edit ~/.xbindkeysrc
"/usr/local/firefox/firefox"
F11
"/usr/local/thunderbird/thunderbird"
F12
1st line: "command"
2nd line: Hot key
......
and add exec xbindkeys & to /etc/X11/xinit/xinitrc beforce Xsession
Google Pack 是 Google 所提供的軟體合輯.
裡面還有 Norton Antivirus 2005 Special Edition 含六個月病毒碼更新.
可惜只有 for Windows XP, 其他 OS 會看到: Google Pack is only available for Windows XP
在 PHP URL 的網址後面加 ?=PHPE9568F36-D428-11d2-A769-00AA001ACF42 就可以看到一隻有趣的 狗
這隻和 April fools' day phpinfo() 出現的狗是一樣的.
ref. digg.com: PHP Easter Egg
這裡的 Cross-Platform 指至少支援 Windows 及 Linux
FreeBASIC DOS, Windows, Linux
KBasic Windows, Linux, MAC
PureBasicWindows, Linux, MAC, AmigaOS
REALbasic Windows, Linux, MAC
SmallBASIC(Interpreter only) PalmOS, VTOS, Franklin's, Linux, Win32 and DOS.
XBasic Windows, Linux
Yabasic (Interpreter only) Windows, Linux
wxBasic Windows, Linux
就 Google 搜尋到的資料量來看, REALbasic 應該是最多人用.
ref. List of BASIC dialects
原來微軟有出虛擬光碟 Virtual CD-ROM Control Panel for Windows XP
但是不怎麼好用, 還是用 Daemon 吧!
ref. Ten Tools Every Admin Should Have