# protection from the SYN flood attack net.ipv4.tcp_syncookies = 1 # Disable packet forwarding net.ipv4.ip_forward = 0 net.ipv6.conf.all.forwarding = 0 # Disable SysRq key (note: console security issues) kernel.sysrq = 0 # Increase inotify max watchs per user for local minidlna fs.inotify.max_user_watches = 100000 # Trying to figure out what is the issue with i915 driver i915.i915_enable_rc6 = 0