Please click here if you are not redirected within a few seconds.
Linux Admin › shanebow.com
Linux Admin

Stick shifts are incredibly fun — You're in total control of the engine! And, they're really useful, especially when driving in snow or hauling a load.

But, they're a bit harder to learn at first. As my cousin Steve put it, "Are you driving the car, or is the car driving you?"

Linux is like the manual transmission of operating systems — Incredibly useful, because you're in total control, but a bit harder to learn at first.

But, once you get it, Linux is way more fun than Windows or a Mac!

This series will help you confidently tackle most everything you need to know to perform the computer equivalent of driving on Lombard Street, during rush hour, with a stick shift and a smile on your face!

Follow me...

Disable IPv6

To be assured of completely removing IPv6 upon boot, grub is needed.

  • Edit /etc/default/grub as root
  • Change GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" to
    GRUB_CMDLINE_LINUX_DEFAULT="ipv6.disable=1 quiet splash"
  • sudo update-grub

Then check if it worked:

ip a

and visit What's My IP?

Useful Links

GPU/NVDIA Commands