1. Install the virtual machine
vmware-workstation-full-12.5.6
2. Install Linux operating system
Ubuntu-16.10-server-amd64
Note: Do not configure the keyboard
Do not turn off the power of the virtual machine directly, just like a direct power outage
Enter "Halt" to enable the shutdown of the virtual machine and then power off.
3 Configuring Linux Environment Properties
Modify Font Size
sudo dpky-reconfigure console-setup |
The root user's unlocking process, which is to reconfigure the root password
Example: change the root password to MIDN
sudo passwd root |
Then log off the user and log in with the root user Logout |
Re-enter the root user name and password, you can achieve the root user's use
Using Linux requires attention to firewall issues, simplifying processing, shutting down firewalls, uninstalling iptables services
Example: shutting down a firewall
Example: uninstalling Iptables
To facilitate the subsequent editing of the text, it is recommended to install VIM
Example: Download the VIM component on your computer
One, Linux installation