Category: HOWTOs

Step by step guides to help with technical issues that I have worked on over the years.

HOWTOs UNIX

System Monitoring with Nagios – Part 3 of 4

I have decided to write a four part article on the benefits of using Nagios. The first article focused on why I chose Nagios/what it offers. The second article focused on installing Nagios on Mac OS X. This third article will focuses on configuring Nagios. The fourth article will focus on improving the Nagios interface […]

Hints HOWTOs UNIX

System Monitoring with Nagios – Part 2 of 4

I have decided to write a three part article on the benefits of using Nagios. The first article focused on why I chose Nagios/what it offers. This second article will focus on installing Nagios on Mac OS X. The third article will focus on configuring Nagios. The fourth article will focus on improving the Nagios […]

Hints HOWTOs UNIX

System Monitoring with Nagios – Part 1 of 4

I have decided to write a three part article on the benefits of using Nagios. This first article will focus on why I chose Nagios/what it offers. The second article will focus on installing Nagios on Mac OS X. The third article will focus on configuring Nagios. The fourth article will focus on improving the […]

Hints HOWTOs UNIX

configuring ipfw on mac os x 10.3: revisited.

It has been a few months since I first posted about configuring ipfw on Mac OS X. Since then I have had a few random issues with startup that may have been related to my firewall settings, but I was never able to really hone in on the exact problem (because the problem was not […]

HOWTOs Standards

access your home computers from anywhere

There comes a time when you are at work, travelling, or somewhere where you “really wish you could access your home computer(s).” Some people are fortunate enough to have static ips so they can simply access their computer by using their static IP. For most of us, we have to deal with dynamic IPs. For […]

Apple Hints HOWTOs UNIX

configuring ipfw on mac os x 10.3.

Sometimes the GUI is awesome. Sometimes you just need more control over your conf files that the GUI offers. I wanted to have more specific firewall rules for my computers and servers running Mac OS X Client, more than the default OS X 10.3 built-in firewall configuration that is provided. First, let’s look at all […]

Hints HOWTOs Web Development

encoding email addresses.

Spam. We are all sick of it. Contact information…if you have a web site it is most likely you will need to post your contact information (email address) somewhere. To stop robots from spidering your email address, I would suggest encoding it. Yeah, if you notice my email address is not always encoded on my […]

HOWTOs UNIX Web Development

rsync: synch both boot and data volumes.

If you have mission critical servers, you know that a backup is essential. I do not want my mission critical web server to go down. Along comes rsync. How to set up rsync to synch my boot drive (and make it bootable) as well as synch my data files (html/php files): First, you will to […]