Sunday, 10 June 2007

Howto Set Flickr images as Ubuntu desktop wallpaper

Webilder delivers stunning wallpapers to your Linux desktop, directly from Flickr and Webshots. You choose what keywords (tags) to watch for, and photos are automatically downloaded to your computer. Webilder can also change the wallpaper every few minutes.


Webilder Features

  • download flickr photos that match tags (for example: beach,party)

  • download photos from flickr users of your choice.

  • download most interesting photos from flickr.

  • download amazing daily proshots from Webshots (requires Webshots account).

  • automatically download new photos for you.

  • change your wallpaper every few minutes.

  • import webshots collections (wbz or wbc formats).

Install Webilder in Ubuntu

First you need to edit the /etc/apt/sources.list file

sudo gedit /etc/apt/sources.list

and add the following source list which is suitable for you save the file and exit

For Ubuntu Feisty (i386, amd64, powerpc of sparc) Users

deb http://debian.websterwood.com/ feisty main
deb-src http://debian.websterwood.com/ feisty main

For Ubuntu Edgy (i386, amd64, powerpc of sparc) Users

deb http://debian.websterwood.com/ edgy main
deb-src http://debian.websterwood.com/ edgy main

For Ubuntu Dapper (i386, amd64, powerpc or sparc) Users

deb http://debian.websterwood.com/ dapper main
deb-src http://debian.websterwood.com/ dapper main

Now you need to update the source list using the following command

sudo apt-get update

Install Webilder using the following command

If you are using GNOME Desktop use the following command

sudo apt-get install webilder webilder-gnome

If you are using KDE Desktop use the following command

sudo apt-get install webilder webilder-kde

This will complete the installation process

Adding Webilder to your Desktop Panel

For GNOME Users

Right-click on the GNOME panel you should see the following screen here you need to choose "Add to Panel"

Once you choose Add to Panel option you should see the following screen here under utility you need select "Webilder Webshots Applet" and click on add

Now you should see one small camera icon marked with Red added to your desktop panel

For KDE Users

From the graphics menu, start KWebilder. Go to the preferences Window, to the Advanced Tab, and select KDE wallpapers settings

Now you need to download photos from flicker for this right click on Webilder on your desktop panel and select "Download Photos" option you can see this in the following screen

Downloading Photos are in progress

Once dowload finished your desktop will start refreshing wallpapers by default 5 min if you want to change this option you need to right click on Webilder on your desktop panel and select "Preferences"

You should see the following option here you can select what time your wallpaper need to be refresh or photos download option

Some of the Flicker Wallpapers from my Ubuntu Desktop





Read More......

Sunday, 3 June 2007

Mount and Unmount ISO,MDF,NRG Images Using AcetoneISO (GUI Tool)

AcetoneISO is CD/DVD image manipulator for Linux.Using this tool it is very easy to Mount and Unmount ISO,MDF,NRG Images

AcetoneISO Features

  • Mount and Unmount ISO, MDF, NRG (if iso-9660 standard)

  • Convert / Extract / Browse to ISO : *.bin *.mdf *.nrg *.img *.daa *.cdi *.xbx *.b5i *.bwi *.pdi

  • Play a DVD Movie ISO with most used media players

  • Generate an ISO from a Folder or CD/DVD

  • Generate MD5 file of an image

  • Encrypt an image

  • Split image in X megabyte

  • Compress with High Ratio an image

  • Rip a PSX cd to *.bin to make it work with epsxe/psx emulators

  • Service-Menu support for Konqueror

  • Restore a lost CUE file of *.bin *.img


Preparing Your System

You need to install kommander ( it consists of an editor and a program executor that produce dialogs that you can execute), which is required by AcetoneISO. You also need p7zip (a file archiver with highest compression ratio) to compress and extract ISO images.

sudo apt-get install kommander p7zip

Install AcetoneISO in Ubuntu

First you need to download latest AcetoneISO .deb package from here

Now you should be having acetoneiso2_2.0.1_x86.deb file you need to install this file using the follwoing command

sudo dpkg -i acetoneiso2_2.0.1_x86.deb

This will complete the installation

Now you need to go to Application > Accessories > AcetoneISO

Once it opens you should see similar to the following screen


Read More......