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 extract Tar files to a specific directory in Linux

How to extract Tar files to a specific directory in Linux

While using Linux, you might have noticed that many packages come with a “.tar” file extension. So, what is a tar file? A tar file is a collection of many files into one file. Tar (Tape Archive) is a program that collects the files and grabs some helpful information about files it archives, such as […]

Install Jitsi Meet on CentOS 8

How to install Jitsi Meet on CentOS 8

In this tutorial, we will show you how to install Jitsi Meet on CentOS 8. For those of you who did not know, Jitsi Meet is one of the open source video conferencing tools on the market.

Linux Stat Command Examples

Linux Stat Command Examples

The stat command displays the detailed summary of the given file or file system. We will show you in this article the basic use of the stat command with different examples. Syntax of Stat Command The basic syntax of the Linux stat command is given below: $ stat [options] [file-name] More than one file name and […]

The Linux “ps” Command Examples

The Linux “ps” Command Examples

The “ps” command in Linux is an abbreviation of “process status”. It is used to get information about the processes running within your system. The output of this command can vary depending upon the parameters used with it. However, in this article, we intend to teach you the basics of using the “ps” command in […]

Find All Files with Extension in Linux

Find All Files with Extension in Linux

Often, we find ourselves stuck when we have to find all files with the same or different extensions. This has most likely happened to various Linux users while using the terminal. It is one thing to search for a single file type or file, but what will you do when you want to find out […]

Setuid, setgid, and sticky bit explained

Setuid, setgid, and sticky bit explained

Linux has 3 types of access to files and directories: reading, writing, and execution permissions. Reading permission grants users access to read files while writing permissions allow users to edit or remove files, execution permissions allow them to run files. These permissions can be applied with differences for the file owner, users belonging to the […]

Linux Locate Command

Linux Locate Command

Linux provides several tools that help you find or locate files. One of them is the find command. While the find command does a commendable job in locating files, it’s quite sluggish and takes up a lot of your time. A better alternative to the find command is the locate command. Locate command is blazing […]

Linux Less Command with Example

Linux Less Command with Example

The Linux less command is a command-line tool that displays a file line by line or one page at a time. It is particularly helpful when viewing large files that would otherwise be cumbersome to view using a conventional text editor such as vim or nano. Less command is a bit like more command and […]

Linux “df” Command Examples

Linux “df” Command Examples

The “df” command in Linux stands for “disk free.” It is used for checking the space available across the different file systems of your Linux system. We will learn the usage of this command in Linux in today’s article. General Syntax of the “df” Command The basic syntax of the “df” command is as follows: […]

Install Polr on CentOS 8

How to install Polr on CentOS 8

In this tutorial we will show you how to install Polr on CentOS 8. For those of you who did not know, Polr is a fast, modern and open source link. It allows you to host your own URL shortener, tag your URLs and gain control over your data. Polr helps you promote your online […]