Tag Archive | "commands"

Howto Add time And Date To Your Bash History

Wednesday, August 12, 2009

0 Comments

This comes in very handy if your trying to track back when you had last run something. To enable it just simply add export HISTTIMEFORMAT="%h/%d - %H:%M:%S " to your .bashrc file Then reload your .bashrc Now when you run history you should get a output similar to the one below Some other bash history [...]

Continue reading...

Setting Up Arch Linux

Wednesday, June 3, 2009

0 Comments

First of all update your system Install xorg If you have a nvidia graphics card then you need to install these If you have a ati card then you need to install these Create your system admin user Now we need to set a password for that user so type the following Install some packages [...]

Continue reading...