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
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 […]