# # Bash Time stamps # HISTTIMEFORMAT=”[%c] ” export HISTTIMEFORMAT # # Personal Aliases # alias ssr=’ssh -l root’ PS1=”\n \w (\[\033[0;36m\]\u\[\033[0m\])$ “
November 21, 2011
by Loren
0 comments
November 21, 2011
by Loren
0 comments
# # Bash Time stamps # HISTTIMEFORMAT=”[%c] ” export HISTTIMEFORMAT # # Personal Aliases # alias ssr=’ssh -l root’ PS1=”\n \w (\[\033[0;36m\]\u\[\033[0m\])$ “
May 9, 2009
by Loren
0 comments
In the world of servers there are many options when it comes to protecting your disks and the data on those disks. You can create backups of your disks or even get creative and rsync your data to another drive … Continue reading
April 29, 2009
by Loren
0 comments
Recently a co-worker mentioned that they tried out nginx and noticed that it was quite snappy. I didn’t know exactly how it worked but thought I would give it a try. As a result I had this site down for … Continue reading