1, first download a Linux server system image
Ubuntu 64bit Download
Http://www.ubuntu.com/download/server/thank-you/?version=14.04.2&architecture=amd64
Following the instructions, step by step installation
After installing the Ubuntu system!
Then as a server, you have to explain a bit of setting up the IP as a virtual machine, the direct bridge can!
And then:
1 "Under Linux ping local win under the IP can ping!" (Win under View your IP ipconfig-all)
2 "Under Win Ping Linux under the IP (see IP Directive ifconfig/ifconfig eth0 under Linux)
Once these are done, you can!
Then Linux needs to be prepared for something:
The first thing to do is to install RPM.
sudo apt-get install rpm
Then use this to see if the gcc.g++ is installed.
Rpm-qa | grep gcc
Of course you can directly run GCC to see the prompt is OK!!
gcc/g++
Download gcc instructions sudo apt-get install gcc
g++ sudo apt-get install g++
Make sudo apt-get install make//compile makefile file
Paint 3d
gnuplot sudo apt-get install make
Then install indent, MySQL, ssh in sequence.
about installing indent
sudo apt-get install indent
Install MySQL need to install more things
Mysql-client
mysql-client-core-5.5
mysql-common-5.6
mysql-client-5.5
mysql-client-core-5.6
mysql-client-5.6
Mysql-common
Install it individually!
After the installation to go to need to modify the configuration file, so many articles, find yourself
about installing SSH
sudo apt-get install Ssh-server
After installation, you can start
SSH start!
Then go back to win under Download a putty/or xshell enter the IP link of Linux!
How to build a Linux server