How to clean Ubuntu 10.04

How to clean Ubuntu 10.04

Clear Package Cache By Default Ubuntu’s APT doesn’t delete any package files because of the reason that it might be used in futures,although which happens rarely due to the new version releases of softwares and applications.So your computer’s space will be wasted by unnecessary packages and files;it increases each time when you install or remove [...]

How to Play ARF file on Ubuntu 10.04-Linux

Play ARF file by Converting them to mp4 ARF i.e Advanced Recording Format is a format recorded by NBR(Network Based Recording).For Ubuntu or other Linux versions currently no player is available which can play .arf files i.e WebEx(Player used to play and convert arf and wrf formats) is not supported on Linux based system or [...]

how to install wireshark on ubuntu 10.04

how to install wireshark on ubuntu 10.04

Wireshark : Hacking Tool for Ubuntu 10.04 Wireshark is one of the most widely used network packet analyzer to capture the network packets and help you in analyzing those packets by providing as much details as possible.It is an Open Source software and available free for all major platforms.Wireshark is specially used by network administrators [...]

backup software for Ubuntu 10.04

backup software for Ubuntu 10.04

Backup solutions for Ubuntu users Backup is very useful in any event related to data loss or in disaster recovery.So this post is aimed to introduce you with a great backup software “Simple backup Config” which contains necessary backup daemon software and GNOME GUI on Ubuntu 10.04. Simple Backup Config : backup tool for ubuntu [...]

CD-DVD Burning Application for Ubuntu 10.04

CD-DVD Burning Application for Ubuntu 10.04

Ubuntu 10.04 comes with a default CD and DVD burning application – Brasero,which is best for creating and copying CDs and DVDs.If it is not installed then you can install it from Ubuntu Software Center or Synaptic Package Manager. Brasero Brasero is an open source application and available free;It is very simple to use with [...]

Import Internet Explorer settings to Firefox

Import Internet Explorer settings to Firefox

If you are going to change your operating system(windows to ubuntu) or just browser then naturally you don’t want to loose all the settings(bookmarks,saved password,proxy..).So this post is aimed to explain you to import the Internet Explorer settings into Mozilla Firefox in few steps. Importing Internet Explorer Favorites and Bookmarks to Firefox 1. Open Internet [...]

Java Programming on Ubuntu 10.04

Java Programming on Ubuntu 10.04

Java is multi platform programming language.It uses JDK(includes jre) to create a class file from the source code and then the generated class file can be run on any computer by using Java Virtual Machine(JVM).So to write and execute java programs Java Development Kit(JDK) must be installed on the computer. Installing JRE /JDK on Ubuntu [...]