1.
2.
Http://www.cnblogs.com/sunniflyer/p/5574408.html
3. Just use the following method of connection, success!
Http://jingyan.baidu.com/article/8ebacdf0cdc64949f75cd555.html
4.
First, in the Win7 remote control ubuntu16.04
Steps:
- Open allow remote access via desktop share in Ubuntu
- Installing XRDP in Ubuntu
- Because XRDP is incompatible with unity and GNOME desktops, you need to install the configuration Xfce4 desktop environment in Ubuntu
- Remote connection to Linux via remote connectivity Software (RDP protocol) in Win7, showing the XFCE desktop
Install the Xfce desktop in Ubuntu:
Http://jingyan.baidu.com/article/546ae1851c6ac81149f28c9a.html
Figure: Xfce desktop with Telnet
For detailed steps, refer to:
Http://jingyan.baidu.com/article/8ebacdf0cdc64949f75cd555.html
Http://www.linuxidc.com/Linux/2014-04/100491.htm
This tutorial is implemented by connecting directly to the unity desktop without knowing how it is implemented:
Http://jingyan.baidu.com/article/a501d80cf71bc3ec630f5e0c.html
When VNC server is turned on in Ubuntu, the VNC viewer in Win7 can be connected directly to the unity desktop, but this differs from the RDP protocol in that the server directly turns the desktop into an image transmission.
The speed is slow. RDP and VNC view can be specifically checked
XRDP One problem is that every time you reconnect is a completely new desktop, the previous program can not see
Specific reference: http://blog.csdn.net/sunnylgz/article/details/40779973
SSH access to Ubuntu
http://jingyan.baidu.com/article/9c69d48fb9fd7b13c8024e6b.html?qq-pf-to=pcqq.c2c
Need to install OpenSSH service in Ubuntu
Installing putty in Windows7
WINSCP file copy operation based on the above SSH
Second, Ubuntu through the Remmina remote connection terminal software through the RDP protocol connection Win7
Steps:
- Turn on allow remote access in Win7
- Open Remmina Software in Ubuntu and enter Win7 Ip,username,password to connect
Reference:
Http://jingyan.baidu.com/article/11c17a2c6e8c7bf446e39d86.html
-----------------------------------------------------
There are a number of other references:
How to Telnet to the ubuntu12.04 system under the Win 7 system:
The first method, the VNC connection, realizes the graphical login
Advantages: graphical operation, faster than the second method
Cons: Efficiency is not the highest, and can only support one person login
Ubuntu Preparation:
Win7 remote connection on Ubuntu, the protocol used is RDP
sudo apt-get install XRDP
You can run the Mstsc.exe connection at this time, but only display the desktop wallpaper and continue with the installation
sudo apt-get install vnc4server tightvncserver
In Ubuntu Unity directly retrieve Remote Desktop, set Allow Remote Desktop, allow control, do not need every ask, this one if not changed, need to click on remote Ubuntu OK
Remote Ubuntu GUI is not necessary to enable, so turn off sudo vi/etc/default/grub
Modify this line grub_cmdline_linux_default= "quiet Splash"
grub_cmdline_linux_default= "Text"
sudo update-grub Restart the computer, start by default is the command line interface
Windows connections:
Win Search Remote Desktop or run MSTSC, fill in the Ubuntu IP, select Sessman-xvnc connection, if entered is unable to display the interface, you can first select console, enter after the switch off the selection Sessman-xvnc
Using VNC view software to connect, the use of the same method, the need for mailbox registration
If you do not need a graphical interface, you can use the Putty/xmanage connection, and the Xmanage suite contains features that are fully operational:
As with the normal way of using Ubuntu, keyboard shortcuts are useful, ctrl+alt+t can invoke terminal normally
File transfer can be used with regular FTP software, win can use PSTFP, open connection in command line mode, get download to local
Ctrl+alt+pausebreak Native shortcut key, is full screen switch
The second method, putty
Pros: Because it is in command-line mode, fast, high efficiency
Cons: No graphical interface
Configuration process:
First install openssh-server This software under Ubuntu: sudo apt-get install Openssh-server
Some people say to open the SSH service and Port 22, but after I install it, I can
Then download the Putty software under Windows7, which is an executable software
After you open the software, fill in the IP address of Ubuntu, then click Open.
Then you use the command line to operate the remote machine.
The third method, putty+xming
Pros: Can be graphically manipulated
Cons: Slow
Putty installation and configuration process as above, do not repeat
Tell me about the xming configuration process.
1. Install the xming on the Win7:
2. Use xming launch to set display number to 10
3.putty X11 Check Enable X11 forwarding, X display location:: 10
Then click on the putty open to do it.
It is important to note that you cannot use startx directly in the command-line window, only with commands such as Firefox
ubuntu16.04 Remote Connection succeeded