This is how I set up a WordPress hosting for my clients. And believe me, I have got a page load time of less than one second, and when set up in a $10 digital ocean server, it could handle ~200 concurrent users. … [Read more...] about How to Setup WordPress Hosting server using nginx
Linux
How to Change Default FTP Port on a cPanel Server
Change default FTP port for greater security for the server and to its contents, if the server is a shared one. Not only because the default port gives you a connection automatically and if they could guess the password, your content is in risk. So, I would suggesto to change the FTP port to a non standard one. … [Read more...] about How to Change Default FTP Port on a cPanel Server
How to Configure PureFTP Through Command Line
The PureFTP daemon is easy to configure on a cPanel server using WHM or the PureFTPd configuration file. For those looking to set up FTP from command line (such as for automation purposes), you can use cPanel’s built-in template system to apply configuration options that will not be overwritten during cPanel updates. … [Read more...] about How to Configure PureFTP Through Command Line
How to Free Up Disk Space on a cPanel Server
Disk space issues are quite common in cPanel accounts and servers. It can be mainly because of the website users eats up the entire disk or the log files fills up or the backup fills up the entire folders.At the time of installation, we separate some of the folders to partitions, that helps a lot to keep the data safe if the disk space fills up. … [Read more...] about How to Free Up Disk Space on a cPanel Server
Safe permissions for files and folders in cPanel
The folder permissions and ownership is one key to the security of the websites and your codes. You have to keep them safe so that any hacker wont deface your websites or inject malware. These happens because of two reasons … [Read more...] about Safe permissions for files and folders in cPanel