摘要: 這個終端主題顏色配置很舒服.各種軟件對應的主題都有.
http://ethanschoonover.com/solarized/files/solarized.zip
閱讀全文
摘要: 技術(shù)樹概覽
http://html5ify.com/fks/#index_內(nèi)容貢獻者
前端文摘:Web 開發(fā)模式演變歷史和趨勢
http://www.cnblogs.com/lhb25/p/web-development-mode-evolve.html
A brief history of web design for designers
http://blog.froont.com/brief-history-of-web-design-for-designers/
閱讀全文
摘要: http://tonybai.com/2010/12/14/create-libraries-with-libtool/
使用 GNU Libtool 創(chuàng)建庫
https://www.ibm.com/developerworks/cn/aix/library/1007_wuxh_libtool/
閱讀全文
摘要: Git Community Book 中文版
http://gitbook.liuhui998.com/1_1.html
臺灣ihower寫的
https://ihower.tw/git/
閱讀全文
摘要: Ruby on Rails 實戰(zhàn)聖經(jīng)
https://ihower.tw/rails4/
笨方法學 Ruby
http://lrthw.github.io/
閱讀全文
摘要: brew install coreutils
gun tools 替換掉osx
PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
MANPATH="/usr/local/opt/coreutils/libexec/gnuman:$MANPATH"
閱讀全文
摘要: 下載key替換工具 karabiner
control_L to command_L
option_R to delete
FN 鍵盤+F1 F2 如果你想替換成直接按F1就調(diào)用的話,可以macosx 鍵盤里面找到。發(fā)現(xiàn)FN鍵盤無法移到別的鍵上。
目前還沒看出來mac上option,control 鍵的原生用途。
鍵程和windows很不一樣。
閱讀全文
摘要: brew install libtool
brew install autoconf
brew install automake
glibtool --help
sh autogen.sh
./configure
make
make check
閱讀全文
摘要: Docroot is: /usr/local/var/www
/usr/local/etc/nginx/nginx.conf to 8080
ln -sfv /usr/local/opt/nginx/*.plist ~/Library/LaunchAgents
nginx
閱讀全文