ESXI – Basic information

ESXi (VMware ESXi) –  is a hypervisor used for server virtualization. It allows you to create virtual machines on a server and use hardware resources efficiently, reducing the cost of maintaining and managing servers.

Read More

How to Limit Bandwidth in Apache and Nginx

In this guide, I will show you how limit bandwidth in Apache and Nginx. Apache You need to install Apache web server and configure virtual host for your domain. Please take a look on the manual. Enable the mod_ratelimit module: nano /etc/httpd/conf.modules.d/00-base.conf Uncomment the line: LoadModule ratelimit_module modules/mod_ratelimit.so Add to your virtual host file: <IfModule […]

Read More