Skip to content

Matheus Bratfisch Posts

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…

Continue reading Install Ubuntu 9.10 Alpha 4 from Pendrive

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…

Continue reading Install NVIDIA Graphic Card in Ubuntu

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

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…

Continue reading MD5 “Decrypter”, Java

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…

Continue reading Parking Lot Exercise, Java, Concurrent Programming