元旦这几天为了把nvidia弄起来,折腾好久,结果把系统搞奔溃了。只好重装了,现在把重装后需要安装的软件和方式记录下。
UEFI安装ubuntu
关键要弄个efi分区 (ps:有时没有这个选项,猜想U盘要选UEFI启动,或者要联网)
中文输入
http://my.oschina.net/No5stranger/blog/290026
搜狗拼音 http://pinyin.sogou.com/linux/
安装jdk7
http://blog.csdn.net/czmchen/article/details/38843099
基础工具
sudo apt-get install git
sudo apt-get install nautilus-open-terminal
sudo apt-get install rar
sudo apt-get install bless
sudo apt-get install curl
sudo apt-get install ipython
sudo apt-get install keepass2
sudo apt-get install gcc-multilib
http://lab.yqc.im/ubuntu-keepass.html
sudo mv /etc/fonts/conf.d/49-sansserif.conf /etc/fonts/conf.d/49-sansserif.conf.bak
wine
sudo apt-get install wine
常见问题
WINEARCH=win32 WINEPREFIX=~/.win32 winecfg 创建32位系统
WINEPREFIX=~/.win32 winetricks mfcn42 安装dll
sublime
http://justcoding.iteye.com/blog/1957613
sudo add-apt-repository ppa:webupd8team/sublime-text-3
sudo apt-get update
sudo apt-get install sublime-text-installer
https://github.com/lyfeyaj/sublime-text-imfix 解决不能输入中文问题
Ubuntu有线网络与无线网线自由切换方法
http://my.oschina.net/zengsai/blog/203201
安装emacs
$ sudo apt-get install build-essential
$ sudo apt-get build-dep emacs24
从里面找最近的镜像 http://www.gnu.org/prep/ftp
$ wget http://mirrors.ustc.edu.cn/gnu/emacs/emacs-24.5.tar.xz
$ xz -d emacs-24.5.tar.xz
$ tar -xvf emacs-24.5.tar
$ rm emacs-24.5.tar
$ cd emacs-24.5
$ ./configure –prefix=/opt/emacs
$ make
$ sudo make install
安装VMware
http://www.linuxidc.com/Linux/2015-01/111791.htm
vmware workstation 11许可证密钥:1F04Z-6D111-7Z029-AV0Q4-3AEH8
搭建安卓开发环境
http://jingyan.baidu.com/article/47a29f2434ff15c014239992.html
安装pip
$ sudo apt-get install python-pip python-dev build-essential
$ sudo pip install –upgrade pip
$ sudo pip install –upgrade virtualenv
$ sudo apt-get install virtualenvwrapper
安装pwntools
$ sudo pip install pwntools
https://github.com/aquynh/capstone
安装z3
https://github.com/Z3Prover/z3
安装angr
http://docs.angr.io/INSTALL.html
安装nodejs和hexo
https://cnodejs.org/topic/53a92af6c3ee0b58203258fe
http://www.cnblogs.com/zhcncn/p/4097881.html
npm install hexo-deployer-git –save
npm install hexo-generator-free –save
npm install hexo-generator-sitemap –save
安装Zeal
https://zealdocs.org/download.html
$ sudo add-apt-repository ppa:zeal-developers/ppa
$ sudo apt-get update
$ sudo apt-get install zeal
安装Ruby
http://blog.csdn.net/chszs/article/details/42462517
rvm lst known
rvm install 2.1.4
安装metasploit
http://www.darkoperator.com/installing-metasploit-in-ubunt/
https://ruby.taobao.org/
gem sources –add https://ruby.taobao.org/ –remove https://rubygems.org/
安装sagemath
http://www.sagemath.org/download-linux.html
There is also a PPA for Ubuntu available. Install SageMath this way:
apt-add-repository -y ppa:aims/sagemath
apt-get update
apt-get install sagemath-upstream-binary