1. Download Ubuntu Server, address Https://www.ubuntu.com/download/server
2. Install Ubuntu Server on the virtual machine. Follow the install boot process step-by-step installation, similar to installing the Windows operating system on your PC. A user name and password are set in the installation, and the prompt to enter the user name is displayed after successful installation. It's probably in the same way:
3. In general, we will use the Remote management tool, which I am using Xshell. Download Xshell and installed in their own computer, direct Baidu xshell Baidu Software Center download on line. Create a new connection such as:
Fill Name,protocol Select Ssh,host to fill in the Ubuntu Server IP address (the command to view the IP address in Ubuntu server is ifconfig), Port number Default 22, click OK after the appearance:
New Session (2) is the newly created session, click Connect to discover that the connection failed because Ubuntu server has not yet downloaded OpenSSH server, use the following command in Ubuntu server to download and open the SSH service:
Update software list: sudo apt-get update
Installing Openssh:sudo apt-get Install Openssh-server
Start Service:/ETC/INIT.D/SSH start
Whether the native test is able to log on successfully: SSH-L User name native IP
Connect is now successful, such as:
Not to be continued ...
Configuring the Lamp environment under Ubuntu server