Search This Blog

Showing posts with label RHEL 5. Show all posts
Showing posts with label RHEL 5. Show all posts

Friday, September 7, 2012

How to configure VNC Server in RHEL5 ?

Install Vnc Server

[root@test ~]# yum install *vnc*


[root@test ~]# vncserver :1

You will require a password to access your desktops.

Password:
Verify:
Read more >>

Monday, March 12, 2012

Tools & commands for analyzing server performance.

To check for disk space.

[root@london ~]# df -h

Filesystem            Size  Used Avail Use% Mounted on
/dev/sda2              26G   16G  8.3G  66% /
/dev/sda1              99M   12M   83M  12% /boot
tmpfs                 742M     0  742M   0% /dev/shm

Read more >>

Thursday, August 19, 2010

Configuring yum in RHEL5.

1) Make a directory where all our RHEL5 dvd files will be stored.

mkdir -p /var/ftp/pub/repo
Read more >>