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 echo 'export HISTTIMEFORMAT="%h/%d - %H:%M:%S "' >> ~/.bashrc Then reload your .bashrc source ~/.bashrc Now when you run history you should get a [...]

Continue reading...

Setting Up Arch Linux

Wednesday, June 3, 2009

0 Comments

First of all update your system pacman -Syu Install xorg pacman -S xorg-server If you have a nvidia graphics card then you need to install these pacman -S nvidia nvidia-utils If you have a ati card then you need to install these pacman -S catalyst catalyst-utils Create your system admin user useradd -m -G users,audio,lp,optical,storage,video,wheel,power [...]

Continue reading...