Previous reprinted article [to] how to connect Ubuntu Linux from Windows Remote Desktop, not only to install Vnc,windows in Linux to connect Ubuntu remotely, but also to install the software, and the software is not safe or useful, the function is very single, Only the command line for Ubuntu can be opened.
The approach described in this article is secure and simple, with only a simple configuration of Ubun
have been using MSTSC to connect to the Windows host, today I would like to use this to connect to the Linux host, found not connected ~ ... ~After a long time with Niang, share a blog for everyone: Portal
In general, we use SSH Client remote login Linux system, as for the graphical interface of the Linux remote landing tools, we generally think of VNC, but its security is not enough,Here, I will describe the installation configuration method for
Generally, we use an ssh client to remotely log on to the Linux system. For the Linux Remote logon tool in the graphic interface, we generally think of vnc, but it is not secure enough. Here, I will introduce how to install and configure XRDP. We can easily use Windows Remote Desktop named tulinux. Xrdp installation configuration method to open the terminal: Inst
nagging do not like to touch: work has been done so long, installed machines are not graphical interface, and today suddenly developed to a need for a graphical interface, which is very simple, install the system when installed on it, but also to be able to be in Windows Remote connection, which also forget, Actually said is to use mstsc connection,VNC is not quickly solved, here omitted N more words, must think I in the heart open scold, hey no matte
This article is an example of an Oracle Linux 6.4 virtual Machine (ports 22 and 3389 must be open for SSH and RDP connections)1. Before installing XRDP, you need to first install some necessary packages, such as:# yum-y Install kernel--y install gcc OpenSSL pam-developenssl--y install autoconf automake libtool
libx11-devel libxfixes--y install glibc-headers gcc-c++2. If you do not have wget installed, you will also need to install wget with the fo
In general, we use SSH Client remote login Linux system, as for the graphical interface of the Linux remote landing tools, we generally think of VNC, but its security is not enough,
Here, I will describe the installation configuration method for XRDP. We can easily through Windows Remote Desktop Linux.XRDP Installation Configuration method
Open Terminal: Install in sequence
sudo apt-get install
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 Desktop. 1. First, refer to the GNOME Desktop installation method (Click here) mentioned in installing VNC in accessing Ubuntu12.04 on
This article reproduced: http://www.cnblogs.com/edgexie/p/6527992.htmlSee a lot of tutorials on the Internet for Windows Remote Desktop Connection Raspberry Pi. I also follow the tutorial tried, met a few pits. Deliberately recorded in this.Say the right steps first.1. tightvncserver!!! must be installed firstsudo apt-get install Tightvncserver2. Install the XRDP service again.sudo apt-get install XRDP3. If
After the xrdp service is installed in linux, you can use the remote desktop program that comes with windows to remotely log on to windows.
1) edit/etc/TPD/custom. conf with the following content:
[Daemon]
[Security]AllowRemoteRoot = true
[Xdmcp]Port = 177
Enable = 1
[Gui]
[Greeter]
[Chooser]
[Debug]
[Servers]
Copy custom. conf
> Cp custom. conf TPD
20171109Many of the online settings tutorials are older, so you can organize the way to share the nextAfter SSH is turned on, use the Putty connection.Installing X11VNCsudo apt-get install X11vncSet Passwordsudo x11vnc-storepasswd/etc/x11vnc.passAdding a self-starter configurationsudo nano/lib/systemd/system/x11vnc.servicePaste in[Unit] Description=start X11vnc at startup. After=multi-user.target[service]type=simpleexecstart=/usr/bin/x11vnc-auth Guess-forever-loop-noxdamage-repeat- Rfbauth/etc/x
http://c-nergy.be/blog/?p=5305Hello World,Ubuntu 14.04 have been released on April 17th and we already released the traditional post about how To perform a fresh install. We didn ' t covered the upgrade process because it ' s quite easy nowadays. Basically, you'll be notified. A new version is available and you'll be asked if you want to upgrade to the latest Version.Some readers and Some of my colleagues has been asking for a post on XRDP functionali
First, install xrdp:
Apt-Get install xrdp
Install GNOME Desktop:
Apt-Get install gnome-shell
Configure xrdp:
Enter the/etc/xrdp directory
You can modify xrdp. ini and sesman. ini,Startwm. Sh
Generally, you do not need to change
Redhat6 install XRDP Log in directly using Windows Remote Desktop ConnectionHere's how to do this:The first step: Download the source package and install some dependent software download XRDP source package? wget http://downloads.sourceforge.net/project/xrdp/xrdp/0.6.0/
Install xrdp on centos for Remote Desktop Access:1. Configure the environment:
Yum install GCC Pam-devel OpenSSL-devel-y
2. Go to the specified directory to download and decompress xrdp:
Wget http://xsdou.googlecode.com/files/xrdp-0.4.2.tar.gz
Tar-xzvf xrdp-0.4.2.tar.gz
3. Compile and install the
Accessing the remote Linux desktop using the RDP protocol
In general, if you need to log on to a remote Linux system, we will use ssh/telnet to do it, and if we need to log on to a remote Linux system desktop environment, we might use VNC.
VNC is the default RfB-based Remote Desktop program for most Linux distributions, but for ordinary users, VNC's user experience is not good, slow, and requires installation of clients.
Windows Remote Desktop based o
Install XRDP on CentOS for Remote Desktop Access
After obtaining the root permission, we will install the Fedora source to facilitate the subsequent use of the yum command to install the required software package. Install the Fedora source file on the network:
Rpm-ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm installation source key: rpm -- import/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
Note: When you see this article, the l
(1) xrdp is a Remote Desktop Protocol (RDP) protocol service. Once the xrdp service is installed on Ubuntu, you can access the Ubuntu Desktop through remote logon on XP. If your Ubuntu 10.04 does not support xrdp (10.10 supports xrdp 0.5), you need to manually add the apt path by modifying the/etc/APT/sourcs. list file
Windows 7 uses remote desktop (xrdp + vnc) to connect to Ubuntu with a remote desktop, which uses the vpn mode. This mode is slow and often unable to connect, Which is depressing. The following uses another xrdp mode, using the system tool Remote Desktop that comes with win7, saving vnc viewer. Moreover, it is fast and can access www.2cto.com normally. Specific m
the gedit command to edit the vncservers file and add the following two lines at the end of the file. Vim/etc/sysconfig/vncserversVNCSERVERS = "2: root" VNCSERVERARGS [1] = "-geometry 1280x720"
Obtain the root permission and use the service command to start the xrdp and vcnserver functions. Service vncserver start service xrdp start
Now, you can use windows Rem
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.