
How to use journalctl to analyze logs in Linux
systemd is the default system manager in most of the major Linux distributions, which comes with a new logging daemon called ‘journald’. For many years, system and kernel logs in …
Read MoreLinux and Unix, Open Source, Linux Howtos
systemd is the default system manager in most of the major Linux distributions, which comes with a new logging daemon called ‘journald’. For many years, system and kernel logs in …
Read MoreDisk IO issues (input/output) are one of the most common causes of poor performance on Linux system. This occurs when applications try to quickly read or write too much data …
Read More‘usermod’ & ‘passwd’ commands are used to lock or unlock one user account at a time, but you may need to write some small shell scripts to perform this action …
Read MoreSometimes we might need to kill a user session in Linux based on requests, which can be done by sending SIGNALS with kill command. We need to send one of …
Read Moreroot user is a privileged user in Linux, which is similar to an administrator in Windows. All kind of administrative operations can be performed using root user privilege hence it …
Read MoreYou may have missed to delete some files that are no longer needed on your computer in some directory. It could be either in “Download” or any other directory that …
Read MoreWell-known services in Linux can be added on boot time without any problems, because most of them come with their own script, which is done using ‘chkconfig’ and ‘systemctl’ commands. …
Read Moresed command stands for Stream Editor. It is used to perform basic text transformations in Linux. sed is one of the important command, which plays major role in file manipulations. …
Read MoreNTP stand for Network Time Protocol, which synchronizes the clock between computer systems over the network. NTP server keep all the servers in-sync with accurate time to perform time based …
Read MoreIn servers, Network interfaces either physical or virtual can be enabled or disabled by running some commands. If any change is performed in NIC due to which the interface is …
Read More