Virtual Machine -Ubuntu

1. Install

Download the iso image file, you can add when you create in VMware

2. Install the tools, you can copy files

Reference: https://www.cnblogs.com/justaman/p/10545239.html

hot key:

ctrl + alt + t Command Line

ctrl + alt + l lock screen

3. Change the download source

Change sources.list

Ali Source:

deb-src http://archive.ubuntu.com/ubuntu great #ADDED main restricted by software-properties
deb http://mirrors.aliyun.com/ubuntu/ great main restricted
deb-src http: //mirrors.aliyun. com / ubuntu / great main restricted universe multiverse #ADDED by software-properties
deb http://mirrors.aliyun.com/ubuntu/ great-updates main restricted
deb-src http://mirrors.aliyun.com/ubuntu/ xenial- updates main restricted universe multiverse #ADDED by software-properties
deb http://mirrors.aliyun.com/ubuntu/ great universe
deb http://mirrors.aliyun.com/ubuntu/ great-updates universe
deb http://mirrors.aliyun.com/ubuntu/ great multiverse
deb http://mirrors.aliyun.com/ubuntu/ great-updates multiverse
deb http://mirrors.aliyun.com/ubuntu/ great-backports main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ great-backports main restricted universe multiverse #ADDED by software-properties
deb http://archive.canonical.com/ubuntu great partner
deb-src http: / /archive.canonical.com/ubuntu great partner
deb http://mirrors.aliyun.com/ubuntu/ great-security main restricted
deb-srchttp://mirrors.aliyun.com/ubuntu/ great-security main restricted universe multiverse #ADDED by software-properties
deb http://mirrors.aliyun.com/ubuntu/ great-security universe
deb http: //mirrors.aliyun .com / ubuntu / cool-security multiverse

Finally sudo apt-get update

Reference: https://www.cnblogs.com/justaman/p/10590465.html

4. Change Chinese / time zone, installed Chinese input method (sougou)

When Installing input method relies problem to solve: sudo apt-get install -f

5. comes python / python3

Installation pip

sudo apt-get python-pip

sudo apt-get python3-pip

6. Install pycharm

Download linux version, as tar.gz file, unzip execute sh pychram.sh in the bin directory to start

Break: Change the hosts, live-server can crack

Guess you like

Origin www.cnblogs.com/justaman/p/11756361.html
Recommended