ubuntu_tips_tricks_and_notes
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu_tips_tricks_and_notes [2024/12/26 08:26] – mike | ubuntu_tips_tricks_and_notes [2024/12/27 20:40] (current) – mike | ||
---|---|---|---|
Line 8: | Line 8: | ||
=== Disable IPv6 === | === Disable IPv6 === | ||
- | The recommend method to disable IPv6 on Ubuntu | + | To disable IPv6 on Ubuntu during boot time, open the / |
- | + | ||
- | To do so open the / | + | |
FROM: | FROM: | ||
GRUB_CMDLINE_LINUX_DEFAULT="" | GRUB_CMDLINE_LINUX_DEFAULT="" | ||
Line 17: | Line 15: | ||
GRUB_CMDLINE_LINUX_DEFAULT=" | GRUB_CMDLINE_LINUX_DEFAULT=" | ||
GRUB_CMDLINE_LINUX=" | GRUB_CMDLINE_LINUX=" | ||
- | Once you have made the above change within the / | + | Once you have made the above change within the / |
sudo update-grub | sudo update-grub | ||
+ | | ||
+ | Reboot the system afterwards. | ||
=== Enable console screen blanking === | === Enable console screen blanking === | ||
- | Edit the / | + | Edit the / |
+ | |||
+ | Once you have made the above change within the / | ||
sudo update-grub | sudo update-grub | ||
+ | |||
+ | Reboot the system afterwards. | ||
=== To install Samba: === | === To install Samba: === | ||
Line 52: | Line 56: | ||
mysql | mysql | ||
mysql> ALTER USER ' | mysql> ALTER USER ' | ||
+ | | ||
+ | === Installing Portainer to manage Docker containers === | ||
+ | |||
+ | sudo docker run -d -p 9443:9443 -p 8000:8000 --name portainer --restart=always -v / | ||
=== Disable interactive restart prompt while upgrading packages with apt === | === Disable interactive restart prompt while upgrading packages with apt === |
ubuntu_tips_tricks_and_notes.1735230417.txt.gz · Last modified: 2024/12/26 08:26 by mike