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