current apache connections

September 28, 2011

how to check current apache connections Since apache will spawn a new process for each new […]

redhat apache start on boot

September 18, 2011

if you already have apache installed on redhat linux # chkconfig httpd on # /etc/init.d/httpd start

install mono redhat

August 12, 2011

Create a new repo config file cd /etc/yum.repos.d vi mono.repo Add the following lines to the […]

centos iptables howto

July 28, 2011

centos iptables howto Copy live iptables configuration to iptables.old in user’s home directory: # cp /etc/sysconfig/iptables […]

redhat install uuencode

July 11, 2011

Note If you just want to see the yum command for Redhat install uuencode skip to […]

grep ifconfig list ips

July 4, 2011

Linux ifconfig Example Type the following command: ifconfig | grep ‘inet addr:’| grep -v ‘127.0.0.1’ | […]

Xlib: PuTTY X11 proxy: wrong authentication protocol attempted

June 3, 2011

Here’s the fix for Xlib: PuTTY X11 proxy: wrong authentication protocol attempted (source: http://froebe.net/blog/2008/11/14/getting-xlib-putty-x11-proxy-wrong-authentication-protocol-attempted-i-have-the-answer/) Run “xauth […]