Tag Archives: ubuntu

Ubuntu file comparison tool – Bcompare

Beyond Compare for ubuntu There are some command line tool for compare two files. But i need a gnome application. The command line tools are. diff fcomp For fcomp you need to install fhist. apt-get install fhist Then i tried … Continue reading

Posted in How to, Linux | Tagged , | Leave a comment

Tamil FM radio for ubuntu

How to add Tamil FM radio for ubuntu Ubuntu having a superb software for playing media files, podcast, online radio and playlist etc., The software is Rhythmbox . Using that software you can add any online radio. This post for … Continue reading

Posted in How to, Linux | Tagged , | Leave a comment

Mic problem in ubuntu 10.04

Mic Problem in ubuntu 10.04 for Root user I am using ubuntu 10.04 in my laptop. I created a user when installing ubuntu . The sound and Mic are working fine for that user. I enabled the root by using … Continue reading

Posted in How to, Linux | Tagged , | Leave a comment

Offline dictionary for ubuntu 10.04

Why offline dictionary ..? Anyway ubuntu 10.04 have dictionary by default. You can find the dictionary from Application –> office –> Dictionary. You can find the meaning of a english word using this. When you search for meaning of a … Continue reading

Posted in How to, Linux | Tagged | 3 Comments

Ubuntu FAQ

Hi i am using ubuntu in my laptop . Previously i am using windows os. i face some problems like how to open my computer in shorcut, show desktop, Run etc., i search in google and resolve here i explain … Continue reading

Posted in How to, Linux | Tagged , , | Leave a comment

Install Ubuntu 10.04 in Acer 5740

In this blog post i am going to explain how to install ubuntu 10.04 in Acer 5740 laptop. Recently i bought a new Acer 5740 laptop with DOS Operating System. The total price is Rs.30,000 in chennai. Before buying this … Continue reading

Posted in How to, Linux | Tagged , | 1 Comment

Why i am moving to Linux in my home pc

Why i am moving to Linux in my home pc For the past 3 years i have used pirated windows xp os in my home pc. But i have faced lot of problems like system very slow, Blue screen and … Continue reading

Posted in Linux | Tagged , , , | Leave a comment

How to set the static ip address in ubuntu..?

edit your /etc/network/interfaces file to auto eth0 iface eth0 inet static address 192.168.0.50 netmask 255.255.255.0 network 192.168.0.0 broadcast 192.168.0.255 gateway 192.168.0.1 after that rebooting your network by excecuting the below command… [root@localhost ~]# /etc/init.d/networking restart

Posted in Linux | Tagged , , | Leave a comment