Wednesday, November 16, 2011

Changing the layout of minimize/maximize/close buttons in ubuntu.....

If you have recently migrated to ubuntu
and find it hard to deal with max,min and close button then don't worry you can change the position of these buttons to top right just like you have these buttons on the right in windows.
(Tested in Ubuntu 10.04 and 11.04)

 



Just follow these simple steps:-

Wednesday, October 12, 2011

Python Tutorial 1:Running your first program....


So we begin our journey into the exciting world of python.You are going to learn a very beautiful language and a powerful one too.So first we begin with very basic i.e. how to run python programs and how to save your python files.

The very common python files have extensions like .py and .pyw just like C or C++ where the extensions are .c and .cpp respectively.
So if you encounter any such files you know which language's code is in that file.


Thursday, September 22, 2011

Restore your GRUB in simple steps.....



GNU GRUB(GRand Unified Bootloader)
is often a confusing topic for linux newbies but it's not.It is an implementation of a method to load various operating systems or different kernel configurations available on your system...confused ??
In simple words you can load different operating systems from a simple list.





Wednesday, August 24, 2011

How to install Turbo C++ on ubuntu linux...??

Turbo C++ is C/C++ compiler developed by Borland and is used to develop c, c++ programs and applications.
It has a compiler,basic editor and a debugger. The explorer version is freeware whereas for professional version you have to pay a small price.It is an IDE (Integrated Development Environment ).





Friday, August 12, 2011

How to install Fedora 14.......??????

Fedora is one the many GNU/Linux distributions around and is sponsored by Red Hat Inc. and released regularly in less than 6 months.Fedora is one of the most liked linux distributions.
According to Distrowatch Fedora comes third in popularity.
Ubuntu is the most popular operating system and Linux Mint comes second.
 




If you want to install Ubuntu refer to this post.


Tuesday, August 9, 2011

Life is short....learn Python!!


Let me guess why you are here?
You are a programmer and want to learn the python programming language.
You are a student who has python as one of his/her subjects.
You are a language hobbyist like me! ;)
...if you are looking for python(a species of snakes) this is not the place for you!! :) 





Wednesday, July 27, 2011

How to install Java 6 and Java Runtime Environment in Ubuntu....???


  Java is one of the most popular languages of today.
  Java has now a vast,well-established and ever-
  expanding user group.The growth of Java has been
  phenomenal and the speed of Java has increased
  since its first release.Java is nowadays a preferred
  language in Internet programming,cross-platform
  applications and many areas.
  Java is WORA (Write Once Run Anywhere) 
  language which makes it an instant choice for 
  building applications which need to be portable.