Aprataksh Anand

A tutorial on dmesg command in Linux

dmesg command, shorthand for “diagnostic message”, is a Linux utility for displaying the messages that flow within the kernel ring buffer. A kernel ring buffer is a logging mechanism from the system startup which comes into play for diagnostics of a failed device. The diagnostic messages sent by the devices may differ in their formats …

A tutorial on dmesg command in Linux Read More »

Linux System Restart – How to Perform a System Restart the Terminal and Python/C++

This article coves multiple ways to perform a Linux system restart. We’ll be going over the steps to restart a Linux system from the terminal and also see a Python and C++ implementation of the same. The terminal is one of the most useful aspects of Linux as an operating system. From disconnecting networks to …

Linux System Restart – How to Perform a System Restart the Terminal and Python/C++ Read More »

How to use nice Command in Linux?

This article talks about the nice command in Linux. In Linux, each process has a nice value granted to it. This value influences the scheduling of processes and thereby determining the amount of CPU to spent on each one of them. “The more the nice value, the less the supposed priority”. This ultimately means that …

How to use nice Command in Linux? Read More »