Linux基础: http://linuxtools-rst.readthedocs.org/zh_CN/latest/index.html
git基础: http://www.bootcss.com/p/git-guide/ http://streamers.github.io/blog/20160307/git-common-command.html
markdown基础: https://gitcafe.com/riku/Markdown-Syntax-CN/blob/master/syntax.md
http://www.appinn.com/markdown/
Ubuntu英文版安装中文输入法: 1. Add fcitx ppa: 1
sudo add-apt-repository ppa:fcitx-team/nightly
or 1
sudo add-apt-repository ppa:fcitx-team/stable
After you add the repository, you need to use:
1
sudo apt-get update
Install googlepinyin:
1
sudo apt-get install fcitx-googlepinyin
Active input method :
1
im-config
Click through and select fcitx. Click through.Restart your computer. Click the keyboard in the top right corner. Press Configure Current Input Method. Press + to add a new language. De-select “Only show current language”. Type in Google-Pinyin. Press OK. To switch between keyboards press Ctrl+Space
matlab 2014b vs2015 see : http://kaba.hilvi.org/homepage/blog/vs2015_in_matlab_2015/vs_2015_in_matlab_2015.htm
copy the file into: 1
2C:\Program Files\MATLAB\R2015a\bin\win64\mexopts
C:\Program Files\MATLAB\MATLAB Production Server\R2015a\bin\win64\mexopts
http://www.linuxidc.com/Linux/2008-03/11662p3.htm