setup x11 behind firewall

May 26, 2011

How do we setup x11 behind firewall ? In this case we will use a Rackspace […]

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 […]

list all host headers iis

May 11, 2011

source: http://weblogs.asp.net/robmcm/archive/2005/10/04/426632.aspx Option Explicit On Error Resume Next Dim objBaseNode, objChildNode Dim objBindings, intBindings Dim objFSO, […]

setup ssh cent-os

May 10, 2011

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