Configuring the Lamp environment under Ubuntu server

Source: Internet
Author: User
Tags openssh server

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

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.