Wednesday, April 27, 2011

Flattr

I'm on Flattr now, Great concept. It's like micro loans, but for useful things done on the web.

Monday, April 18, 2011

Building the perfect server

This is a nice guide for setting up lots of commonly used scripting tools on a web server..

http://www.howtoforge.com/perfect-server-ubuntu-9.04-ispconfig-2-p6

Saturday, April 16, 2011

Configuring a stubborn PHP server

Saved me tons of time today...

I followed the documentation on PHP5 - Scripting Language

As a quick start guide you should run the next commands

Code:
sudo apt-get install php5-common php5 libapache2-mod-php5
sudo apt-get install php5-cli
sudo apt-get install php5-cgi
sudo apt-get install php5-mysql
Later you should run this command and select php5
Code:
a2enmod
And finally restart the apache2 daemon via
Code:
sudo /etc/init.d/apache2 restart

Wednesday, April 6, 2011

Appcellerator!

Looks like a great tool for building mobile apps

http://www.appcelerator.com/products/download/