Archive for the 'linux' Category

Easy API access

Monday, October 27th, 2008

This site allows super easy searching thru apis for many of the major programming languagues.

http://www.gotapi.com/html

Coldfusion8 on Apache 2.2 via Xampp

Wednesday, October 10th, 2007

It continually amazes me how much brain damage can be incurred in updating ones system. And amazingly enough this time, I can’t blame the Coldfusion People!

So, I decided to do the Xampp thing. Xampp is a super easy installer for the lampp setup(I suppose its wampp for me as I’m talking about windows xp). Lampp is Linux, Apache, mySql, Php, and Perl. Probably the most common server software stack in the world.

Lets just get this out of the way : The Coldfusion part was pretty (more…)

Learn Linux Command Line

Tuesday, October 31st, 2006

This is the best linux command line tutorial I’ve read so far. The language is clear and easy to read and the content relevant and useful.

http://linuxcommand.org

Crontab Yay!

Friday, October 6th, 2006

ITK needed a scheduled task so in my effort to get better at linux and php, I investigated Crontab. Hey, this is pretty good and seems far more reliable than the Coldfusion Scheduled task system.  Plus my host has an interface for it so implementing was cake. I like!