MacBook remote access to Ubuntu in parallel in a simple tutorial in SSH

Source: Internet
Author: User
Tags macbook

As a front end, back end also need to understand, finally choose PHP to learn, originally wanted to choose Python, after thinking or PHP as Web development more appropriate, the environment finally choose Ubuntu development, because it is the first time, encountered many pits, through unremitting efforts to constantly Google to find the problem, Share the experience and hope that the self-study party like us can get started as soon as possible.

First, install the virtual machine, Parallels Desktop, a lot of resources online, wait until the economic ability can not forget to support the genuine.

Second, then download the Ubuntu Desktop version, I chose the thing 14.03 Lts version, generally the LTS version is relatively better.

Third, then install Ubuntu, then configure the allocation according to their own situation to decide, anyway can also change.

Four, install, set some settings, and then enter the interface

Five, to carry out some necessary settings, the general people are not directly in the operating system operation, through remote connection, my MacBook has changed to zsh,zsh is really cool and good to use, highly recommended.

First look at your IP address

In the Ubuntu telnet, enter:

Ifconfig

My IP address is 10.211.55.3.

And then check out your OpenSSH service.

Ps-e |grep SSH

If only ssh-agent that Ssh-server has not started, need to/etc/init.d/ssh start, if you see the sshd that shows that Ssh-server has been started.

Then install

sudo apt-get install Openssh-server

Finally confirm that Ssh-server is working properly.

$ NETSTAT-TLP

TCP6 0 0 *:ssh *:* LISTEN-

It proves successful to see such a state.

VI. Sign in to Ubuntu on your MacBook, in the following format:

Assuming that the IP address of the server is 192.168.0.103, the logged-on user name is Hyx

SSH [email protected], the last constant Yes, the successful login.

MacBook remote access to Ubuntu in parallel in a simple tutorial in SSH

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.