User Tools

Site Tools


linux:install_ubuntu20.04

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:install_ubuntu20.04 [2020/10/11 09:46] – [Ubuntu 20.04] bstaffordlinux:install_ubuntu20.04 [2022/11/23 12:49] (current) – external edit 127.0.0.1
Line 9: Line 9:
 Comment out the lines in ''/etc/update-motd.d/10-help-text'' to hid the documentation links. Comment out the lines in ''/etc/update-motd.d/10-help-text'' to hid the documentation links.
 <code>sudo vi /etc/update-motd.d/10-help-text</code> <code>sudo vi /etc/update-motd.d/10-help-text</code>
 +===== Disable IPv6 Privacy Extensions =====
 +Add the following to /etc/netplan/00-.... Remember you must specify an IPv6 gateway.
 +Remember, this must go just after the interface address.
 +<code>dhcp4: false
 +dhcp6: false
 +accept-ra: false</code>
linux/install_ubuntu20.04.1602409605.txt.gz · Last modified: (external edit)