You can find a lot of optimization tips for Linux kernel configuration over the Internet, but not all of them are explained well. Here is our optimization setup for your attention. We will go step by step to have some explanation on what we’re going to do and optimize. All these configuration lines are being […]
How to Set Up SSH Keys on Ubuntu 20.04
Introduction SSH, or secure shell, is an encrypted protocol used to administer and communicate with servers. When working with an Ubuntu server, chances are you will spend most of your time in a terminal session connected to your server through SSH. In this guide, we’ll focus on setting up SSH keys for an Ubuntu 20.04 […]
Easily Boost Ubuntu Network Performance by Enabling TCP BBR
This tutorial shows you how to enable TCP BBR on Ubuntu. TCP BBR is a TCP congestion control algorithm developed by Google. It tackles shortcomings of traditional TCP congestion control algorithms (Reno or CUBIC). According to Google, it can achieve orders of magnitude higher bandwidth and lower latency. TCP BBR is already being used on Google.com, […]
Install Cyberpanel
This guide will walk you through how to install the self-hosted CyberPanel control panel on your server, which is independent of [CyberPanel Cloud](https://cloud.cyberpanel.net/). Requirements Server with a fresh install of Centos 7.x, Centos 8.x, Ubuntu 18.04, Ubuntu 20.04, AlmaLinux 8 Python 3.x 1024MB RAM, or higher 10GB Disk Space CyberPanel vs CyberPanel Ent CyberPanel is […]