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 40 – Linux Howtos, Tutorials & Guides

How Do I Find Parent Process 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
During the execution of a program, the kernel creates a process that helps store the program’s execution details in the system’s memory. When a program executes, it becomes a process for the system. So, we can say a process is a program…

Rename Linux Files with Rename


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
When working with files, renaming them is one of the most basic actions. In Linux, renaming a file or directory is mostly done using mv. However, when it comes to renaming multiple files or folders, using mv becomes complex. It requires…

useradd vs. adduser Linux with Examples


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
While managing users, Linux administrators need to manage different types of users based on the privileges he/she wants to set. User management includes access control and Group management of the user. It is often seen that when we create…

The Linux Set 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 Linux set command is a built-in shell command that allows you to display or set both shell and environment variables. In this guide, we cover the set command and demonstrate the various ways that the command-line utility can be used.…

How to Know if IP Address is Static or Dynamic 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
On the internet, a user is recognized by a distinctive identity called IP address. This 32-bit address is dynamically assigned by Dynamic Host Configuration Protocol (DHCP). Addresses allocated by DHCP can be changed upon rebooting your…

How to Symlink a Directory 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
Symlink, also known as a symbolic link in Linux, creates a link to a file or a directory for easier access. To put it in another way, symlinks are links that points to another file or folder in your system, quite similar to the shortcuts…

How to List All Symlinks in the Linux Directory


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 symbolic link, also known as symlink or soft link, is the file type that can hold the location of a file or directory in any Linux file system. You have created a couple of Symbolic links in your Linux filesystem, and sometimes…

How to Show MOTD 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
MOTD is the abbreviation of “Message Of The Day”, and it is used to display a message when a remote user login to the Linux Operating system using SSH. Linux administrators often need to display different messages on the login of the…

How Do You Keep a Terminal Session Alive?


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 system or server administrator often needs to keep a terminal session alive for maintaining a process or application running. However, when we close the SSH connection or do not send any information to the server, the terminal…

How to Create a Ramdisk 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
A ramdisk is a volatile storage space defined in the RAM memory. Using this feature increases file processing performance ten times over the best SSD hard disks. Implementing a ramdisk is very advantageous for users whose tasks require…

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