Webilder: Download image from flickr webshot and use it as wallpaper

downloading photo

Webilder is the stunning application that will deliver wonderful wallpaper to your Linux from Flickr, webshots and your local folders. The image can be automatically obtain when user specify certain keyword tag like(cars, bike). Webilder automatically download the wallpaper based on the tag and display as wallpaper on your desktop. Furthermore the application automatically change [...]

Install Upgrade LibreOffice 3.4.5 in Ubuntu 11.10 via PPA

libreoffice 3.4.5

Libra office 3.4.5 ppa is now available for ubuntu user. The latest version comes with huge amount of bugs fixed. All the bugs fixes information can be access from here. Minimum 256 MB is required in new version and 512 is recommended for best performances.  The more information about the system requirement of the new LibreOffice [...]

How to upgrade to Linux Kernel 3.2 in Ubuntu 11.10

kernel update

Ubuntu 11.10 by default has Linux Kernel 3.0. The Linux Kernel version 3.2 was released  weeks ago and comes with lots of bugs fixes and huge improvements like Ext4 supports block sizes up to 1MB, which decreases the time spent doing block allocations, upper limits of CPU time can now be set in the process [...]

Decision making in shell script(if..else condition)

output of if statement

The if and else condition is used in decision making in shell script. If the given condition is true, the command is executed otherwise won’t. Condition is the comparison between the values. For example, you have seen in some websites, “Enter only if you are 18+”. If you click on Yes you can enter into [...]

Razor-qt new desktop environment for Linux

razor-qt-desktop

Ubuntu has choose to implement Unity as its default desktop and netbook interface instead of classic GNOME since Ubuntu 11.04 Many users are obssesed with unity. Linux users have lot of flexibility. There are still lots of desktop environment you can choose you can always change to KDE, XFCE, Windowmaker, Openbox, LXDE, Enlightenment. Rozor-qt is [...]

Linux/Unix Shell Script Basic: User Inputs and variables

User input

This tutorial is continue to the how to write, save and execute the shell script. If you are already a programmer, then you are already familiar with the word variable. Variable is something that stores the value temporarily. We can store anything in the variable and later call that variable. Also, we can ask to [...]

How to write, save and execute script file in Linux[Shell Scripting]

echo shell

You have just entered or executed more than one command at a time using two ways in how to run multiple commands at same time. There are two ways to do it. In the second way, instead of writing the command in terminal directly we wrote the command in a file, save it and later [...]