Categories
My Book
I wrote Twitter Application Development For Dummies. Buy it on Amazon!
-
Popular Posts
Recent Comments
Follow me on Twitter
- Oh nice! ING has an iPhone app. Sweet! http://bit.ly/9cB4c1 5 hours ago
Category Archives: IT & Administration
Downgrade PHP 5.3 to 5.2
Like many others, I recently upgraded my Production server to PHP 5.3. I’m not quite sure of the reason anymore. I think I was trying to integrate a PHP profiler that required something in 5.3. Whatever my original reason, after … Continue reading
Installing Cassandra on Ubuntu Linux
Cassandra is a highly scalable, eventually consistent, distributed, structured key-value store. It’s an alternative to SQL if you don’t need relational data structures. The best part is it’s super fast, and distributed. The worst part is there’s not much documentation … Continue reading
How to Update Ubuntu Hardy to PHP 5.2.9
First upgrade your software as is. >> sudo apt-get update >> sudo apt-get upgrade Then add the following to your /etc/apt/sources.list file. >> sudo nano /etc/apt/sources.list deb http://http.us.debian.org/debian stable all deb http://security.debian.org/ stable/updates main contrib deb http://packages.dotdeb.org/ stable all Finally … Continue reading
How to increase or decrease your Boot Camp partition
If you’re running Mac OS X and Boot Camp you may need to increase or decrease the size of your Microsoft Windows Boot Camp partition, depending on what great videos games are out for Windows at the time. To accomplish … Continue reading
Why is "Content-type: text/html" displayed at the top of my CGI pages?
Recently one of my clients was having some issues with a CGI script they purchased. They’re running IIS on all of their servers, and oddly, this purchased script worked on one of their servers but not the other. On the … Continue reading
