Archive for the ‘linux’ Category
Thunderbird profile goes haywire
While tweaking thunderbird, I started from the command line, and closed it after a little while. When I started it next, ALL ACCOUNTS WERE GONE!
Looking more carefully, I notice that both the address book and the list of extensions are intact, but no accounts show up; what does show up is the wizard for creating new accounts! Google discovered that these are the classic symptoms of a corrupted profile. In my case this turned out to be an easy fix: just replace the prefs.js in TB settings folder for a non-corrupted backup. It was easy because I had the backup!.
But that’s not the funny part. The funny part is the reason why I had that backup. You see, just yesterday I was working on a shell script to properly automate backup tasks, but it’s still not completed! (it just got a MAJOR boost in priority, though). No siree, regular backups were not the reason I got away with this so easily. The reason was that a couple of days before, I decided to give the TB3 beta 2 a try. But it expects its settings in a different folder (~/.thunderbird) whilst TB2 (in Ubuntu at least) expects its settings in ~/.mozilla-thunderbird). Having more free disk space that I realistically need, the simplest solution was just to make a copy of the latter named like the former. And hence the origin of the backup.
Well, and now I must excuse myself: shell scripts are waiting for me!
Music player
One of the first things I did after changing to Ubuntu was searching for a replacement for the one and true music player, amaroK. After much, much, much searching, I came to the inescapable conclusion: you can’t. But I had to, and so I kept searching. And earlier today I stumbled upon the discovery: my inescapable conclusion is still, well, inescapable (you can’t beat amaroK
), but as it turns out, you don’t have to. That’s right, amaroK has been “ported” to Gnome, thus giving birth to exaile. Granted, the name could be less… tacky, but the software is great. It has one small catch: searching, specially complex searches, can be noticeable slower than with amaroK. I don’t know if that has to do with the fact it is written in Python or not, but still, I found my replacement! YaY!
Ubuntu Intrepid and DivX5
For some weird reason, probably related to some of the default settings of video acceleration (I now have an nVidia), playing DivX5 videos caused a green vertical bar to show up. This happened with all the players. I don’t know where the definitive solution lies, but for VLC I found the solution in this thread:
Go to the preferences menu in VLC and go to the video options, in the output i just played with the settings and X11 works for me.
This exact thing worked for me.
How to unfreeze Linux
I just recently found out a little bit of knowledge that should be WAY more spread. It appears that when a Linux system freezes to death (a situation that’s sadly often if you happen to own things like ATi graphic cards…), you can unfreeze back into the world of the living, without the (hard) reset button! Quoting:
- Hold down the Alt and SysRq (Print Screen) keys.
- While holding those down, type the following in order. Nothing will appear to happen until the last letter is pressed: REISUB
- Watch your computer reboot magically.
Here’s the lengthier explanation. Remember, “Raising Elephants Is So Utterly Boring” …
ATi open source drivers
If, like me, the reads happens to use Linux, and own an ATi graphics card, then surely you need not be lectured on how much said drivers suck. In my case, I own a Radeon 9600, and whilst in Winblows it works reasonably good, in Linux it just sucks big time. For instance when I tried to play Unreal 2004, it always crashed under 30 seconds! [note 1: by "crash" I mean I had to hard reboot the machine; note 2: in the few seconds the game lasted, it work rather smoothly, i.e. the graphics hardware was working fine]
Well, now it appears that ATi is going to open source some of their drivers. Let’s hope this inspire some major changes in what Linux drivers are concerned.