R(d)andom Thoughts

This is where Daniel Wintschel blogs little tidbits. Sometimes. You might find something funny or useful here. Maybe.
Awesome TED talk byKatherine Fulton titled “You are the future of philanthropy.”

Enable curl in PHP

If you haven’t installed apache and php:

sudo apt-get install apache2
sudo apt-get install php5
sudo apt-get install libapache2-mod-php5
sudo /etc/init.d/apache2 restart

Then to enable curl:

sudo apt-get install php5-curl
sudo /etc/init.d/apache2 restart

My wife is a Textmate Ninja. :)
My wife is a Textmate Ninja. :)