Nokia PC Suite for Linux with ObexTool on Ubuntu Gutsy
November 12, 2007
This How-To will might works with many NOKIA Mobile Phone, especially for Nokia 3230, 6670, 6680, 6682 e 7610, 6120, Sony Ericsson Z1010, LG U8110/8120.
However I wrote this How-To after configuring correctly my new NOKIA 6120 on Ubuntu Gutsy 7.10. So, this how-to is intended for people that runs Ubuntu Gutsy and have NOKIA 6120 Mobile Phone.

StarLogo TNG - RpgMaker XP simplicity on Linux
November 9, 2007

Have you never used RpgMaker XP on windows? This Article don’t talks about RpgMaker XP for windows installed on Linux (Ubuntu, Debian, RedHat, Fedora, Gentoo) using Wine Library, but it talks about a tool to make games on Linux as the same simplicity of making games with RpgMaker XP.
Auto Ajax - Update your old PHP pages in Ajax including a simple class in your PHP Code
What is Auto Ajax?
Auto Ajax is a PHP Class written by Cesar D. Rodas. Surely you had seen many Ajax website that work without browser refresh. If you want implement this function in your php projects, this PHP Class is perfect for you. In fact I’ve test personally this class updating only parts of php code.
Virtual Hosting with PureFTPd and MySQL on Debian
November 7, 2007
Necessary Information
In this HowTo my Server has the follow configurations:
Hostname: ftp01.server.com
IP-Adress: 192.168.1.20
Installing necessary stuff
With this command we can Install all the stuff we need:
apt-get install mysql-server mysql-client libmysqlclient15-dev phpmyadmin apache2 pure-ftpd-mysql
Configuring security stuff
First of all we need to create a password for the MySQL User root.
mysqladmin -u root password OWNPW









