Tracking memory usage

3

Posted on : 06-02-2009 | By : Japh

Recently I received a warning from my host that I was WAY over my memory limit. I had some long running processes going, and a few cron scripts that altogether were using about 220mb out of my 120mb of allowed memory usage… oops!

Anyway, there’s currently no way from my control panel to see how memory I’m currently using, I have to run a command from a terminal, and certainly no way to tell usage over time. So, after looking at a thread my hosting provider pointed me to, I decided to have a play with the Google Charts API!
Read the rest of this entry »

DIY Dynamic DNS

2

Posted on : 08-10-2008 | By : Japh

I’ve setup my home network with a domain and wanted to be able to access my home server, from my office, on a subdomain.

However, as is probably the case for most of you, I have a dynamic IP address assigned to my router when it connects to the Internet through my ISP. So I decided I’d have to setup my own dynamic DNS process!

First things first, it was necessary to create the subdomain I wanted and point it to my home router’s external IP address, and also to change the configuration on my router to forward all traffic on port 80 to my home server’s internal IP address.
Read the rest of this entry »

Fun with wild-card domain names

5

Posted on : 16-09-2008 | By : Japh

After seeing quite a few websites with dynamic content based on the domain name, I wanted to give it a try to see how difficult it was to achieve.

Here’s what I came up with: DueABootin.com

As it turns out, it wasn’t very difficult at all!  (Especially being hosted through WebFaction, they make it even easier!)
Read the rest of this entry »