make kernelversion
讓putty、pietty、git在ubuntu設定ssh達到免密碼登入功能
http://blog.kejyun.com/2012/11/setting-ssh-key-to-achieve-non-password-login-on-ubuntu.html
https://askubuntu.com/questions/91815/how-to-install-software-or-upgrade-from-an-old-unsupported-release
建立ln
yy是存在的檔案
zz是link
要在zz所在位址去做ln
ln -s yy zz
讓git 有顏色
- git config --global color.status auto
- git config --global color.diff auto
- git config --global color.branch auto
- git config --global color.interactive auto
-