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/24 10:40] – ↷ Page name changed from ubuntu_installation_checklist to ubuntu_tips_tricks_and_notes 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 46: | Line 50: | ||
sudo apt install php-mysql php-gd php-xml | sudo apt install php-mysql php-gd php-xml | ||
sudo apt install phpmyadmin php-mbstring php-gettext | sudo apt install phpmyadmin php-mbstring php-gettext | ||
+ | |||
+ | === Install phpmyadmin === | ||
+ | sudo apt update | ||
+ | sudo apt install phpmyadmin | ||
+ | mysql | ||
+ | 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.1735065645.txt.gz · Last modified: 2024/12/24 10:40 by mike