離上一篇三年後來更新一下……
phone: 1080×2160
laptop: 1920×1080
Eric@Blogger 2
平均數年發一篇的網誌……
2020年1月1日 星期三
vimrc
自己用的 .vimrc 備忘
set encoding=utf-8
set fileencodings=ucs-bom,utf-8,ucs-2,ucs-le,taiwan,japan,prc
set number
syntax on
map <F2> :up<Space>
map! <F2> <Esc>:up<Space>
map <F3> :x<CR>
map! <F3> <Esc>:x<CR>
map <F4> :conf q<CR>
map! <F4> <Esc>:conf q<CR>
map <F8> <C-W>w
map! <F8> <Esc><C-W>w
2017年1月2日 星期一
2016年3月24日 星期四
Atari: Game Over (2014)
在Netflix上看完這片了。
我最早應該是從扁蟲的文章知道埋卡帶的這回事;
然後2014年那時候有聽說開挖了,不過今年訂了Netflix才知道有紀錄片。
基本上這是game考古 XD
32.886668 N, 105.967336 W
2013年3月25日 星期一
2009年7月28日 星期二
2009年7月15日 星期三
用 cURL 發 twitter
在搜尋 linux twitter client 的時候
找到這個: Twitter Clients for Ubuntu Linux
這篇的第7項:
這個是測試的twit
找到這個: 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
大概最常用的: curl -fRO <url>
cURL
-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
訂閱:
文章 (Atom)