Opera

Homepage: http://www.opera.com/browser/
Development Blog: http://my.opera.com/desktopteam/blog/ (incl. Snapshots)

Hide Trayicon

To save space in the systray, you can run opera with the -notrayicon parameter.

opera -notrayicon

Disable Mailsystem

To save some memory footprint, you can disable the mail module in Opera.

opera -nomail

Cleanup caches

Opera accumulates several Megabytes on caches, esp. those, who don't cleanup themselves such as the favicon cache. Use this little script to clean up files which haven't been read in the past 14 days from the 3 dirs: cache4, images and opcache:

#!/bin/bash
 
OPERADIR=~/.opera
OPERACLEANDIRS="cache4 images opcache"
 
for OPERACDIR in $OPERACLEANDIRS; do
    DIR=$OPERADIR/$OPERACDIR
    echo $DIR
    find $DIR -atime +14 -exec rm {} \;
done

 
know-how/software/opera.txt · Last modified: 2009-02-15 23:08.00 by mbirth
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki Contents powered by Club-Mate Contents powered by BassDrive.com Labelled with ICRA