Saturday, July 17, 2010
Wednesday, July 14, 2010
Great Link for broadcom driver issues in fedora
http://forums.fedoraforum.org/showthread.php?t=239922
The above link did not work for PAE kernel. Support from broadcom did the trick...
http://www.broadcom.com/support/802.11/linux_sta.php
The above link did not work for PAE kernel. Support from broadcom did the trick...
http://www.broadcom.com/support/802.11/linux_sta.php
Wednesday, May 12, 2010
Good link to grep usage..
http://www.thegeekstuff.com/2009/03/15-practical-unix-grep-command-examples/
Thursday, November 12, 2009
Checking Disk access time
1. using command:
hdparm -tT /dev/sda
sda being the device you want to check access speed of. The two speeds that appear as output are: 1. The speed of cache access. 2. The actual disk reads speed.
2. In case we need more description on device, fire:
hdparm -I /dev/sda
Investigate hdparm --help for more options on disk eg. the drive geometry (-g)
Monday, September 21, 2009
Random Picks- Kernel Compilation
A good link for beginners is:
http://bobpeers.com/linux/kernel_compiling.php
http://bobpeers.com/linux/kernel_compiling.php
Saturday, September 12, 2009
How to remove kernel module!!
The two major commands we would need are lsmod and rmmod.
lsmod lists all the kernel module.
and that rmmod directly deletes the kernel module. But more often the system gets stuck.. The best way is to grep for modules and rm -rf it.
find / -name -print
I got trouble with sk98lin ..network driver...
As I play more around modules.. the post will be updated.
lsmod lists all the kernel module.
and that rmmod directly deletes the kernel module. But more often the system gets stuck.. The best way is to grep for modules and rm -rf it.
find / -name
I got trouble with sk98lin ..network driver...
As I play more around modules.. the post will be updated.
Monday, December 15, 2008
Good Link for Linux open source books
Good Link for Linux open source books
http://www.dailyart isan.com/ news/open- source-e- books-for- linux/
http://www.dailyart isan.com/ news/open- source-e- books-for- linux/
Subscribe to:
Posts (Atom)