How to Add and Delete Static Route in Linux using IP Command
Viewing the existing routing table Before we embark on adding or deleting routes, it’s prudent to check the existing default routes on a system. To do so, simply launch your…
LinuxHub: Your Gateway to Reliable Web Hosting Solutions
Empowering Your Web Presence with Linux: Hosting Made Simple!
CentOS is a powerful and reliable open-source operating system based on Red Hat Enterprise Linux. It provides a stable and secure platform for enterprise applications and is widely used in data centers and web hosting environments. With regular updates and a strong community support, CentOS is a popular choice for businesses looking for a cost-effective and robust operating system.
Viewing the existing routing table Before we embark on adding or deleting routes, it’s prudent to check the existing default routes on a system. To do so, simply launch your…
How to install/remove Plesk additional components (like PHP, Spam Assassin, Fail2Ban, etc.)? Note: not all components can be uninstalled. Note: TCP port 8447 should be opened on the server. From…
In this post, we will learn How to add domain and subdomain in Plesk: 1) On the left-hand menu, look for Hosting Services. Then click on Domains. 2) Click on…
In order to add a Reseller in Plesk, you must have root or administrator privileges of the server. Instructions: 1) Login to the Plesk Administration Panel You can use server…
Let’s Encrypt is a certificate authority that launched on April 12, 2016 that provides free X.509 certificates for Transport Layer Security (TLS) encryption via an automated process designed to eliminate…
Requirements Note : Please allow access to the following domains to your firewall as these are the mirrors used to download the script packages. 192.198.80.3 # api.softaculous.com158.69.6.246 # s1.softaculous.com192.200.108.99 #…
CentOS Web Panel (CWP) is a free web hosting control panel that offers easy managemet of multiple servers (both Dedicated and VPS) without the need to access server through SSH…
Block IP: <RequireAll> Require all granted Require not ip 1.2.3.4 </RequireAll> Force www, or non www, redirect. #Force www: RewriteEngine on RewriteCond %{HTTP_HOST} ^examplecom RewriteRule ^(.*)$ http://www.examplecom/$1 #Force www: #Force…