Firefox (or Iceweasel) 5 in Debian

27 July, 2011

I used to work on Iceweasel 3.5, which was installed by default in Debian Wheezy (testing). But after I’ve read about a new release of Firefox and its advantages (mostly how fast it is), I decided to switch.

If you want to  install Iceweasel 5.0 (which is the same as Firefox 5.0) on your Debian-powered computer, there’s a simple way to do it. You just need to add:

deb http://mozilla.debian.net/ squeeze-backports iceweasel-release

to your /etc/apt/sources.list file, followed by:

wget -O- -q http://mozilla.debian.net/archive.asc | gpg --import

and then just simply do apt-get update and apt-get install iceweasel, which in fact will update your current Iceweasel installation to the latest release. (You can find more information about installation here)

I must admit that this update was a good idea – the new version of browser is much faster than the previous 3.5, which I’ve been using till now (but still not as fast as Windows version). It also uses less memory and processor. All add-ons and plugins work fine with new Iceweasel (excepting one, but it isn’t even worth to mention).


How to export Calc charts to JPG?

26 April, 2010

Have you ever made a beautiful chart in OpenOffice.org suite and wanted to publish it eg. on your website? Unfortunately, Calc doesn’t have this option by default (and I’m too lazy to search if there is any plugin which can do it). But you can export your charts using OpenOffice.org Drawing application – just follow those steps (tested using OOo version 3.1.1):

1. Select the chart placed in OpenOffice.org Calc and copy it (Ctrt+C).
2. Open OpenOffice.org Drawing application.
3. Paste the copied chart (Ctrl+V).
4. From the File menu, select the Export option.
5. Choose the output format (JPEG) and filename. If you want the output image to be cropped to chart size, simply tick the Selection box.

And this is the final effect:

Good luck!


acerfand in Ubuntu 9.04 Jaunty

28 April, 2009

As some of you might notice, the script acerfand (fan control for Acer Aspire One) doesn’t run automatically in th newest Ubuntu 9.04 when you add its path to your rc.local. I don’t know why, but the file rc.local behaves differently from previous version during booting (it looks like it’s not executed, but in fact it is, and when I run it manually after I log in everything works).

How did I fix it? Instead of the line:

/usr/local/bin/acerfand

in my /etc/rc.local file, I added:

start-stop-daemon –start –name acerfand –startas /usr/local/bin/acerfand –background

Now the acerfand script is executed at startup. I hope this tip may be helpful for somebody.

EDIT:  There should be double minuses before –start, –name, –startas and –background, but – as Erwin noticed – wordpress transforms double minus into dash.


Follow

Get every new post delivered to your Inbox.