| | |
New to Linux Management
![]() |
Hi there everyone
I am new to Linux and have suddenly had the management of a Linux server in a remote site dropped into my lap.
Can anyone tell me if there is a way for me to tell remotely what distro/version etc this server is. Currently my access to the site is through an RDC onto the Windows Server in the site so preferably I'd need something I can do from a Windows environment.
Related to this, is there a way I can do an RDC equivalent on a linux server?
I am new to Linux and have suddenly had the management of a Linux server in a remote site dropped into my lap.
Can anyone tell me if there is a way for me to tell remotely what distro/version etc this server is. Currently my access to the site is through an RDC onto the Windows Server in the site so preferably I'd need something I can do from a Windows environment.
Related to this, is there a way I can do an RDC equivalent on a linux server?
Most of the linux admins love the command console for their remote work. You can use Putty to login remotely to your server. But if you want to have the graphical user interface at your disposal, use vnc server.
yes. PuTTY is available as a small windows client (1 small .exe file). You can use this for encrypted command line access to your server.
VNC on the other hand is more like remote desktop, but considering most servers wont have a GUI anyway then putty is generally what is used. There is a windows client available.
VNC on the other hand is more like remote desktop, but considering most servers wont have a GUI anyway then putty is generally what is used. There is a windows client available.
Last edited by jbennet; May 6th, 2007 at 4:15 pm.
If i am helpful, please give me reputation points.
Here is the link to the VNC website. You can download the VNC server for your linux box and VNC client for your windows box.
Last edited by nanosani; May 7th, 2007 at 1:39 am.
For determining a distro there are generally a few things you can do from the command line.
# uname -a
It'll tell the kernel image, which can sometimes be matched online. (EL signifies RHEL kernels, for instance)
There is generally a release file in /etc/. I believe it is /etc/release.txt or something similar for Red Hat. SuSE also has one, but alas I forget the name at this point in time. Contained within will be the release version or version and in SuSE's case a minor version.
For GUI, if a GUI is even installed (find / -name 'X'), I strongly recommend NX. There are NX server and client RPMs available and a Windows client - all free. It is encrypted, spawns a new session and is more responsive than VNC (from my experience).
# uname -a
It'll tell the kernel image, which can sometimes be matched online. (EL signifies RHEL kernels, for instance)
There is generally a release file in /etc/. I believe it is /etc/release.txt or something similar for Red Hat. SuSE also has one, but alas I forget the name at this point in time. Contained within will be the release version or version and in SuSE's case a minor version.
For GUI, if a GUI is even installed (find / -name 'X'), I strongly recommend NX. There are NX server and client RPMs available and a Windows client - all free. It is encrypted, spawns a new session and is more responsive than VNC (from my experience).
Last edited by Stylish; May 7th, 2007 at 1:49 am. Reason: release file
I NEED AN ADULT!
by the way if its a debian or ubuntu based server (as opposed to a redhat one), you can use a command called apt to install the ssh server or VNC server.
on a debian system just do:
apt-get update
apt-get install (packagename)
Itt will download, install and configure it all for you as well as any dependencies.
on a debian system just do:
apt-get update
apt-get install (packagename)
Itt will download, install and configure it all for you as well as any dependencies.
If i am helpful, please give me reputation points.
•
•
•
•
by the way if its a debian or ubuntu based server (as opposed to a redhat one), you can use a command called apt to install the ssh server or VNC server.
on a debian system just do:
apt-get update
apt-get install (packagename)
Itt will download, install and configure it all for you as well as any dependencies.
yum install vnc
yum install openssh
![]() |
Similar Threads
- Hello from Santa Clara, CA (Community Introductions)
Other Threads in the Window and Desktop Managers Forum
- Previous Thread: FluxBox in fedora
- Next Thread: Cannot delete Shortcuts on Desktop
| Thread Tools | Search this Thread |
age android apple busybox canonical cell computer cool dell design desktop desktops developers distributions facebook fedora free fsf gadgets gfvs gio gnome gnu google gui hardware incomprehensible interface ireland itunes jasonperlow karmic kde kernel2.6.25 kids koala laptop laptops linustorvalds linux livecds lxde mac madness mandriva mepis microsoft napster netbooks news opensuse operating-system operatingsystems os oswars pc pclinuxos phones program programmers programming qt shuttleworth software steveballmer super survey twitter ubuntu user verizon vfs virtualization webbased windowmanagers windows xfce xui xwnidow youtube






