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 Taskset Command

How to Use Taskset Command

To start with the “taskset” command, first, we need to know about process affinity. Process affinity is the scheduler property that helps to bind or unbind the process so that the process will run only with the allotted CPU. In Linux-like systems, there are multiple tools to set the affinity of the CPU of a […]

How to Use Linux Logger Command

How to Use Linux Logger Command

In UNIX and Linux-type operating systems, the log is a file that records each action of the operating system. Whenever a user login to the system, it saves the record in the log file. It also allows the user to add any content to the file. For this, the term “logger” is the command-line tool […]

How to Create a Simple Shell Script in Linux

How to Create a Simple Shell Script in Linux

In Unix System, Shell provides an environment to connect the Linux user and operating system. It helps to get input from the user through commands, operate the function based on input and return the output on the terminal. Shell scripts are the list of simple commands to perform operations. You can also create your own […]

How to Find and Delete Broken Symlinks on Linux

How to Find and Delete Broken Symlinks on Linux

Symlink or a.k.a symbolic link is a file containing the address of some file or directory and points towards that directory or file. But, when you move or delete the original file, then the symlink gets broken, and it does not work anymore. Although the broken symlinks do not work, they consume the space on […]