Cpanel Shows Reporting wrong mails/directory size

In this tutorial, we will describe how to recover disk space by root or using cPanel. cPanel frequently reports an inaccurate value for the /mail/ directory in the cPanel->Disk Usage interface. The value returned by the shell in our test case is 310MB: root@web [/home/mmtest]# du -sh mail 310M    mail root@web [/home/mmtest]# Using Root […]

Continue Reading…

How to Run Scripts at startup?

Scripts are required to run upon startup on occasion. It is a good option to automate operations like performing updates, installing packages, or even setting default routes. We’ll create a new service and run a custom bash script to set static routes in a VPS. Your script can do anything as long as it’s written […]

Continue Reading…

How to Block all ports in IPtables

We’ve included an example of one of the most common iptables configurations. Except for particular ports, we will block all connections. To begin, we’ll erase all present iptables rules to eliminate any errors caused by the prior configuration. SSH into your server as root and run the following commands: iptables -t filter -F  iptables -t […]

Continue Reading…

What is Raid (& Why is It Used)?

Dedicated Servers While RAID is a commonly used technique, how it is applied has changed dramatically with the emergence of Solid State Drives, Many clients have inquired about RAID, including what it is, how it affects them, and how they can get the best reliability and performance while staying within their budget. So I decided […]

Continue Reading…

Why I can’t access my website?

If you’re having troubleshooting accessing your website, there could be a lot of reasons for this, please check them before contacting us. First-level checks: Make sure you typed your website address into the address bar of your browser correctly. e.g.http://www.example.com Is your internet connection up and running? Are you able to access other websites, such […]

Continue Reading…