Linux

Display information about USB devices

May 28,93

One of the most popular external interface forms is USB (Universal Serial Bus). It is the preferred interface for many …

Read More

Find out more information about your system

May 28,93

To find out more information about your Linux system, you can use the uname (stands for unix name) command. This …

Read More

Identify CPU

May 28,93

You can find out various information about your CPU using the following three commands: 1. cat /proc/cpuinfo – displays various …

Read More

Remove kernel modules

May 28,93

Sometimes you may want to remove a loaded module to reclaim the memory that the module is using or to …

Read More

Load kernel modules

May 28,93

You can load any module that has been compiled and installed to a /lib/modules subdirectory using two commands: insmod and modprobe. …

Read More

Kernel modules

May 28,93

A kernel module is an object file that contains code to extend the running kernel of an operating systems. It …

Read More
Geek University 2022