Ubuntu 16.04的安装及配置

Install Ubuntu:

推荐教程:http://jingyan.baidu.com/article/e4d08ffdace06e0fd2f60d39.html

推荐LTS版,对wifi的支持较好。亲测Ubuntu 16.04安装后就能用wifi,但Ubuntu 17.04安装后wifi很难连上。


Install Pip:

For Python3: (input in the terminal)

sudo apt-get install python3-pip python3-dev

or (for python2):

sudo apt-get install python-pip python-dev

where python-dev is optional.


Install Jupyter:

推荐参考:http://jupyter.org/install.html

For Python3:

sudo pip3 install --upgrade pip
sudo pip3 install jupyter

First command, update pip, and second command install Jupyter.

Note For Python2: change pip3 into pip.


Install TensorFlow:

推荐参考:https://www.leiphone.com/news/201606/ORlQ7uK3TIW8xVGF.html

For Python3:

sudo pip3 install tensorflow

Note For Python2: change pip3 into pip.


Install Wine:

推荐参考:http://wiki.ubuntu.org.cn/Wine
http://os.51cto.com/art/201512/502423.htm
http://blog.csdn.net/abc6368765/article/details/70157232

sudo add-apt-repository ppa:wine/wine-builds
sudo apt-get update
sudo apt-get install --install-recommends winehq-devel 
winecfg

Install ShadowSocks:

推荐参考:http://ss.yxhuda.com/linux.html

sudo add-apt-repository ppa:hzwhuang/ss-qt5
sudo apt-get update
sudo apt-get install shadowsocks-qt5

Install QQ:

推荐参考:http://jingyan.baidu.com/article/e6c8503c6f5fa5e54f1a18de.html
Wine QQ下载地址:http://www.ubuntukylin.com/applications/showimg.php?lang=cn&id=23


Install YouDao Dict:

推荐参考:http://cidian.youdao.com/index-linux.html

猜你喜欢

转载自blog.csdn.net/cosmoshua/article/details/75132568