Posted on September 2, 2010, 4:41 pm, by Dhaval Thakar.
After installing Fedora 13, you might find your WLAN is not detected. Even with the latest Kernel you may not be able to use WIFI. This is where sites like http://wireless.kernel.org/ are most useful. Even today Laptop manufacturer does not consider providing drivers for Linux OS. While installing Fedora 13 on following laptops wifi was [...]
Posted on August 18, 2010, 10:25 am, by Dhaval Thakar.
This is more of Resize LVM I have tested this on CentOS 5.5. Since this is root partition modification, I’ll recommend to keep config backup before proceeding. create new partition (partition id should be 8e Linux LVM) ADD PHYSICAL VOLUME pvcreate /dev/new_partition Verify new physical volume pvdisplay Or pvscan Extend existing VOLUME GROUP vgextend VolGroup00 [...]
Posted on August 9, 2010, 1:31 am, by Dhaval Thakar.
Ever came across situation wherein you need to extract file from rpm? This post may help you to extract single file from rpm. No need to install rpm again to retrieve single file. e.g by mistake I deleted /bin/ls now I can not work without ls as I have habit to run ls after I [...]
Posted on August 3, 2010, 1:54 am, by Dhaval Thakar.
This script is what I was looking for quite a some time. Manyatimes I came across need to limit bandwidth on Linux box. This script is one of the best & easy to use if you wish to control upload / download speed for ethernet. This may be useful for developers to test their applications [...]
Posted on July 30, 2010, 2:14 pm, by Dhaval Thakar.
Gitso is a frontend to reverse VNC connections. It is meant to be a simple two-step process that connects one person to another’s screen. First, the support person offers to give support. Second, the person who needs help connects and has their screen remotely visible. Because Gitso is cross-platform (Linux, OS X and Windows) and [...]