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…
"Cogito ergo sum"
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…
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…
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…
Hello, How to fix Rhythmbox to play Mp3? First of all remove it with: $ sudo apt-get remove rhythmbox –purge Update your sourcelist: $ sudo…
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.
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…
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…
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…
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…
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)…