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 08:04] – Martin | linux:debian [07.12.2024 18:19] (aktuell) – Martin | ||
|---|---|---|---|
| Zeile 34: | Zeile 34: | ||
| apt update | apt update | ||
| </ | </ | ||
| + | |||
| + | ## 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 | ||
| + | |||
| + | Hier sind ein paar Tools für Linux, die ich eigentlich immer bzw. oft installiere. | ||
| + | |||
| + | <code bash> | ||
| + | apt install sudo nano wget mc htop ncdu exa | ||
| + | apt install duf bat fd-find | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | wget https:// | ||
| + | </ | ||
| + | |||
| + | Dazu hier noch ein paar Links zu Tools, die nicht ganz so wichtig sind... | ||
| + | |||
| + |   * [[https:// | ||
| ## schnellsten Apt Mirror | ## schnellsten Apt Mirror | ||
linux/debian.1701417866.txt.gz · Zuletzt geändert: 01.12.2023 08:04 von Martin
