All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Omnia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:10, 4 May 2026 Kenneth talk contribs created page Ubuntu/IPv6 (Created page with "== Disable IPv6 == <pre> cat >> /etc/sysctl.conf << "EOF" net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 EOF sudo sysctl -p </pre> Premenent: <pre> /etc/default/grub GRUB_CMDLINE_LINUX="ipv6.disable=1" sudo update-grub </pre>")