October 2025

  • 2025-10-04 Linux
    Debian 13 "trixie" sysctl tutorial

    Create or edit a custom config file in /etc/sysctl.d/ sudo nano /etc/sysctl.d/99-custom.conf Add your settings, e.g.: net.ipv4.ip_forward = 1 vm.swappiness = 10 Apply the changes: sudo sysctl --system Verify: sysctl net.ipv4.ip_forward sysctl vm.swappiness

    2 comments Read more →