Install Django centos redhat

November 8, 2012

To install Django on Centos or Redhat echo “Installing httpd and httpd-devel” yum -q -y –enablerepo=ius […]

Install Python 2.7.2 redhat centos

November 8, 2012

To Install Python 2.7.2 on redhat or centos echo “Install Python 2.7.2” mkdir -p /usr/local/src/python.2.7.2.install cd […]

howto set up local svn repository

November 2, 2012

Objective Set up a local svn repository to store some code Install subversion yum install subversion […]

Bash Server Backup Script

July 13, 2012

I’ve created a Bash Server Backup Script that will backup your MySQL databases (each database separately […]

ssh keeps disconnecting

April 26, 2012

“ssh keeps disconnecting my session”. Here’s the fix! Server Side Fix As root modify /etc/ssh/sshd_config and […]