|
Install Remote Desktop on Debian.
|
|
03-13-2012, 11:42 PM
(This post was last modified: 03-14-2012 05:37 AM by Lobkerr.)
|
|||
|
|||
|
Install Remote Desktop on Debian.
Hi, I would like to show you how to install remote desktop on your server that has Debian and we can not connect to it using mstsc from windows.
Of course we can use the console rota through SSH, but I think that for the Linux users who have never had contact with such a solution can be very helpful. Here we go: 1.Enter the console command: Code: apt-get updatethen: Code: apt-get upgradeNow install xorg'a, in this case type: Code: apt-get install xserver-xorg-core xorgNow install the GDM, in this situation, type: Code: apt-get install gdmNow our desktop environment we will use GNOME, install command: Code: apt-get install gnomeNow we add the user who will use our remote desktop to add the user use the command: Code: adduser debian- In my case, let it be a user such as "Debian" Excellent, we have already installed on your desktop Debianie.Teraz need to install client nxclient, nxserver and nx node.W this case we use the wget command in a console type: Aha, here was any remark that now, download the client which is designed for 32-bit distributions: First Code: For Xandros Desktop 4.1/Xandros Server 2.0, Debian GNU Linux 4.0 Etch/5.0 Lenny, Ubuntu 5.10 Dapper Breezy Badger/6.06 Drake/6.10/Edgy Eft/7.04 Fawn/7.10 Feisty Gutsy Hardy Gibbon/8.04 Heron/8.10 Intrepid Ibex / Ubuntu 9.04 Jackalope/9.10 Karmic Jaunty Koala/10.4 Lucid LynxIf you have a distribution which we write in here gave rota console command: Code: wget http://64.34.161.181/download/3.4.0/Linux/nxclient_3.4.0-7_i386.debIf we choose the other distribution is appropriate for her and this is what other packages for other distributions: Second Code: For Red Hat Enterprise 4/5, SuSe 10/10.1/10.2/10.3/11/Enterprise 10, 10.1/2005/2006/2007/2008/2009 Mandriva, Fedora Linux Core 3/4/5/6, Fedora 7/8 / 9/10/11/12/13Here's what we write if we have a distribution that is higher: Code: wget http://64.34.161.181/download/3.4.0/Linux/nxclient-3.4.0-7.i386.rpmWhile he did not find the appropriate client for your distribution remains for us to look for here: Third Code: For Red Hat Enterprise 4/5, SuSe 10/10.1/10.2/10.3/11/Enterprise 10, 10.1/2005/2006/2007/2008/2009 Mandriva, Fedora Linux Core 3/4/5/6, Fedora 7/8 / 9/10/11/12/13, Xandros Desktop 4.1/Xandros Server 2.0, Debian GNU Linux 4.0 Etch/5.0 Lenny, Ubuntu 5.10 Dapper Breezy Badger/6.06 Drake/6.10/Edgy Eft/7.04 Fawn/7.10 Feisty Gutsy Gibbon / Hardy Heron/8.10 8.04 Intrepid Ibex / Ubuntu 9.04 Karmic Jaunty Jackalope/9.10 Koala/10.4 Lucid LynxHere's the command: Code: wget http://64.34.161.181/download/3.4.0/Linux/nxclient-3.4.0-7.i386.tar.gzAnd now, 64 - bit versions: First Code: wget http://64.34.161.181/download/3.4.0/Linux/nxclient_3.4.0-7_x86_64.debSecond Code: wget http://64.34.161.181/download/3.4.0/Linux/nxclient-3.4.0-7.x86_64.rpmThird Code: wget http://64.34.161.181/download/3.4.0/Linux/nxclient-3.4.0-7.x86_64.tar.gzI only provide links to download for other distributions, if we have any problem with the other distribution is here bows to us Google. Well when we pulled everything you need to install dpkg-in this case it looks like this: Code: dpkg -i nxclient_3.4.0-7_i386.debFor 64-bit: Code: dpkg -i nxclient_3.4.0-7_x86_64.debNote! If an error occurs, enter the command: Code: apt-get-f installThen again, install our client: Code: dpkg -i nxclient_3.4.0-7_x86_64.debIf all we did well restart the SSH server and nxserver to do this, type the command: Code: /etc/init.d/ssh restartExcellent! We installed our remote desktop to our server, and now only need to download a client for our Windows. Get it from this link: Code: http://64.34.161.181/download/3.4.0/Windows/nxclient-3.4.0-10.exe1.If downloaded the pack this leaves us no choice but to install the "it": D 2.Teraz go to the configuration: Select Start-> All Programs-> NX Client for Windows-> NX Connection Wizard 1.Login: Here we login who had added to our client for Linux in my case it was a "Debian". 2.Password: This is our motto which is also stated at the step when we added the user to Linux. (I skipped this step but it is certainly a poradzicie) 3.Sesja our session here that stated at the beginning of the configuration or how you remember, in our case it was a "Maly232" It's the end click Login, and after a while you will see the long awaited your Remote Desktop to your server!. |
|||
|
03-13-2012, 11:57 PM
|
|||
|
|||
|
RE: Install Remote Desktop on Debian.
Hi,
Good tutorial, but "apt-get update" and "upgrade" doesn't need, it's may already updated .
Thanks Carstensz Pyramid Server and FreeVPS very much my VPS18.
|
|||
|
03-14-2012, 04:35 AM
|
|||
|
|||
|
RE: Install Remote Desktop on Debian.
Anyone try it out yet.do it work with any linux or only debian.thanks for sharing.I will try it after couple comment
hi everyone ![]() l
|
|||
|
03-14-2012, 07:16 PM
|
|||
|
|||
|
RE: Install Remote Desktop on Debian.
To fit on a low end VPS, you might want to use another more lightweight desktop environment, like XFCE.
Thân, iCarrot. |
|||
|
03-20-2012, 03:24 AM
|
|||
|
|||
|
RE: Install Remote Desktop on Debian.
This is only for Debian desktop?
Or too for Debian server? |
|||
|
03-20-2012, 03:27 AM
|
|||
|
|||
|
RE: Install Remote Desktop on Debian.
Debian Desktop has a GUI installed already.
This is for Debian Servers. |
|||
|
03-21-2012, 03:37 AM
|
|||
|
|||
|
RE: Install Remote Desktop on Debian.
I tried to install as the tutorial says, but gives me an error. Does what one be?
Srry for my bad English. |
|||
|
03-21-2012, 03:50 AM
|
|||
|
|||
|
RE: Install Remote Desktop on Debian.
Would you be so kind to post your error message
.
|
|||
|
03-21-2012, 10:57 AM
|
|||
|
|||
|
RE: Install Remote Desktop on Debian.
And which step did you get this error?
|
|||
|
04-08-2012, 11:29 PM
|
|||
|
|||
|
I followed along through most of this tut. It could use some cleaning up, but essentially, looks to be pretty good. And, as one person pointed out, this is for a debian server.
I like FreeNX - and Remina too. I often use KRDC too which, as strictly a client, works well with RDP as well as VNC. Thanks for the tutorial, I'll put some scripted variation of this to some good use and maybe post back here on my progress
|
|||
|
« Next Oldest | Next Newest »
|
| User(s) browsing this thread: |
| 1 Guest(s) |






.

l


.
