Category: All
Quick look: How Loose Coupling can increase resiliency
When architecting a solution in the cloud, design every component of your application stack to operate as independently as possible from each other. This will give cloud-based workloads the advantage of resiliency and scalability.You...
Mass change cPanel account passwords
There are situations like a server hack when it might be necessary to mass change passwords of all cPanel accounts in a WHM/cPanel server. On a normal server, it is easy to reset passwords...
Leverage browser caching via .htaccess for Apache / LiteSpeed webserver
When a web page is rendered in the browser, it downloads all assets including js files, images etc on the local computer. Most of the static resources are reused for different pages of the...
Install MongoDB on Fedora 24
The steps to install MongoDB on Fedora 24 is pretty simple. First, login to the server as root user. Then, we should add the repository to download the package. Open a new repo file...
Steps to install Zend Opcache on a DirectAdmin server
Zend Opcache is basically a modern PHP script caching module which in reality helps accelerate the PHP performance. It improves the performance of PHP by storing the precompiled script byte-code in the shared memory. Doing this helps eliminate...
MySQL: per account & entire directory backup difference – cPanel server
Backups are important as they are the last hope in case something goes haywire and manual fixing does not work. We can generate backups manually but it is not always practical as it is...