-
Recent Posts
What I'm Doing...
- Mac like theme for #Linux #ubuntu http://bit.ly/La8Ss 1 hr ago
- Webmin Browser based #Linux administration http://bit.ly/17D1x 3 days ago
- In #Linux to print your Home directory "echo ~" 4 days ago
- #Google search suggestion URL http://bit.ly/9zd9HH .Passing search query to this URL and its returns the search #suggestion in #responseText 5 days ago
- #Ubuntu windows installer http://bit.ly/oumg no modify partitions , or to use a different bootloader, and does not install special drivers. 1 week ago
- More updates...
Posting tweet...
Recent Comments
- elanchezhiyank on Offline dictionary for ubuntu 10.04
- umakanth on About
- admin on Offline dictionary for ubuntu 10.04
- vivek on Offline dictionary for ubuntu 10.04
- techmaddy on Read properties file using Batch
Tags
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
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
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
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
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
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
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
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