Sysctl

To apply all sysctls in /etc/sysctl.conf, run this command as root:

# for c in $(cat /etc/sysctl.conf | egrep -v "^#"); do sysctl $c; done