Skip to content

Month: Monday July 6th, 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…

Continue reading Serial Mouse with Scroll on Ubuntu 9.04

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…

Continue reading Quick Flickr Widget 1.2.10.2, WordPress

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…

Continue reading Chart to your URL Shortener with Statistics.

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…

Continue reading Install Apache2, PHP5, PHPmyAdmin, MySQL

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…

Continue reading Statistics on your URL Shortener.

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…

Continue reading B Tree, Data Structure