Home Tags Debian

Tag: Debian

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 Install the Latest Version of NGINX on APT under...

0
Introduction Nginx is an asynchronous framework web server that can also be used as a reverse proxy, load balancer and HTTP cache. The software was created...
How to Manage Your VPS Server Using SSH: A Comprehensive Guide

How to Manage Your VPS Server Using SSH: A Comprehensive Guide

0
en.WTF - How to Manage Your VPS Server Using SSH: A Comprehensive Guide. As a website owner or developer, having full control over your...