How to Load and Unload Kernel Modules in Linux
A kernel module is a program which can loaded into or unloaded from the kernel upon demand, without necessarily recompiling
A kernel module is a program which can loaded into or unloaded from the kernel upon demand, without necessarily recompiling
One of the critical areas under Linux performance monitoring has to be CPU usage and system load. There are several
In a previous article, we put together a list of 10 useful commands to collect system and hardware information in
Trash-cli is a command line interface that trashes files and records the original absolute path, deletion date, and associated permissions.
ttyload is a lightweight utility which is intended to offer a color-coded graph of load averages over time on Linux
Fasd (pronounced as “fast“) is command-line productivity booster, a self-contained POSIX shell script which enables quick and more efficient access
Ntfy is a simple yet serviceable cross-platform Python utility that enables you to automatically get desktop notifications on demand or
Cloud Commander (cloudcmd) is a simple open source, traditional yet useful cross-platform web file manager with console and editor support.
Cpustat is a powerful system performance measure program for Linux, written using Go programming language. It attempts to reveal CPU
Pyinotify is a simple yet useful Python module for monitoring filesystems changes in real-time in Linux. As a System administrator,
Have you ever wondered where the various files contained inside a package are installed (located) in the Linux file system?
One of the several duties of a system administrator is to install and manage software on a computer system-Linux in