Skip to content

Author: Matheus (X-warrior) Bratfisch

Install Ubuntu 9.10 Alpha 4 from Pendrive

Hello, Just to report how I installed Ubuntu 9.10 Alpha 4 using my Pendrive. First I download it from http://cdimage.ubuntu.com/releases/karmic/alpha-4/ After this I used the…

Install NVIDIA Graphic Card in Ubuntu

Good Night, If you want to install NVIDIA proprietary driver. First of all see if you don’t have any other version installed. Using Ubuntu go…

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…

MD5 “Decrypter”, Java

Hello What is MD5 Decrypter? It is a distributed system to break MD5 hash using bruteforce. Implementation of MD5 Decrypter There is a lot of…

Parking Lot Exercise, Java, Concurrent Programming

Hello, This is a problem of Concurrent Programming that I solved in a test: The parking lot have 30 spots. Since the parking lot have…