How to install Java(JDK) in Ubuntu 10.04

JAVA is now the most widely used programming language for creating applications for web,gadgets,business…So you may want to install JRE(Java Runtime Environment) on your ubuntu 10.04 LTS for compiling and running JAVA based application. Installing JDK through Command Line in Ubuntu 10.04 Use the following command to install JDK(Java Developement Kit) 6 on your Ubuntu …

How to Install MySQL in Ubuntu 10.04

Database management system is necessary every where whether it’s a web application or other business purpose software;in ubuntu 10.04 you may like to use MySQL,the fastest database management system for web applications. MySQL is one of the most widely used database management system and it is light,free and open source so it is also in …

How to Open .RAR File in Ubuntu 10.04

If you have just installed the Ubuntu 10.04 on your computer and wondering for a software to open .RAR file ..this post will surely help you.The fact is that,after fresh installation of ubuntu 10.04 you will have to install some extra software(like Adobe Flash player,VLC player,CSS library for encrypted dvd playback..) for basic needs(If you …

How to Install Ubuntu Control Center in Ubuntu 10.04

Ubuntu Control Center is developed(Inspiration is inherited from Mandriva Control Center) specially for new users or those who are coming from windows XP vista or 7 because it’s purpose is to control the system applications and programs centrally like Windows Control Panel.Since Ubuntu 10.04(Or its older versions) is primarily focused on desktop experience,that’s why the …

c and c++ programming in ubuntu 10.04

When it comes to programming(C/C++ or other ),Ubuntu 10.04 or any distribution of Linux is far better than Windows NT based Operating system(windows XP or Vista or 7).In general people uses TurboC++ on windows but in Ubuntu 10.04 advanced and much efficient compiler are available for compiling C or C++ programs.Some people or students think …