All public logs
Jump to navigation
Jump to search
Combined display of all available logs of 6bit.ch wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:36, 25 November 2022 Xbl talk contribs created page System Control (Created page with "= sysctl = Reads/sets kernel settings from the virtual /proc file system.</br> Values can be edited directly with <code>echo 1/0 >> /proc/net/ipv6/conf/all/disable_ipv6</code> or by editing /etc/sysctl.conf or /etc/sysctl.d/parameter. == setting settings == <code>sysctl -a</code> list all settings</br> <code>sysctl -a | grep net.ipv6.conf.all.disable_ipv6</code> list specific setting</br> <code>sysctl net.ipv6.conf.all.disable_ipv6</code> list specific setting</br> <co...")