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 […]
Category: 02. Dedicated servers
What is a dedicated server, its advantages. Yjw to install OS on server and do server diagnostics.
How to enable Telegram notifications
In this guide, you will be shown how to enable Telegram notifications in order to receive system messages from Unihost.com.
How to upgrade Fedora to a new release
In this guide, I will show you how to upgrade Fedora to the latest release, using dnf-plugin-system-upgrade. In my case, it would be Fedora 35.
How to mount remote file systems over SSH
This tutorial will show you how to install the SSHFS client on Linux and how to mount a remote file systems over SSH.
How to disable SELinux on CentOS / RHEL / Fedora
Security-Enhanced Linux (SELinux) is a security architecture for Linux® systems that allows administrators to have more control over who can access the system. It was originally developed by the United States National Security Agency (NSA) as a series of patches to the Linux kernel using Linux Security Modules (LSM).
How to use Screen application in Linux
Screen is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells.
Best Free Web Hosting Control Panels to Manage Servers
In this article, I will show the best free web hosting control panels to manage dedicated server and VPS.
How to Install Microsoft CBL-Mariner Linux
In this guide, I will show how to build your own Microsoft CBL-Mariner Linux ISO image.
How to set up FTP Server on Windows Server 2019
In this guide, I will show you how to set up FTP Server on your Windows Server 2019.
How to use Rsync to sync local and remote files and directories
Rsync is open-source software that can be used to sync files and folders from a local computer to a remote one and vice versa.