Ubuntu Linux commands i can never remember

TimeZone:timedatectltimedatectl list-timezonessudo timedatectl set-timezone your_time_zonesudo timedatectl set-timezone America/Toronto Assign all free space to the logical volume: https://packetpushers.net/ubuntu-extend-your-default-lvm-space/ IPv6 Disable:sudo nano /etc/sysctl.confadd following lines:net.ipv6.conf.all.disable_ipv6=1net.ipv6.conf.default.disable_ipv6=1net.ipv6.conf.lo.disable_ipv6=1reboot OR sudo sysctl -p Hostname change: no

Continue readingUbuntu Linux commands i can never remember