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
Configure Static IP Address

Configure Static IP Address

Any device connected to a network gets assigned an IP address that allows other devices in the network to locate and communicate with it. Typically, an IP address gets assigned by the DHCP server on a router. A DHCP server assigns any available IP address to the connected network. That means the IP address of […]

Linux Mint 20.1 Installation, Review, and Customization

Linux Mint 20.1 Installation, Review, and Customization

Linux Mint is arguably one of the easiest and most user-friendly Linux-based operating systems to come by in the Linux world, and while it might be second to Ubuntu in popularity, it remains the favorite of a large majority of Linux users around the globe. Why? It’s easy; Linux Mint is essential “Ubuntu done right”. […]

Remove or Delete Symbolic Link Linux

Remove or Delete Symbolic Link Linux

In Linux, linking is a powerful concept. A symbolic link is a file that refers to a different file or directory. The link itself doesn’t contain any data of the original file. It simply points to the location of the original file, be it in the same filesystem, different filesystem, or a remote filesystem. In […]

How to Check if a Package is Available In Yum

How to Check if a Package is Available In Yum

Yellowdog Updater Modified or Yum for short is a package management tool for RPM packages. It is popular in the REHL family of Linux distributions, including CentOS and Fedora. Thus, you can think of yum as a bootstrap for RPM package manager. Like popular package managers, Yum works via repositories that contain collections of tools […]

How to Use Systemctl Utility in Linux

How to Use Systemctl Utility in Linux

Whether you are a seasoned system administrator or a new Linux user, service management is one of the fundamental operations you will have to carry out. Hence, having a firm grasp of how services work and how to manage them is a great advantage. This tutorial walks you through the basics of service management in […]

Configure a Password-less Sudo

Configure a Password-less Sudo

I can bet that we are all familiar with sudo. It is a utility available in most Linux distributions and being adopted by those that haven’t implement it yet. Therefore, if you are a regular Linux user, sudo is a must-use tool. Sudo is a Unix utility that allows trusted users to run commands with […]