ruby [Troubleshooting] An error occurred while installing json (1.8.3), and Bundler cannot continue. 前陣子安裝 json gem 時有此錯誤「An error occurred while installing json (1.8.3), and Bundler cannot continue. Make sure that gem install json -v '1.8.3' succeeds before bundling.」
chrome [Note] Movie/Video Download 最近因要幫朋友下載連續劇與影片做了些 survey,分享一些成果給大家 一些 BT 種子下載的地方: BT 天堂:http://www.bttiantang.com/ MegaTorrent:http://www.megatorrent.eu/ 下載 youtube, dailymotion 等各大影音平台的 chrome 套件: FVD Downloader 註:沒辦法自定義下載的影片檔名,是唯一美中不足的地方。 希望大家也能好好享受 :D
php Memcached Server & Client Installation on MAMP & Ubuntu memcached是一套分布式的高速缓存系統,通常只是當作快取系統使用,所以使用memcached的應用程式在寫回較慢的系統時(像是後端的資料庫)需要額外的程式碼更新memcached內的資料。(reference from wiki) 預計完成的安裝環境 libevent (memcached requirement) Memcached 1.4.15 Server, download it PHP Memcached extension 2.10, download it Memcached Server In MAMP: brew install libevent tar -zxvf memcached-1.4.15.tar.gz cd memcached-1.4.15/