Monthly Archives - October 2012

Managing Software with yum

Managing Software with yum. The above is the site I am using to learn the tricks of the yum command. I understand the basics. But it would be cool to be very proficient and install without having to Google tutorials.

Common SSH or Linux Shell Commands – JustHost

ls : list files/directories in a directory, comparable to dir in windows/dos. ls -al : shows all files (including ones that start with a period), directories, and details attributes for each file. cd : change directory cd /usr/local/apache : go to /usr/local/apache/ directory cd ~ : go to your home directory cd – : go to the last directory you were…