How to build a Linux server

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.