Connect Windwos to Ubuntu 16.04 Remote Desktop
I found a lot of methods on the Internet, but I couldn't do it. I finally found this. Linux Remote Windows is much more convenient, just use the built-in Remote Desktop client.
1. Set Ubuntu 16.04 to allow
mouse into a cross shape, as shown below:)
Using VNC Viewer to connect CentOS Remote Desktop appears black screen
Eight, restart Vncserver and firewalls
Execute sequentially
The code is as follows
Copy Code
Service Vncserver RestartService Iptables Restart
Nine, set Vncserver automatic
Execute sequentially
Found a lot of methods on the Internet, all not, and finally found this.(Linux remote Windows is much more convenient, directly with your own Remote Desktop client on the line)1. Set Ubuntu system to allow remote control Open Desktop Sharing in Dash650) this.width=650; "src=
Vncserver port#vim/etc/sysconfig/iptablesAdd a line under "-A input-m State--state new-m tcp-p TCP--dport 22-j ACCEPT"-A input-m state--state new-m tcp-p TCP--dport 5901-j ACCEPTRestart Iptables Service#/etc/init.d/iptables restart7, open http://www.realvnc.com/under the Windows client, download the corresponding Platform Vnc-viewer client (the file is green software, no need to install),In the VNC server column, enterXxxxip:1 Click Connect and enter
Ubuntu comes with a remote desktop, which uses the VPN mode. This mode is slow and often unable to connect, making people very depressed. The following uses another xrdp mode, using the system tool Remote Desktop that comes with win7, saving VNC Viewer. High Speed and normal
Configure Remote Desktop in CentOS
Environment:
CentOS 6.3 Final. All components except KDE are installed on the desktop.
1. Install the service
[Plain] view plaincopy
Yuminstalltigervnc-server
The name is a bit strange. CentOS5 is called vnc-server.
2. Run and set the password
[Plain] view plaincopy
Vncserver [: 1]
Enter the password to generate rela
Title: Ubuntu-Windows Remote Desktop Connection. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
The test environment is Ububtu8.04.2 and Windows Xp.
1. between ubuntu and ubuntu
Protocol VNC
Tool Vinagre (GNOME
Linux Remote Desktop, linux
Mark yourself in the IDC for a long time. (Test environment rhel5.5)
Independent service configuration in vnc
Step 1:
(1) check whether the vnc service is installed in the system. (You can also choose system-administrator-service to check and enable the Service on startup)
# rpm -qa | grep vnc
(If there is a return value, similar to the value of vnc-server, it indicates that
to configure, we will see it later when configuring xmanager.
# The port. 177 is the standard port so better keep it that way
Port = 177
5. Modify the/etc/inittab file and run the following statement:
Id: 3: initdefault: Change 3 to 5. (If it was originally 5, you do not need to modify it)
6. Modify the last line of/etc/X11/xdm-config and add one before displayManager. requestPort: 0! No.
! DisplayManager. requestPort: 0
Restart fedora.
Ps: the installation of Xmanager in xp is not much to be s
Using the Remote Desktop link Windows system method in a Linux environment
The default installed Remote Desktop Viewer cannot log on to the Windows system as follows:
The first step is to install VNC and clients
Click System – Manage – Add/Remove software – Find Rdesktop a
How to use remote desktop to connect to Windows in Linux
The Remote Desktop viewer installed by default cannot be logged on to Windows. The solution is as follows:
Step 1 install VNC and client
Click system-Manage-Add/delete software-find rdesktop,
X client for
Centos7 and centos6.x have a big difference.
In order to install Remote Desktop for a server, a lot of detours have gone. Write this blog, purely for the record, later if you encounter the same problem, can be traced back.
1, assuming that your system does not have any VNC software installed, then first install VNC
Yum-y Install Tigervnc-server Tigervnc
2, CENTOS7 before the system, if the installation
time. After the execution is complete, an encrypted tunnel for server port 5901 and local port 5901 has been created. If the VNC desktop number on the server to be linked is 2, run the following command: vncviewer A. B .C.D: 2.
In this way, all data in the opened VNC window is encrypted by SSH.
Generally, SSH is used for Windows clients, that is, SSH Secure Shell. The following describes how to configure SSH Secure Shell in Windows to implement Secur
|stop}" exit 1;; ESAC Exit 0
Then add execution permissions and start the service:
sudo chmod +x/etc/init.d/tightvncserver
sudo service tightvncserver stop
sudo service tightvncserver start
Install the Chkconfig and set the VNC service to boot:
sudo apt-get install chkconfig
chkconfig--add tightvncserver chkconfig tightvncserver on
Connect with PC,
1. Remember to fill in the Raspberry address: ip:1, for example, the raspberry pie IP is 192.168.1.100, then the VNC
One, VNC Configuration connection remote server desktop1, Server Installation Vnc-server# yum-y Install Vnc-server2. Configure the VNC connection login password# VNCPASSWD Enter3, Configuration Vnc-server# vi/etc/sysconfig/vncservers4, cancel the following two lines of commentsVncservers= "2:root"vncserverargs[2]= "-geometry 1024x768"Save exit5. Start Vnc-server#/etc/init.d/vncserver Start6. View your vnc-server port number# PS aux | grep vnc*Root 947
Recently found a server placed on the public network frequent automatic restart, almost every remote login will see the system unexpectedly shutdown prompt and asked to select the reason, open the Event Viewer, found that there are a large number of the same class of unusual events, such as:occur frequently for 15-17 seconds, and then look at the properties of the event such as: Tip: "The
http://www.ubuntukylin.com/ukylin/forum.php?mod=viewthreadtid=8631https://bugs.launchpad.net/ubuntu/+source/vino/+bug/1290666The solution is as follows:1, installation Dconf-editorsudo apt-get install Dconf-editor2, adjust with dconf-editor, and access the following configuration pathOrg > Gnome > Desktop > Applications > Remote-access3. Uncheck the "Require-encryption" property of the hook. Can be connecte
system reload Systemctl daemon-reload7. Set the password for [email Protected]:1.service]vncpasswd8. Turn off the firewallCentoS7 Default with new firewall firewall, not with iptables[Using firewall]Firewall-cmd--permanent--add-service vnc-server# Add access rightsSystemctl Restart firewalld.service# Restart Firewalld#systemctl Stop Firewalld.service #停止firewall (start, startup)#systemctl Disable Firewalld.service #设置开机禁止firewall (Enable boot)[Using iptables]yum-y Install iptables-services# ins
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.