= 2008-10-21 = * [S2H] PCHome 簡訊服務測試 * [http://sms.pchome.com.tw/ PCHome 簡訊服務] * [http://search.cpan.org/~SNOWFLY/Net-SMS-PChome-0.11/lib/Net/SMS/PChome.pm Net::SMS::PChome 使用說明] * [http://people.debian.org.tw/~chihchun/2008/10/13/net-sms-pchome-013-updated/ Net-SMS-PChome 0.13 updated] {{{ $ sudo apt-get -f install libdate-calc-perl libwww-mechanize-perl libcrypt-ssleay-perl libbit-vector-perl libcarp-clan-perl $ wget http://people.debian.org.tw/~chihchun/debian/libnet-sms-pchome-perl/libnet-sms-pchome-perl_0.13-1_all.deb $ sudo dpkg -i libnet-sms-pchome-perl_0.13-1_all.deb $ wget http://search.cpan.org/CPAN/authors/id/K/KA/KAWASAKI/HTML-TagParser-0.14.tar.gz $ tar zxvf HTML-TagParser-0.14.tar.gz $ udo cp HTML-TagParser-0.14/lib/HTML/TagParser.pm /usr/lib/perl5/HTML/ }}} * 範例程式: {{{ #!perl use strict; use Net::SMS::PChome; my $sms = new Net::SMS::PChome; $sms->login('username', 'password', 'auth_code'); $sms->smsRecipient('0912345678'); $sms->smsSend("The SMS be send by PChome SMS Service!"); if($sms->is_success) { print "Successfully sent message to ".$sms->successcount." number!\n"; } else { print "Something went horribly wrong!\n". "Error: ".$sms->resultmessage." (".$sms->resultcode.")"; } }}} * 範例指令: 一行搞定 {{{ perl -MNet::SMS::PChome -e 'send_sms("pchome_username", "pchome_password", "auth_code", "recipient", "messages text")' }}} == NAS == * [詞彙] AFP = [http://en.wikipedia.org/wiki/Apple_Filing_Protocol Apple Filing Protocol] * [詞彙] CIFS = [http://tools.ietf.org/html/draft-heizer-cifs-v1-spec-00 Common Internet File System] * [http://zh.wikipedia.org/wiki/SMB SMB(Server Message Block,又稱Common Internet File System(CIFS))] * NAS 自由軟體 * [http://en.wikipedia.org/wiki/FreeNAS FreeNAS] - 果蠅腦團隊有用, FreeBSD 核心, 有中文介面。 * [http://en.wikipedia.org/wiki/Openfiler Openfiler] == !JavaScript == * [http://code.google.com/p/jslibs/ jslibs] - 在命令列環境下執行 javascript 的函式庫 == Mobile Firefox == * [http://www.mozilla.org/projects/fennec/1.0a1/releasenotes/ Fennc 1.0 alpha release] == DRBD == * http://www.drbd.org/ * [http://www.linuxconf.eu/2007/programme/abstract-LEllenberg-1.shtml DRBD 8: shared disk semantics on a shared nothing cluster] * [http://www.linux-mag.com/id/1502 Data Redundancy by DRBD] == NFSv4 Replication == * [http://tools.ietf.org/wg/nfsv4/ NFSv4 Working Group] - 目前還很活躍 * [http://wiki.linux-nfs.org/ NFS 官方網站] * [http://gsd.di.uminho.pt/publications/gsd-1994-06/file/at_download A portable lightweight approach to nfs replication](PDF) * [http://doc.ece.uci.edu/~mlai/notes/nfs.html NFSv4 與 NFSv3 的差異] * [http://www.howtoforge.com/high_availability_nfs_drbd_heartbeat Setting Up A Highly Available NFS Server] - NFS + DRBD + Heartbeat * [http://www.slideshare.net/peterhoneyman/nfsv4-replication-for-grid-computing/ NFSv4 Replication for Grid Computing]