KernelCare benefits and why should I use it (highly recommended)!
Linux General,What is Kernelcare ? The kernel is the central module of an operating system (OS). The part of the OS that loads first, and it remains in main memory. Because it stays in memory, the kernel has to be as small as possible while still providing all the essential services required by other parts of…
Read moreGuide to Install PIP on CentOS 7
Linux General,PIP is one of the best tool for you to install and manage Python packages. Moreover PIP is a package management system used to install and manage software packages written in Python. With this guide you can easily Install PIP on CentOS 7 . You can install PIP either by using YUM or with Curl…
Read moreManually updating traffic and disk usage for all clients in Plesk
Linux General,Plesk,This blog post will guide you through the process of manually updating the traffic and disk usage for all the clients in Plesk...
Read moreHow to Limit Bandwidth Using mod_bandwidth Module
Linux General,Apache does not have any rate limiting or bandwidth limitations by default. In fact, only external modules provide this functionality, so you'd have had to make a special effort to enable it. In this post we will see how you can limit bandwidth using mod_bandwidth module and limit the users
Read moreSix Basic Options You Will Need To Configure Apache Server Tokens
Linux General,In this post, you will learn about the six basic options you will need to configure Apache Server Tokens. These options are quite different from each other and the security of the server depends on how you set this up.
Read moreSome Simple Tweaks to Optimize Apache in cPanel
Cpanel,Linux General,The default Apache settings on cPanel are something that can be improved on. Here are some simple tweaks to optimize cPanel server. All the important configuration options are stored by Apache in a config file called httpd.conf that is located at /usr/local/apache/conf/httpd.conf. We will start by opening this file in your favorite text editor.
Read moreInstall and Configure GitLab on Ubuntu 14.04 with existing Apache
Linux General,In this guide, we will see how to install and configure GitLab on Ubuntu 14.04 server. At a high level, here are the list of steps you would go through to complete the process:
Read moreNginx on cPanel – Quick set up guide of Engintron
Cpanel,Linux General,Here is a quick setup guide for installing Engintron on cPanel/WHM which deploys Nginx web server as a reverse proxy on the server. cPanel doesn't have the Nginx support as an alternative to the Apache also Nginx proxied to the Apache. However, we can make use of the third-party plugins for our requirement. There are…
Read moreAPACHE PHP-FPM MOD_FASTCGI
Linux General,Apache PHP-FPM is an alternative implementation of PHP-FastCGI. In PHP-FPM the PHP process runs as a standalone without the need of web server. It listens for incoming requests on either a TCP or a Unix socket. The web server we use(apache in our case) send requests and connect to PHP processes using FastCGI protocol. As…
Read moreFind open ports on the Linux server using a script
Linux General,Create a .sh file with below script and set execute permission for the scrip file.
Read more
