Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the js_composer domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/holhol2/public_html/wp-includes/functions.php on line 6121
How to Use Linux lscpu Command Tutorial

How to Use Linux lscpu Command Tutorial

The beauty of Linux-like systems is that it provides multiple command-line tools for a single operation. Whether you want to download software/packages or fetch any information from hardware/disk drives of the system, you will get several ways according to your needs while using Linux. A command-line utility “lscpu” in Linux is used to get CPU […]

Whatis command in Linux

Whatis command in Linux

In Linux, the “whatis” command is used to offer a one-line overview of command, option, or a flag. Each manual section in Linux contains some definitions. This command looks for the manual and displays the description of the given keyword. Syntax: The syntax of the “whatis” command is: Whatis [ keyword ] How to use […]

Set Date in Linux from the Command Line

Set Date in Linux from the Command Line

The date command depicts the date and time of the system. It permits the user to get both date and time in different formats. This command also helps in calculate current, past, and future dates with the help of different operators and format specifiers. For functionalities to be performed, the system clock and clock of […]

Linux Run Multiple Commands in Parallel

Linux Run Multiple Commands in Parallel

Parallel processing is the concept of running multiple processes simultaneously. This concept is the crux of today’s modern computer systems. In the very same manner, multiple commands can also be made to run in parallel, and today, we will learn how to do this on a Linux Mint 20 system. Methods of Running Multiple Commands […]

Use of “lsof” Command to Find Open Files

Use of “lsof” Command to Find Open Files

“lsof” stands for List Open Files. It is a Linux utility for listing down all the open files of a system. This command can be combined with different parameters to modify its output as desired. You can see the details of all of its parameters and flags by seeing the help manual of the “lsof” […]

How to create a symbolic link in Linux

How to create a symbolic link in Linux

A symlink or symbolic link is a file type that contains the address or path of some other file or folder in a Linux Operating system; it is also known as a soft link because it points towards the file and holds the reference of some file. It is mostly used for managing and creating […]

Best Grammar and Spell Check Apps for Linux

Best Grammar and Spell Check Apps for Linux

This article will cover a list of useful grammar and spelling correction tools available for Linux. These applications mainly provide support for English language with a few of them having options for other languages as well. Note that you can use integrated spell checkers in applications like LibreOffice, Chrome, FireFox, AbiWord etc. to get correct […]

Sort “du” Command by Size- Output Largest to Smallest

Sort “du” Command by Size- Output Largest to Smallest

“du” stands for disk usage, and as the name implies, this command is very useful in getting disk-related information in Linux. This is a very flexible command that can be combined with different parameters to get the desired output. In today’s tutorial, we will be guiding you on the method of sorting the output of […]

How to Use Gzip on Linux?

Gzip is a common compression algorithm that allows you to compress a file while keeping the original file format, ownership, and timeline. When you use the gzip command to compress a file or folder, it would have the same name as before, but with the extension.gz. Syntax: Text files, Tar archives, and websites are all […]

How to Run “ls” Command in Linux?

How to Run “ls” Command in Linux?

“ls” is a basic command that any Linux user should know. The ls command displays basic information about files and folders inside the file system. It’s included in the GNU core utility kit which comes standard with all Linux distributions. Syntax: $ ls [ option ] [ file_name ] Use “ls” Command: List All Files […]