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/27 20:40] – mike | ubuntu_tips_tricks_and_notes [2025/07/17 20:33] (current) – [Post-Installation] mike | ||
---|---|---|---|
Line 52: | Line 52: | ||
=== Install phpmyadmin === | === Install phpmyadmin === | ||
+ | |||
sudo apt update | sudo apt update | ||
- | sudo apt install phpmyadmin | + | sudo apt install phpmyadmin |
+ | sudo phpenmod mbstring | ||
+ | sudo systemctl restart apache2 | ||
mysql | mysql | ||
+ | mysql> SELECT user, | ||
mysql> ALTER USER ' | mysql> ALTER USER ' | ||
- | | + | |
=== Installing Portainer to manage Docker containers === | === Installing Portainer to manage Docker containers === | ||
Line 71: | Line 75: | ||
'' | '' | ||
+ | |||
+ | ==== Ubuntu Desktop (Gnome/GUI) Stuff ==== | ||
+ | |||
+ | === Set login screen default resolution === | ||
+ | - Login and set the screen resolution as desired. | ||
+ | - Once set, copy the file **~/ | ||
+ | - Ensure the user/group ownership is set to **gdm.gdm**. | ||
+ | - Reboot the system to apply the changes. | ||
+ | |||
+ | === Eliminating the annoying repeated authentication dialogs when logging in via xrdp === | ||
+ | Edit the file **/ | ||
+ | |||
+ | [Allow Colord all Users] | ||
+ | Identity=unix-user: | ||
+ | Action=org.freedesktop.color-manager.create-device; | ||
+ | ResultAny=no | ||
+ | ResultInactive=no | ||
+ | ResultActive=yes | ||
+ | |||
+ | If the issue persists afterwards, a reboot of the system should resolve it. |
ubuntu_tips_tricks_and_notes.1735360834.txt.gz · Last modified: by mike