Feeds:
Posts
Comments

Archive for the ‘Open Source’ Category

flash player on linux has some problems, is slow and sometimes makes firefox crash. youtube has been updated and this greasemonkey script don’t work anymore. I’ve modified it a little to get it to work again.
http://pastebin.com/f22bb3951
create a new script in grasemonkey, delete the lines that are there and insert the script.

Read Full Post »

There’s an annoying bug that don’t permit to make a fresh install of gutsy on some machines without having really big fonts, that makes the system unusable. it seems that’s a bug in the dpi detection and there are a few ways to resolve this, for example copy your monitor characteristics from xorg.conf from feisty, [...]

Read Full Post »

After long time here it is! FreeBSD 7.0 is out!
It’s a major release and comes with lot improvements. native support to linux 2.6 binaries, a new scheduler, better networking performances…
You can read the official announcement by Ken Smith at freebsd.org here: http://www.freebsd.org/releases/7.0R/announce.html

Read Full Post »

Installed Virtual Box 1.5.2, I immediately noticed that the fonts of the window were too big, if you experienced the same problem or you just want to get a better integration of Qt applications with Gnome here are some simple steps to follow.
First let’s install Qt3 configuration editor and polymer, a port of the “Plastik” [...]

Read Full Post »

Powertop is an utility from Intel that finds software components that use more power than necessary and provides some tips to make battery life lasts longer.
On Ubuntu you can install it from synaptic sudo apt-get install powertop
On other linux systems you’ll have to compile it.
http://www.linuxpowertop.org/

Read Full Post »

There are a lot of improvements since the last version this software is growing really fast, that’s the power of open source ;)

From prompt:
wget -q http://www.virtualbox.org/debian/innotek.asc -O- | sudo apt-key add -
You should see “OK“
sudo gedit /etc/apt/sources.list
and put at the end of the file
deb http://www.virtualbox.org/debian gutsy non-free
then:
sudo apt-get update
sudo apt-get install virtualbox
remember to add your [...]

Read Full Post »

*updating drivers should be done only by experts who knows exactly what they are doing. everything you do with this is your own responsibility*
this only works for kernels prior to 2.6.24. with 2.6.24 kernels and later there are lot of changes that don’t permit to compile and install the drivers.
I experienced a lot of problems [...]

Read Full Post »

I was searching for a good open source media converter, and found one of the best media trancoder out there, Media Coder. This nice tool integrates a lot of codecs, plugins and tools to convert media to popular formats, how many of you have ever wanted to convert those odious .3gp videos ;)
taken from it’s [...]

Read Full Post »