Dlume is a simple, gtk2-based addressbook. You can easily add, edit and delete records to/from an XML-format database. The Quick-search feature allows you find required entry in comfortable way. Export to CSV and HTML formats is also available. It can be installed through terminal . Open the terminal and run the following commands : sudo apt-get install dlume That’s it done ..!!
Author Archive
Previously , you can create desktop icon in Ubuntu by using “Create Launcher” option which was available when you right-click on desktop . But now in current versions like Ubuntu 11.04/11.10 you cannot create desktop icon in that same manner . In Ubuntu 11.04/ Ubuntu 11.10 , you have to install package to create desktop icon . First of all , Install Package through terminal . sudo apt-get install –no-install-recommends gnome-panel If done , Create your first desktop icon through following command. gnome-desktop-item-edit –create-new ~/Desktop That’s it done !!
This tutorial will show you how to install Thunderbird 8.0 version on Ubuntu .Before installing that, lets see what’s new in this version. What’s new : Thunderbird is based on the new Mozilla Gecko 8 engine Add-ons installed by third party programs are now disabled by default New Search and Find Shortcuts Improved accessibility of the attachment list Folder switching pane widget has been removed, can be added back with the Folder Pane View Switcher Add-on. How to Install : Open the terminal and run the following commands : sudo add-apt-repository ppa:mozillateam/thunderbird-stable sudo apt-get update sudo apt-get install thunderbird
This is simple and useful tip for Ubuntu 11.10 users. By default , Autohide option is enabled in Unity & there is no option to disable it . This tutorial describes the steps needed to disable Autohide option in Ubuntu 11.10. Step 1 : Install CompizConfig Settings Manager . It can be done through terminal . Open the terminal and run the following command . sudo apt-get install compizconfig-settings-manager Step 2 : Go to CompizConfig Settings Manager , Navigate through Desktop ->Ubuntu Unity Plugin . Click Ubuntu Unity plugin , here you can see “Hide Launcher” for which Dodge windows is set by default. Change it to “Never”
This tutorial will show you how to install new version of Firefox – Firefox 8.0 on Ubuntu . To install , either you can upgrade or can do a fresh install . Before installing Firefox 8.0, Lets see what’s new in it : Add-ons installed by third party programs are now disabled by default Added Twitter to the search bar for select locales. Additional locale support will be added in the future Added a preference to load tabs on demand, improving start-up time when windows are restored Improved performance and memory handling when using Added CORS support for cross-domain textures in WebGL Added support for HTML5 context menus To know more about it , Visit http://www.mozilla.org/en-US/firefox/8.0/releasenotes/ How to Install : Open the terminal by pressing Ctrl + Alt + T and run the [&hellip