Sat 17 January 2015
Tags:
I will not be covering the installation of OpenBSD on the the PC Engines device today. Maybe at a later date. It wasn't that difficult after
flashing the BIOS with a more recent ROM.
If you are attempting to follow this as a 'how-to' guide, please see the upgrade guide …
Continue reading »
Tue 25 January 2011
Tags:
while catching up on a bit of sysadmin reading I came across this
post
from Matt Simmons.
When the time comes i'm going to spend some time setting up
HAProxy. :)
Continue reading »
Tue 18 January 2011
Tags:
There is this great post over at the Lone
Sysadmin
answering some of the common questions cheap-o's like myself have with
ESXi/vSphere.
Continue reading »
Fri 03 September 2010
Tags:
saving a copy of this here since things on the interweb tend to disappear.
There is some very good info here
specifically, I found the following hints helpful:
isakmpd -d
Start isakmpd with isakmpd -d
. Isakmpd will output things like wrong
file permissions and typos in the configuration file. On …
Continue reading »
Mon 15 March 2010
Tags:
*NIX Commands.
These are endlessly useful.
EOP
Continue reading »
Wed 22 July 2009
Tags:
I was about to upload some documents to my company's wiki that someone
else wrote. Upload failed! For some odd reason they chose to use a '+'
instead of a space or under bar in the filename. Here is how I fixed it.
for i in `ls -1`; do
old=${i …
Continue reading »
Wed 08 April 2009
Tags:
Building Nagios and
configure checks via NRPE on Ubuntu 8.10-Server.
Start with a fresh installation of Ubuntu Server v8.10 i386 or
amd64. You can add LAMP services using the next commands
apt-get packages.
Install supporting packages for running apache+php5, postfix, build
tools and libraries for compiling plugins …
Continue reading »