Showing posts with label web browser. Show all posts
Showing posts with label web browser. Show all posts

5 Opera Tips and Tricks

    Although closed-source, Opera was always a full-featured and powerful web browser with a very good support for Linux. Built using the commercial Qt toolkit and including powerful features like RSS reader, widgets, speed dial, tab previews (in the upcoming Opera 10), themes, BitTorrent client, to mention just several, Opera also offers packages for any popular distribution out there, including DEB, RPM or compressed .tar.gz packages.

    For users who prefer to use Opera over Firefox, Konqueror or Epiphany in Linux, here are 5 tips and tricks which I could find useful.

    1. Disable the system tray icon
    The system tray icon can only be an advantage, but if you really want to disable it, just run Opera like this:

    opera -notrayicon

    That's it. You can edit the Opera menu entry or desktop launcher to automatically run Opera without the tray icon.

    2. Make use of the powerful opera:config settings
    Just like Firefox, Opera offers an opera:config window (just type about:config in the address bar), which is even more user-friendly. You can customise virtually any settings here, like, for example:

    - BitTorrent configuration: you can change the upload and download speed limits here for BitTorrent downloads
    - Colors: change the colours of the background, links, headers, highlighted background, and so on
    - Fonts: select from a large number of fonts to use throughout web pages and Opera's user interface too (this can also be done via the Tools -> Preferences -> Advanced -> Fonts option)
    - Mail: change default external mail application

    Powerful opera:config settings windows

    3. Large tabs with embedded web page previews
    A new feature in the upcoming Opera 10 is the ability to resize the tab bar, allowing you automatically preview web pages loaded in the respective tabs, without the need to mouse-over them:

    Use large tabs to automatically see web pages previews

    4. Make use of the powerful address bar
    Opera features an address bar somewhat similar with Firefox's awesome bar. You can automatically search on Google for whatever you write in the address bar. For example, hitting Ctrl+L and typing 'opera widgets' will automatically search Google for 'opera widgets':

    5. Use widgets to enhance Opera
    One of the great features of Opera are widgets. There are widgets for practically anything, from production ones like Google Toolbar or Video Downloader, to the ones which can prove useful like the Analog Clock or the Weather Report. Widgets also include a large number of games, like Crossword or the aquarium simulation game SimAquarium. Even Opera.fm for Last.fm integration is available.

    Opera widgets - a great way to enhance and extend Opera's functionality

    Updated: August 11, 2009
    Source URL: https://ashesgarrett.blogspot.com/search/label/web%20browser
    Visit ashes garrett for Daily Updated Hairstyles Collection

How-To: Install Dillo 2.1.1 in Ubuntu 9.04 Jaunty Jackalope

    Dillo is a small, lightweight web browser built using the FLTK GUI toolkit, very low on resources, using its own rendering engine.

    Dillo 2.1.1 - fast, lightweight web browser

    The latest Dillo release is 2.1.1, which you can get in Ubuntu Jaunty easily by adding the Dillo PPA (personal package archives) from Launchpad.net. To do this, edit your /etc/apt/sources.list file using your favourite text editor (e.g. sudo nano /etc/apt/sources.list or gksudo gedit /etc/apt/sources.list) and add the following two lines in it:

    deb http://ppa.launchpad.net/d.filoni/dillo/ubuntu jaunty main
    deb-src http://ppa.launchpad.net/d.filoni/dillo/ubuntu jaunty main

    Next, make sure to save the file (Ctrl+O and Ctrl+X to exit in Nano) and update your package lists:

    sudo apt-get update

    If you already have an existing, older Dillo installation, you can remove it first:

    sudo apt-get remove --purge dillo

    Or, if it was installed from a DEB file:

    sudo dpkg -r dillo

    Then, install Dillo:

    sudo apt-get install dillo

    This will get the latest Dillo release installed on your Ubuntu system.
    Source URL: https://ashesgarrett.blogspot.com/search/label/web%20browser
    Visit ashes garrett for Daily Updated Hairstyles Collection

Blog Archive