The System Activity Reporter, or SAR tool, is a powerful monitoring tool in Linux that allows you to collect and analyze historical system performance data. It is part of the sysstat package and provides valuable insights into CPU usage, memory utilization, disk I/O, network traffic, and more. In this article, we’ll walk through how to […]
AlmaLinux is a free and open source Linux distribution that provides a stable and secure platform for servers and workstations. It is a community-driven project that aims to fill the gap left by the discontinuation of CentOS. AlmaLinux 8 and 9 are based on Red Hat Enterprise Linux (RHEL) 8 and 9 respectively, ensuring binary […]
Rclone is a command-line program to manage files on cloud storage. It is a feature-rich program to easily manage remote files. Many cloud services are supported by rclone. This guide will take you through the basic commands of rclone. Rclone can be used both for uploading and downloading the files on cloud services. Features of […]
In this guide we will learn with screenshots how to install Rclone on Linux and create a Google drive remote in it in an easy and understandable way. Install Rclone on Linux using the official bash script: You have to make sure curl is installed on your system, in order to make sure whether curl is […]
Electronic mail is a method of exchanging messages between people using electronic devices. There are several methods to send an email, in this guide we are going to focus on sending an email from Linux CLI using SMTP. Requirements send an email from CLI using SMTP : Linux with sudo permissions SMTP details for your […]
In this guide we are going to show you how to Fix bash: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8). This warning appears when you try to bash. To fix the warning follow the following steps : Open the environment file in the etc folder with your preferred editor. vi /etc/environment Press ikey to enter edit […]
This guide will tell you about the basic commands used to search a file using a certain name and extension in Linux. In some cases, you would need to find the location of a given file or to search for a certain text in all files under a directory. Linux provides two different commands to […]
SED is a Linux/Unix command which stands for stream editor it can perform various functions such as search, replace, delete. It also supports regular expressions which makes it useful to find different patterns. In this guide, we will take you through some of the uses of the SED command in Linux. Add a string at […]
Wondering what is tmpfs on your Linux Servers and want to know its use or function? In this guide we will share some basic information about tmpfs. tmpfs is a file system which keeps all files in virtual memory. tmpfs uses a combination of computer RAM and disk-based SWAP space to create a filesystem, such […]
Ever thought how the logs on Linux Machine or Linux Web Server are rotated? Wondering what are those tarballs in your /var/log directory. Today we will share some information about Logging and their rotation on Linux. Logging has become important in today’s date. As Logging helps a developer to debug the issue and errors. A Linux […]
Our team is available and on-site 24/7 ready to help you.