
Webilder: Download image from flickr webshot and use it as wallpaper
January 21, 2012 By saugat Leave a Comment
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 [...]

How to make your own calculator using shell script in Linux
January 25, 2012 By sachit Leave a Comment
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 apha 2 released (major screenshots)
February 5, 2012 By saugat 1 Comment
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 released and way to install it in Ubuntu
February 1, 2012 By saugat Leave a Comment
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 [...]

How to run multiple linux command at same time
December 29, 2011 By sachit 1 Comment
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 apha 2 released (major screenshots)
February 5, 2012 1 Comment
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 [...]
Recent Ubuntu Post
Most Recent Post

Ubuntu 12.04 apha 2 released (major screenshots)
February 5, 2012 By saugat 1 Comment
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 [...]

How to install firefox 10 in Ubuntu via ppa
February 1, 2012 By saugat Leave a Comment
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 released and way to install it in Ubuntu
February 1, 2012 By saugat Leave a Comment
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 [...]

How to make your own calculator using shell script in Linux
January 25, 2012 By sachit Leave a Comment
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 [...]

Shell Script: Case structure and Select Statement
January 23, 2012 By sachit Leave a Comment
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 [...]

Shell Script Looping: while, until, for
January 22, 2012 By sachit Leave a Comment
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 [...]

Webilder: Download image from flickr webshot and use it as wallpaper
January 21, 2012 By saugat Leave a Comment
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
How to upgrade to Linux Kernel 3.2 in Ubuntu 11.10
Decision making in shell script(if..else condition)
Razor-qt new desktop environment for Linux
Linux/Unix Shell Script Basic: User Inputs and variables
Recent Comment