# # 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\])$ “
July 13, 2011
by Loren
0 comments
So lets start by defining what ip aliases are. I put these in the same category as virtual interfaces. In other words these are not physically connected interfaces but are stacked on top of the main interface, in most cases … Continue reading
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
March 30, 2009
by Loren
0 comments
Well recently I have been very interested in some aspects with securty at work. I have been testing and reviewing some great DVR systems that run on linux. So I went ahead and added a VPS to my OpenVZ server … Continue reading