howto install gnome centos

May 26, 2011

howto install gnome centos? yum install groupinstall gnome-desktop alternatively: To install KDE Desktop, type this: yum […]

Linux List Free Memory Pretty Output

May 17, 2011

Who doesn’t like pretty command output? resize; echo -ne ‘\n’;echo “===========================================”;ps -eo user,%cpu,%mem,rsz,args|sort -rnk4|awk ‘BEGIN {printf […]

install java centos

May 12, 2011

How do I install java on centos? Step 1: download the JDK or JRE from http://www.oracle.com/technetwork/java/javase/downloads/index.html […]

setup ssh cent-os

May 10, 2011

install the server and client # yum -y install openssh-server openssh-clients Start the service: # chkconfig […]

Howto Find Last Login Time Linux

January 19, 2011

to find the last login time on a linux system simply run this command: finger ‘sort […]