Debian Commands Cheat Sheet.
Tuesday, December 13th, 2005These are the commands that people usually use in Debian (or Linux) for day-to-day task. Not the most complete one, though. Fell free to add if you have any.
These are the commands that people usually use in Debian (or Linux) for day-to-day task. Not the most complete one, though. Fell free to add if you have any.
I’ve been using Pine for quite a while, probably from year 2000. I was happy with this Pine as it provides quick access and text-based email client. I was actually replacing Kmail with Pine as I need faster access and full keyboard shortcuts. Pine was the best! Yesterday, I started to use Pine to join [...]
To make Thunderbird uses Firefox as default browser, just add these lines on your all-thunderbird.js. If you’re using Debian and install Thunderbird from .tar.gz package, look to /usr/local/src/thunderbird/defaults/pref/all-thunderbird.js. pref(“network.protocol-handler.app.http”, “/usr/bin/mozilla-firefox”); pref(“network.protocol-handler.app.https”, “/usr/bin/mozilla-firefox”); pref(“network.protocol-handler.app.ftp”, “/usr/bin/mozilla-firefox”); Sourced from http://bruno.vernay.free.fr/wp/?p=9