Installation and configuration of Ubuntu 16.04

Install Ubuntu:

Recommended tutorial: http://jingyan.baidu.com/article/e4d08ffdace06e0fd2f60d39.html

Recommended LTS version, better support for wifi. After testing Ubuntu 16.04, you can use wifi, but it is difficult to connect to wifi after Ubuntu 17.04 is installed.


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:

Recommended reference: 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:

Recommended reference: https://www.leiphone.com/news/201606/ORlQ7uK3TIW8xVGF.html

For Python3:

sudo pip3 install tensorflow

Note For Python2: change pip3 into pip.


Install Wine:

Recommended reference: 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:

Recommended reference: 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:

Recommended reference: http://jingyan.baidu.com/article/e6c8503c6f5fa5e54f1a18de.html
Wine QQ download address: http://www.ubuntukylin.com/applications/showimg.php?lang=cn&id=23


Install YouDao Dict:

Recommended reference: http://cidian.youdao.com/index-linux.html

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325448546&siteId=291194637