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
Install Roundcube Webmail on CentOS 8

How to install Roundcube Webmail on CentOS 8

In this tutorial we will show you how to install Roundcube Webmail on CentOS 8. For those of you who did not know, Roundcube is a popular webmail interface written in PHP programming language. You can access the mailbox created on your Linux server via POP / IMAP in the Roundcube web interface. This article […]

Remove symbolic links on Linux

How to remove symbolic links on Linux

In this tutorial we will show you how to remove symbolic links on Linux. For those of you who did not know, a symbolic link (also known as a symlink) is a term or special type of file in Linux that points to another file or directory. Symbolic links are generally used to link libraries. […]

Linux “hostname” Command Examples

Linux “hostname” Command Examples

The “hostname” command in Linux is used to check the system name that is assigned to a Linux machine. However, this command can also be paired up with other different flags for getting different outputs. We will try to throw light on some examples of the “hostname” command in Linux in this article. General Syntax […]

Create Diff Between Two Files in Linux

Create Diff Between Two Files in Linux

This article will list useful command line utilities and graphical applications that allow you to view “diff” or “difference” between two strings or two files. These applications are especially useful if you want to compare multiple versions of a same file to review its progress or revert back to old content in case you want […]

The Alternatives to Linux CP to Show Progress and Speed

The Alternatives to Linux CP to Show Progress and Speed

Have you ever wanted to see the speed and progress while copying files using the command line? For copying files, folders, and other data, you would probably use the ditto or “cp” command if you are familiar with the command line of the Linux or Unix operating systems. Although the ditto commands and “cp” are […]

What is the SS Command in Linux?

What is the SS Command in Linux?

The ability to view and understand network socket connections as they happen in your Linux system can be valuable when troubleshooting and getting your system status. This tutorial will take you on an in-depth look at the ss command-line utility that allows us to view network connections and other detailed information. Using what you’ll learn […]

Linux Du Command Examples

Linux Du Command Examples

Linux Du Command Examples The du Linux command is very popular for UNIX and Linux systems. This command is used to view the information about disk usage of all directory tree and files on a machine. This command has various parameter flags or options that helps to view the information of disk usage in many […]

How to Modify a Host File in Linux

How to Modify a Host File in Linux

The host file is a plain text file used by the operating systems to map Domain names to their corresponding IP addresses. Although this tutorial focus on the host file in Linux, the host file is available in all operating systems, including Windows and Mac OS. How the Host File Works The host file acts […]

Linux Cat Command Examples

Linux Cat Command Examples

Linux command cat short for ‘concatenate’, is a very useful command.  Using the cat command, you can create a file, view file content, concatenate files, and file output redirection. We will discuss the different uses of the cat command with some examples in this article. Basic Syntax of Cat command The following syntax is used for […]

Linux “ls” Command Examples

Linux “ls” Command Examples

“ls” is one of the most frequently used commands in Linux. It is used to list down the files and sub-directories within your current directory. This command is equally useful for normal users as well as for system administrators. Therefore, today we will share the five most practical use cases of the “ls” command in […]