944,199 Members | Top Members by Rank

Ad:
Apr 29th, 2007
0

New to Linux Management

Expand Post »
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?
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
NZChris is offline Offline
6 posts
since Apr 2007
May 6th, 2007
0

Re: New to Linux Management

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.
Team Colleague
Reputation Points: 45
Solved Threads: 56
Unauthenticated Liar
nanosani is offline Offline
1,767 posts
since Jul 2004
May 6th, 2007
0

Re: New to Linux Management

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.
Last edited by jbennet; May 6th, 2007 at 4:15 pm.
Moderator
Featured Poster
Reputation Points: 1800
Solved Threads: 575
Moderator
jbennet is offline Offline
16,534 posts
since Apr 2005
May 7th, 2007
0

Re: New to Linux Management

Thanks heaps folks!

I have tried putty and had some success, which is a major step forward ...

Does anyone know if there is a VNC client that will run on a Windows box and give me access to the GUI (assuming there is one) of the Linux server.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
NZChris is offline Offline
6 posts
since Apr 2007
May 7th, 2007
0

Re: New to Linux Management

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.
Team Colleague
Reputation Points: 45
Solved Threads: 56
Unauthenticated Liar
nanosani is offline Offline
1,767 posts
since Jul 2004
May 7th, 2007
0

Re: New to Linux Management

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).
Last edited by Stylish; May 7th, 2007 at 1:49 am. Reason: release file
Reputation Points: 44
Solved Threads: 19
Junior Poster
Stylish is offline Offline
148 posts
since May 2007
May 7th, 2007
0

Re: New to Linux Management

if I were you, I'd install webmin on the server, instead of trying to log into GUI. Much more secure and very convenient. You can d/l it for almost any distro out there
Moderator
Featured Poster
Reputation Points: 183
Solved Threads: 89
Posting Virtuoso
DimaYasny is offline Offline
1,772 posts
since Jan 2007
May 7th, 2007
0

Re: New to Linux Management

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.
Moderator
Featured Poster
Reputation Points: 1800
Solved Threads: 575
Moderator
jbennet is offline Offline
16,534 posts
since Apr 2005
May 7th, 2007
0

Re: New to Linux Management

Click to Expand / Collapse  Quote originally posted by DimaYasny ...
if I were you, I'd install webmin on the server, instead of trying to log into GUI. Much more secure and very convenient. You can d/l it for almost any distro out there
Webmin is good but I'm not used to it .. I mostly prefer the CLI option.
Team Colleague
Reputation Points: 45
Solved Threads: 56
Unauthenticated Liar
nanosani is offline Offline
1,767 posts
since Jul 2004
May 7th, 2007
0

Re: New to Linux Management

Click to Expand / Collapse  Quote originally posted by jbennet ...
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.
The alternate of apt-get in redhat systems is yum .. you can use yum to install vnc and openssh from yum.

yum install vnc
yum install openssh
Team Colleague
Reputation Points: 45
Solved Threads: 56
Unauthenticated Liar
nanosani is offline Offline
1,767 posts
since Jul 2004

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Window and Desktop Managers Forum Timeline: FluxBox in fedora
Next Thread in Window and Desktop Managers Forum Timeline: Cannot delete Shortcuts on Desktop





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC