Skip to content

Author: Matheus (X-warrior) Bratfisch

Install Flash in Ubuntu 10.04 64bits

Hello, The classic problem when you install some new Ubuntu 64 bits version, how to use flash/ I found a script in internet that do…

Continue reading Install Flash in Ubuntu 10.04 64bits

Update the buttons position in the upper bar in Ubuntu 10.04

Hello, If you want to change the position of the buttons in windows. The buttons that I mean is, close, maximize, minimize. To change it…

Continue reading Update the buttons position in the upper bar in Ubuntu 10.04

RMVB in Movie Player with Ubuntu 9.10

Good Night, If you are having problems to find the codecs to play RMVB. Use: $ sudo apt-get update For me, just this, update the…

Continue reading RMVB in Movie Player with Ubuntu 9.10

Mp3 in Rhythmbox with Ubuntu 9.10

Hello, How to fix Rhythmbox to play Mp3? First of all remove it with: $ sudo apt-get remove rhythmbox --purge Update your sourcelist: $ sudo…

Continue reading Mp3 in Rhythmbox with Ubuntu 9.10

URL Shortener using Auto-Increment field.

Good Night,

This is a new version of URL-Shortener that don't create random IDs to websites, it uses the auto-increment field and replace it to other base.

Continue reading URL Shortener using Auto-Increment field.

Change numeric base using Python

Hello, How to change the numeric base of a number? This is a implementation in Python. [code lang="python"] def convert(decimal,newBase,str,letters): if decimal >= newBase: x…

Continue reading Change numeric base using Python

Conversion table – 4 – Computer Organization (INE5411)

Hello, This post have some extra conversion. Matheus Bratfisch Tabela de conversão de páginas: 106-109, 112 -> 78-85 2-8 -> 2-7 12-14 -> 9-11 27-32…

Continue reading Conversion table – 4 – Computer Organization (INE5411)

Send files using XML-RPC in Java

Hello Tooday Jorge send me an e-mail asking how to send files using XML-RPC. So I did some modifications in Client and Server, Java XML-RPC…

Continue reading Send files using XML-RPC in Java

Connect to SSH using Python

Good Night, If you want to execute commands in console using python you can use the pexpect library. You can get it in http://sourceforge.net/projects/pexpect/. To…

Continue reading Connect to SSH using Python

Facial Recognition using Ubuntu.

Good Night, I was reading about Facial Recognition and found pam-face-authentication. You must have this packages to use it: Opencv 1.0.0 + libpam (dev version)…

Continue reading Facial Recognition using Ubuntu.