Home Tags Tweaking

Tag: Tweaking

Debian 10 System and Network Parameter Optimization

0
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 Use of Linux System CPU Frequency Adjustment Tool

0
Before optimizing the CPU frequency, we first need to use the command lsmod | grep "acpi_cpufreq" Check if the acpi_cpufreq module is loaded in the kernel....
How to Secure Your VPS Server from Hackers and Cyberattacks

How to Secure Your VPS Server from Hackers and Cyberattacks

0
en.WTF - How to Secure Your VPS Server from Hackers and Cyberattacks. In today's digital age, securing your VPS (Virtual Private Server) from hackers...