downloading photo

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

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 [...]

Calculator Menu

How to make your own calculator using shell script in Linux

Shell script is the powerhouse of Linux. We have done various things in shell scripting up to now. If you are reaching this tutorial directly and you don’t have a single clue about the shell script I recommend looking at our shell scripting section first. In this tutorial we are going to build a simple [...]

Ubuntu 12.04 alpha 2 screenshot

Ubuntu 12.04 apha 2 released (major screenshots)

Ubuntu 12.04 LTS code name “precise Pangolin alpha 2 has been released and available for download. We have cover some major changes in ubuntu 12.04 in its very early development release alpha 1. This post will cover some screenshot  and the major changes in Ubuntu 12.04 since alpha 1. Here is the quck tour of [...]

google earth 6.2 ubuntu

Google earth 6.2 released and way to install it in Ubuntu

Google Earth is a virtual globe, map and geographical information application that allows you to travel the world virtually. Google earth 6.2 has been released with new improvement rendering imagery.  The installation process is simple you can just grab the deb file and install it in your desktop using GUI or terminal. After installation the crappy [...]

executing multiple commands

How to run multiple linux command at same time

The multiple number of commands can be executed at once in Linux terminal using two different ways. Both the ways are too simple. The one way among the two introduce us to the Shell Scripting. Yes, I have been talking a lot about shell scripting. Well, it starts now! Let’s focus on how to run [...]

Features:

Ubuntu 12.04 alpha 2 screenshot

Ubuntu 12.04 apha 2 released (major screenshots)

Ubuntu 12.04 LTS code name “precise Pangolin alpha 2 has been released and available for download. We have cover some major changes in ubuntu 12.04 in its very early development release alpha 1. This post will cover some screenshot  and the major changes in Ubuntu 12.04 since alpha 1. Here is the quck tour of [...]

Most Recent Post

Ubuntu 12.04 alpha 2 screenshot

Ubuntu 12.04 apha 2 released (major screenshots)

Ubuntu 12.04 LTS code name “precise Pangolin alpha 2 has been released and available for download. We have cover some major changes in ubuntu 12.04 in its very early development release alpha 1. This post will cover some screenshot  and the major changes in Ubuntu 12.04 since alpha 1. Here is the quck tour of [...]

Firefox 10 ppa

How to install firefox 10 in Ubuntu via ppa

Mozilla has launched the latest version of firefox yesterday. The new version comes with several improvement.  Firefox 10 adds support for the fullscreen API. This can be used for not only video, but games, or even other HTML based apps, such as presentation slides as well. Another exiciting features is CSS 3D transforms, a major CSS3 [...]

google earth 6.2 ubuntu

Google earth 6.2 released and way to install it in Ubuntu

Google Earth is a virtual globe, map and geographical information application that allows you to travel the world virtually. Google earth 6.2 has been released with new improvement rendering imagery.  The installation process is simple you can just grab the deb file and install it in your desktop using GUI or terminal. After installation the crappy [...]

Calculator Menu

How to make your own calculator using shell script in Linux

Shell script is the powerhouse of Linux. We have done various things in shell scripting up to now. If you are reaching this tutorial directly and you don’t have a single clue about the shell script I recommend looking at our shell scripting section first. In this tutorial we are going to build a simple [...]

case structure in shell script

Shell Script: Case structure and Select Statement

The case structure like if statement is used in decision making in the shell script. We already find out how to make the decisions using if and else statement. Case structure provides a multiple branch decision mechanism. The case statement works both on bash shell and korn shell. You can install on Korn shell in [...]

while loop in shell script

Shell Script Looping: while, until, for

Loop or iteration is repeats certain instructions again and again until the given condition is true. The block of code under the loop is executed repeatedly until the condition is true. There are three kinds of loop: while, until and for. If you are unfamiliar with the shell scripts, first look our previous tutorial on [...]

downloading photo

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

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 [...]