Deprecated: Implicit conversion from float 79.9 to int loses precision in /home/holhol2/public_html/wp-includes/class-wp-hook.php on line 85

Deprecated: Implicit conversion from float 79.9 to int loses precision in /home/holhol2/public_html/wp-includes/class-wp-hook.php on line 87

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
Holhol24 | Linux Tutorials and Guides – Page 39 – Linux Howtos, Tutorials & Guides

How to List and Selectively Remove Snapshots


Deprecated: preg_split(): Passing null to parameter #3 ($limit) of type int is deprecated in /home/holhol2/public_html/wp-content/themes/holhol24/includes/libs/bs-theme-core/theme-helpers/template-helpers.php on line 767
The lvm tool is used to create, manage, and visualize logical volumes, file systems, and snapshots in a system. In this tutorial, we will use the lvm tool to display detailed information of the logical volumes, volume groups, and snapshots…

How to Check the Size of /TMP in Linux


Deprecated: preg_split(): Passing null to parameter #3 ($limit) of type int is deprecated in /home/holhol2/public_html/wp-content/themes/holhol24/includes/libs/bs-theme-core/theme-helpers/template-helpers.php on line 767
There are multiple directories in Linux where the system stores data temporarily. These directories are larger than the home directory and do not get backed up. The “/tmp” directory is one of them. So, what is “/tmp” directory? The “/tmp”…

How to Compare Two Files in Linux


Deprecated: preg_split(): Passing null to parameter #3 ($limit) of type int is deprecated in /home/holhol2/public_html/wp-content/themes/holhol24/includes/libs/bs-theme-core/theme-helpers/template-helpers.php on line 767
If you want to compare two files and decipher the difference, a command called “diff” is used. This guide is focused on providing you the usage of the “diff” command with various options to get the difference between two files. So, how…

Linux xargs Command


Deprecated: preg_split(): Passing null to parameter #3 ($limit) of type int is deprecated in /home/holhol2/public_html/wp-content/themes/holhol24/includes/libs/bs-theme-core/theme-helpers/template-helpers.php on line 767
The xargs command is a command-line tool used to read data from standard input and later runs a command based on the standard input. It is a useful tool in file management, especially when used with other commands such as mkdir, grep, rm…

Use Netcat to Transfer Files


Deprecated: preg_split(): Passing null to parameter #3 ($limit) of type int is deprecated in /home/holhol2/public_html/wp-content/themes/holhol24/includes/libs/bs-theme-core/theme-helpers/template-helpers.php on line 767
This tutorial offers an easy explanation of how to use Netcat to transfer files between devices. Netcat is a command-line network tool used to establish TCP/UDP connections and network analysis. Netcat features include: Outgoing and…

Linux Sync Time with Another Server


Deprecated: preg_split(): Passing null to parameter #3 ($limit) of type int is deprecated in /home/holhol2/public_html/wp-content/themes/holhol24/includes/libs/bs-theme-core/theme-helpers/template-helpers.php on line 767
Time is a crucial factor in our daily lives and the technical side of things. Therefore, maintaining an accurate time between the Linux systems is an important factor. It allows you to accurately know when various accounts are logged, file…

Kill All Stopped Jobs Linux


Deprecated: preg_split(): Passing null to parameter #3 ($limit) of type int is deprecated in /home/holhol2/public_html/wp-content/themes/holhol24/includes/libs/bs-theme-core/theme-helpers/template-helpers.php on line 767
In Linux, a job refers to a process started and managed by the shell. That can be a single command, a long and complex shell command including pipes and redirections, an executable, or a script. Each job in Linux is managed by assigning a…

How to Use LDD Command in Linux


Deprecated: preg_split(): Passing null to parameter #3 ($limit) of type int is deprecated in /home/holhol2/public_html/wp-content/themes/holhol24/includes/libs/bs-theme-core/theme-helpers/template-helpers.php on line 767
In Linux systems, we constantly work with executable files either in the terminal or graphical applications. Executables contain shared libraries, which are files that are shared and reused across programs. In windows, these are typically…

How to List Users in Linux


Deprecated: preg_split(): Passing null to parameter #3 ($limit) of type int is deprecated in /home/holhol2/public_html/wp-content/themes/holhol24/includes/libs/bs-theme-core/theme-helpers/template-helpers.php on line 767
Linux is a multi-user operating system. To keep the system functional and productive, proper user management is mandatory. For a system administrator, knowing all the users is necessary to manage users and permissions. This guide…

How to see rsync progress?


Deprecated: preg_split(): Passing null to parameter #3 ($limit) of type int is deprecated in /home/holhol2/public_html/wp-content/themes/holhol24/includes/libs/bs-theme-core/theme-helpers/template-helpers.php on line 767
rsync is a popular tool for synchronization files between two computer systems. It is a valuable utility for syncing files locally and remotely. This file transfer and synchronization tool are often seen in Linux or Unix-based systems. For…

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept Read More