Tag: Linux
How to Choose the Right Operating System for Your VPS
en.WTF - How to Choose the Right Operating System for Your VPS. As more and more businesses and individuals turn to Virtual Private Servers...
Debian 10 System and Network Parameter Optimization
Adjust kernel parameters
vi /etc/sysctl.conf
Add the following
vm.swappiness = 10
fs.file-max = 51200
net.core.rmem_max = 67108864
net.core.wmem_max = 67108864
net.core.rmem_default = 65536
net.core.wmem_default = 65536
net.core.netdev_max_backlog = 4096
net.core.somaxconn = 4096
net.ipv4.tcp_syncookies = 1
net.ipv4.tcp_tw_reuse...
How To Change the root Password Via VNC
Debian
Restart, in the GRUB menu, set the cursor to the Debian GNU / Linux entry, and then press the e key to enter editing.
In...