Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
Beide Seiten, vorherige ÜberarbeitungVorherige ÜberarbeitungNächste Überarbeitung | Vorherige Überarbeitung | ||
linux:debian [01.12.2023 10:27] – Martin | linux:debian [07.12.2024 18:19] (aktuell) – Martin | ||
---|---|---|---|
Zeile 35: | Zeile 35: | ||
</ | </ | ||
+ | ## Hostnamen anpassen | ||
+ | |||
+ | ``` | ||
+ | newHostname=neuerName | ||
+ | |||
+ | current=" | ||
+ | currip=" | ||
+ | sudo hostnamectl set-hostname $newHostname | ||
+ | sudo echo " | ||
+ | check=$(hostname) | ||
+ | echo " | ||
+ | ``` | ||
+ | |||
+ | ## Bullseye zu Bookworm | ||
+ | |||
+ | <code bash> | ||
+ | sudo -s | ||
+ | |||
+ | apt update | ||
+ | apt install screen -y | ||
+ | apt full-upgrade -y | ||
+ | |||
+ | echo "deb http:// | ||
+ | echo "deb http:// | ||
+ | echo "deb http:// | ||
+ | echo "deb http:// | ||
+ | apt update | ||
+ | systemctl is-enabled systemd-resolved && apt install systemd-resolved | ||
+ | |||
+ | screen | ||
+ | apt upgrade --without-new-pkgs -y | ||
+ | apt full-upgrade -y | ||
+ | reboot | ||
+ | </ | ||
## Tools | ## Tools | ||
Zeile 40: | Zeile 74: | ||
<code bash> | <code bash> | ||
- | apt install sudo nano wget mc htop neofetch | + | apt install sudo nano wget mc htop ncdu exa |
+ | apt install | ||
+ | </ | ||
+ | |||
+ | <code bash> | ||
+ | wget https:// | ||
</ | </ | ||
linux/debian.1701426471.txt.gz · Zuletzt geändert: 01.12.2023 10:27 von Martin