PHP

Jim Prince on June 4th, 2012

My Raspberry Pi was finally delivered last week and I’ve had a chance to play. Here are some notes on how to configure it as a simple Web Server. The first thing I did was to check for updates and configure SSH. I don’t want it connected to a monitor and keyboard all the time. [...]

Continue reading about Raspberry Pi Notes

Jim Prince on January 14th, 2010

I'd been having a problem with GD being out of date on a LAMP installation on Ubuntu. This was odd because the installation is the latest (9.10) release. After some digging, it would seem that in Ubuntu PHP5 is not compiled with the version of GD that comes bundled with PHP!  There's a really helpful [...]

Continue reading about GD Library versions and Ubuntu