Display information about USB devices
May 28,93One of the most popular external interface forms is USB (Universal Serial Bus). It is the preferred interface for many …
Read MoreFind out more information about your system
May 28,93To find out more information about your Linux system, you can use the uname (stands for unix name) command. This …
Read MoreIdentify CPU
May 28,93You can find out various information about your CPU using the following three commands: 1. cat /proc/cpuinfo – displays various …
Read MoreRemove kernel modules
May 28,93Sometimes you may want to remove a loaded module to reclaim the memory that the module is using or to …
Read MoreLoad kernel modules
May 28,93You can load any module that has been compiled and installed to a /lib/modules subdirectory using two commands: insmod and modprobe. …
Read MoreKernel modules
May 28,93A kernel module is an object file that contains code to extend the running kernel of an operating systems. It …
Read More