Samba有很多圖形化管理介面, 也可以用M$的Windows Remote Administration Tools來管理: https://wiki.sam...
備援(failover)要先有備份(backup), 備份的方法有同步(synchronized)與異步(asynchronous), 備份與備援可以是同地或異...
只能收不能發, 收的是POP3, 發的是SMTP, 如果3G可以發, 表示SMTP可接受外部Relay(經認證了?), 因此,會擋掉SMTP,應該是Antisp...
族譜, genealogy, 可以google: opensource genealogy GRAMPS應該是一直有更新的版本, Python, http://...
如同wiselou大的建議, 可以裝上Ubuntu Desktop 12.10, 除了用rdesktop之外, 也可以用Remmina. 或者用Raspberr...
官網: CKEditor is distributed under the GPL, LGPL and MPL Open Source licenses. 開源...
http://www.ecs.umass.edu/ece/engin112/lectures/Engin112-F12-L12-13-Kmaps.pdf 1.(...
可以用find和xargs來做: find /dir1/dir2/ -type f -name "*ENG37*" | xargs -i s...
Mail Server: 原本: mail.xxx.com.tw 改為: mail2.xxx.com.tw 要改: (1) /etc/postfix/main....
應該是16字才對, 因為一個UTF-8的中文字用掉3 bytes, VARCHAR(50)最多只能16個中文字, 16x3=48.