2009年7月28日 星期二

臺灣不是只有博客來一家網路書店,還有金石堂誠品三民及其他很多家。
怎麼很多人講到書都在那邊貼博客來的連結啊?
如果沒有加入博客來的AP策略聯盟的話,實在是不必免費替博客來打廣告了。
我貼書籍連結的時候,除了作者或出版社這本書的官方網頁(如果有的話)之外,就是 aNobiiFindbook 的書籍頁面。

2009年7月15日 星期三

用 cURL 發 twitter

在搜尋 linux twitter client 的時候
找到這個: Twitter Clients for Ubuntu Linux
這篇的第7項:
curl -u yourusername:yourpassword -d status="Your Message Here" http://twitter.com/statuses/update.xml

這個是測試的twit

2009年4月8日 星期三

cURL

嗯…… 記一下比較用得到的 option
-f/--fail Fail silently (no output at all) on HTTP errors
-g/--globoff Disable URL sequences and ranges using {} and []
--limit-rate <rate> Limit transfer speed to this rate
--max-filesize <bytes> Maximum file size to download
-o/--output <file> Write output to <file> instead of stdout
-#/--progress-bar Display transfer progress as a progress bar
-e/--referer Referer URL
-O/--remote-name Write output to a file named as the remote file
-R/--remote-time Set the remote file's time on the local output
-A/--user-agent <string> User-Agent to send to server


大概最常用的: curl -fRO <url>

cURL

2009年3月30日 星期一

Vim

說真的太久沒用就會忘記啊!

Ctrl-F: 往下一頁 (foward)
Ctrl-B: 往上一頁 (back)
Ctrl-U: 往上半頁 (up)
Ctrl-D: 往下半頁 (down)
:%s/尋找/取代/gc
:%s/“\([^”]*\)”/「\1」/gc

Vim 用來看小說還不錯嘛~ XD