⬅️ **[[$-Tools|Tools]]**
***
# Ubuntu
- [Ubuntu Desktop LTS](https://ubuntu.com/download/desktop)
- [[Linux - Network - Netplan]]
## Upgrade
- [linuxtechi - Guide - Upgrade von 20.04 auf 22.04.](https://www.linuxtechi.com/upgrade-ubuntu-20-04-to-ubuntu-22-04/)
- [How to Upgrade to Ubuntu 24.04 LTS](https://itsfoss.com/upgrade-ubuntu-version/)
- MCE-Server: per Konsole direkt auf der Maschine ohne SSH
- MCE-Pi: per Konsole über SSH (Verbindung bleibt bestehen)
```bash
sudo apt install update-manager-core
cat /etc/update-manager/release-upgrades
-> Prompt=lts
## Check updates
sudo apt update && sudo apt dist-upgrade
## Upgrade Ubuntu
sudo do-release-upgrade
## follow instructions
## All previous Configs remain.
## - MCE-Server: crontab, smb, sudoers, sshd
## - MCE-Pi: crontab, smb, sshd, fwupd
```
## Desktop
- Screenshot
- Full Screen: **Druck**
- Select Size: **Shift + Druck**
- [User Autologin](https://help.ubuntu.com/stable/ubuntu-help/user-autologin.html.en)
- Type for **Users**
- Unlock the settings with Password
- Check **auto login**
- [Autostart GUI Tool](https://wiki.ubuntuusers.de/Autostart/)
- configure commands to start scripts or programs at system start
#
***
Related:
- [[$-Linux|Linux]]