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.



Monday, July 25, 2011

Installing softwares in Ubuntu....exploring Ubuntu Universe!!


Ubuntu has almost everything that you need in your everyday work.But it may happen that you need some extra softwares or codecs for your movies or songs.Ubuntu takes care of that too.
Everything in ubuntu is installed as packages....you can think of those packages as exe in 
Windows for the time being(actually only the .deb format sofwares are like the exe in Windows)
You can also uninstall these packages too...just like you remove the softwares in windows.