Skip to content

Month: July 2009

Serial Mouse with Scroll on Ubuntu 9.04

Hello, Just changed my mouse to a Serial one, and the Scroll don’t work. So what to do? Edit /etc/X11/xorg.conf and add this lines: Section…

Quick Flickr Widget 1.2.10.2, WordPress

Hello, The author of Quick-Flickr-Widget the Konstantin Kovshenin just launched a new version. So I decided to re-update his plugin with my modifications to get…

Chart to your URL Shortener with Statistics.

Hello I decided to implement a Chart vision of the access to a address of the last 30 days. THe system that I choosed is…

Install Apache2, PHP5, PHPmyAdmin, MySQL

Hello, I will just show how to quickly install Apache 2, PHP5, MYSQL and PHPmyAdmin in Ubuntu. Install apache2 with: $ sudo apt-get install apache2…

Statistics on your URL Shortener.

Hello A few weeks ago I showed you how to create your own URL-Shortener. I decide to improve it, creating a simple system to control…

B Tree, Data Structure

Hello This is a implementation of B-Tree. This program read a list of ZipCodes and insert then in a Tree, and it should calculate the…