Discover ubuntu enable remote desktop, include the articles, news, trends, analysis and practical advice about ubuntu enable remote desktop on alibabacloud.com
Title: configure the VNC service for Remote Desktop Access in red-flag Linux
Introduction:
VNC (Virtual Network Computing) is short for virtual network computers. It is an excellent remote control tool software developed by the famous att European research laboratory.
The following describes how to configure the VNC service in the "red-flag Linux DC Server
Remote Desktop login on the logon interface is finally supported on Ubuntu12.10. The new feature allows you to remotely log on to and install additional applications in full screen mode without logging on to Ubuntu. Canonical integrates UbuntuSingleSignOn with remote logon. After you enter the UbuntuOne account, you ca
How to enable the SSH service in ubuntu14.04
Popular Science:
SSHThis is short for Secure Shell, developed by the Network Working Group of IETF. SSH is a security protocol built on the application layer and transport layer. SSH is a reliable protocol designed for remote logon sessions and other network services. The SSH protocol can effectively prevent information leakage during
simple, we do not repeat here. To configure a X0VNC self-starting service, we can enter the current account ~/.config/autostart directory, create a x0vncserver.desktop file, the file content is as follows:[Desktop Entry]Name=x0vncserverComment=x0 VNC Server from TigerVNCExec=x0vncserver-passwordfile=/home/someone/.vnc/passwd-alwayssharedTerminal=falseType=applicationStartupnotify=trueAfter saving, do not forget to run the current account under the VN
.
Rdesktop-g 1440x900-p-z-x l-r sound:off-u windowsuser
After logging in, the interface looks like this below. Of course, the corresponding Windows system do not forget to open to allow remote connection to this computer, otherwise the client is also unable to connect. If there is a problem with the connection, cancel the "Allow computer connections only for Remote Des
access from the local machine. To enable remote access, run the following commands in Terminal:
Mysql-u root-pUse mysqlUpdate user set Host = '%' where User = 'root'
In this way, you can access MySql from any IP address.
3. Bind IP addresses in MySQL
Sudo vim/etc/mysql/my. cnf1
Change bind-address 127.0.0.1 to bind-address 0.0.0.0, so that the EC2 IP address can be remotely accessed regardless of the chang
service to make the new VNC configuration take effect:
# systemctl daemon-reload
The VNC service is automatically started at startup:
# systemctl enable vncserver@:1.service
Check the port on which the vnc service is listening:
# netstat -tulpn | grep vnc
Port 5901 is the default port used by the VNC client to connect to the VNC server.
Step 3: connect to the Remote
Sound problems in "Remote Desktop Connection"
Q: When using the "Remote Desktop Connection" that comes with XP/03 to connect to XP, it is okay to set "bring the sound to this computer" or "Stay on the remote computer" in the options. But when I connect to 03, why is there no
in fact, when it comes to Remote desktop ports, I think 2 a story that happened to me years ago, but before the story was told. Let's learn what to teach us after this lesson. The main lesson relates to how Windows Server 2003 modifies Remote Desktop ports,howWindows Server 2008 modifies
To enable remote connection to MySQL under UbuntuServer, follow these two steps: nbsp; the first step is to create a remote connection MySQL User nbsp; mysql gt; GRANTALLPRIVILEGESONremote. * TOremote @ % IDENTIFIEDBYremotepwd; nbsp; Step 2: modify mysql
To enable remote
function, which allows multiple users to log on simultaneously through remote desktop. However, this feature is disabled by default, you must modify the Registry to enable this function.
Open the Registry Editor and expand "HKEY_LOCAL_MACHINE \ System ".\ CurrentControlSet \ Control \ Terminal Server \ Licensing Core "branch, go to the right window, create a ch
panel --> switch to the classic view (some computers do not need to do this) --> management tools --> service. Check whether the services are enabled. If the services are not enabled, double-click the service. Make sure that the "Startup Type" is not "disabled". If yes, change it to any of the two services and click Apply, click Start. If you do not want to remotely modify the registry or change the machine settings or install or delete programs, the remote
Q: When using the "Remote Desktop Connection" that comes with XP/03 to connect to XP, it is okay to set "bring the sound to this computer" or "Stay on the remote computer" in the options. But when I connect to 03, why is there no sound? What should I do?
A: We will discuss it in two aspects.1. Connect to 03, and bring the sound to this computer.
Method
and select start to enable the Service.Step 8: After the computer is restarted, we can access the computer through the Remote Desktop Connection Program without any problems. The program automatically enters the step of entering the Administrator account and password.So far, we have solved the problem of remote
To enable the remote connection to MySQL under UbuntuServer, take two steps: the first step is to create a remote connection MySQL user mysql gt; GRANTALLPRIVILEGESONremote. * TOremote @ "%" IDENTIFIEDBY "remotepwd"; the second step is to modify the mysql configuration file/etc/mysql/my. cnf $ gt; sudovi
To enable
Link: http://www.cnblogs.com/CoolPigs/archive/2012/03/22/2411319.html
Windows usually comes with the Remote Desktop Connection Tool (START-attachment-Remote Desktop link) for Remote Desktop windows, but if you want
window|windows2003| Remote Desktop Do you sometimes need to remotely call data or programs in the server, or even configure the server, or remotely shut down (reboot) the server, try a Remote Desktop Web Connection in Windows 2003, Its powerful features will certainly make you feel very satisfied.
To address the disadvantages of VNC Remote Desktop mentioned in one of Windows Remote Desktop Access Ubuntu12.04 (see http://www.linuxidc.com/Linux/2012-07/64801.htm), we adopt the second method XRDP, which supports multi-user login and Remote
In order to resolve the disadvantages of Windows Remote Desktop access for VNC Remote Desktop mentioned in one of Ubuntu 12.04 (see http://www.linuxidc.com/Linux/2012-07/64801.htm), we use the second method XRDP, This method supports multi-user logins and
to set up a password in other accounts .I set the password to: vncpasswdFive: Modify the Remote Desktop display configuration file:# Vim/root/.vnc/xstartup (without this directory created by itself)#!/bin/sh#uncomment the following-lines for normal desktop:unset session_managerexec/etc/x11/xinit/xinitrc[-x/etc/vnc/xstartup] exec/etc/vnc/xstartup[-R$HOME/. Xresources] Xrdb$HOME/. Xresourcesxsetroot-Solid
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.