How to suppress opening a browser in a python script

Some Python scripts use the webbrowser module to launch a browser for a given URL. If you're on a headless server, it'll launch a text-based browser (eg. in Debian it's w3m) which might not be desired (many websites are less than usable in text-based browsers and the launch of such an URL in a text-based browser is more an annoyance than help). You can easily avoid this behaviour.

How to install an up-to-date ffmpeg in Debian Squeeze from debian-multimedia.org

It's really not that difficult, requires only a few tries with various repositories and APT configurations. First of all let's make something clear: when I say "up-to-date", I mean the latest release. To get this, we've to install ffmpeg from the sid (aka. unstable) packages of www.debian-multimedia.org.

Update (2011.12.23): I've added a few corrections to this post after applying it to a number of Debian Squeeze servers.

How to store phone numbers with pauses (eg. extension numbers) in your mobile's phonebook

I guess this feature is available on most mobile phones, but I only know it for sure for Nokia phones. When entering a number (eg. in your phonebook), you can add short pauses or explicit waits to the dialing sequence (to separate the phone number from the extension number).

GoogleCL - command line tools for the Google Data APIs

"GoogleCL brings Google services to the command line.
We currently support the following Google services: (...)"


How to use a browser (other than the default) for opening links in Thunderbird on Windows

On linux you can set protocol handlers (eg. for http and https) to various apps via the network.protocol-handler.expose.* preferences. On Windows Thunderbird does not honor these, so you've to do it a little differently.

What charset does Microsoft Excel use when saving files?

The correct answer to this question lies in a comment of the most popular answer:
The "Web Options" does not apply to CSV exports (at least with Excel 2007). The encoding of the CSV file seems to follow default encoding of the installation. So it can be anything, in practice. Sadly, there does not seem to be a way to control this at export-time.

Setting F12 as a global hotkey in Windows

I used to set the F12 key in Ubuntu as the global hotkey to play/pause the current song in my music player (since my keyboard does not have media keys). Very useful since it's a key that is easy to find and press (eg. pressing a key that is surrounded by other keys requires a lot more attention/concentration from you). However in Windows F12 does not work as a hotkey (by default). If an app tries to register F12 as a global hotkey, it'll get an error.

Cookie Monster (Firefox advanced cookie management ext)

The default Firefox cookie management is not very sophisticated. I guess it's OK for users who don't know any better, but people with some knowledge about online security & tracking & enough paranoia to care might want to have a tighter control over which site is allowed to track them and their activities. Cookie Monster is the right tool for the task. Smile It sits in your addon bar and shows you what cookies are set for what domain/site and exactly how the permission for a specific site came to be (from which rules). It gives you easy understanding and access to cookie control.

Google Translate bookmarklets to translate the current page into a selected language

The Google Translate site has a page with bookmarklets for all the supported languages. Just drag the bookmarklet link to your bookmarks toolbar, name it whatever you like and click it whenever you want to translate a page into the selected language. I always wanted something like this, but didn't know about this bookmarklet collection. Well done G. Smile

Bookmarklets and custom buttons in Firefox

Bookmarklets are a lot more powerful than the average user would think. There're tons of free bookmarklets on the web, you just have to choose whatever you need.

Syndicate content