systeem_update_cli_s
Verschillen
Dit geeft de verschillen weer tussen de geselecteerde revisie en de huidige revisie van de pagina.
| Beide kanten vorige revisieVorige revisieVolgende revisie | Vorige revisie | ||
| systeem_update_cli_s [2025/12/12 09:17] – Firmware updates michelle | systeem_update_cli_s [2026/06/16 15:12] (huidige) – typo michelle | ||
|---|---|---|---|
| Regel 1: | Regel 1: | ||
| - | ===== Introductie ===== | + | ====== Introductie |
| Ik gebruik zeer regelmatig CommandLine Interface (CLI) commando' | Ik gebruik zeer regelmatig CommandLine Interface (CLI) commando' | ||
| - | ==== Linux OS updates | + | ====== Linux ====== |
| - | === Debian | + | ===== Linux OS updates ===== |
| - | == Reguliere server/ | + | ==== Debian GNU/Linux ==== |
| + | |||
| + | === Reguliere server/ | ||
| <code bash> | <code bash> | ||
| + | sudo apt update && sudo apt full-upgrade && sudo apt clean && sudo apt autoclean && sudo apt autoremove && | ||
| + | </ | ||
| - | sudo apt update && sudo apt full-upgrade && sudo apt clean && sudo apt autoclean && sudo apt autoremove && | + | === RaspBerry Pi OS === |
| - | + | ||
| - | == RaspBerry Pi == | + | |
| <code bash> | <code bash> | ||
| sudo rpi-eeprom-update -a && sudo apt update && sudo apt full-upgrade && sudo apt clean && sudo apt autoclean && sudo apt autoremove && deborphan</ | sudo rpi-eeprom-update -a && sudo apt update && sudo apt full-upgrade && sudo apt clean && sudo apt autoclean && sudo apt autoremove && deborphan</ | ||
| - | === (K)Ubuntu === | + | ==== (K)Ubuntu |
| - | == Reguliere server/ | + | === Reguliere server/ |
| <code bash> | <code bash> | ||
| - | |||
| sudo apt update && sudo apt full-upgrade && sudo apt clean && sudo apt autoclean && sudo apt autoremove && sudo snap refresh && deborphan | sudo apt update && sudo apt full-upgrade && sudo apt clean && sudo apt autoclean && sudo apt autoremove && sudo snap refresh && deborphan | ||
| </ | </ | ||
| - | == RaspBerry Pi == | + | === (K)Ubuntu op RaspBerry Pi === |
| <code bash> | <code bash> | ||
| Regel 33: | Regel 34: | ||
| </ | </ | ||
| - | === RedHat Enterprise Linux (RHEL) === | + | ==== RedHat Enterprise Linux (RHEL) |
| <code bash> | <code bash> | ||
| Regel 39: | Regel 40: | ||
| </ | </ | ||
| - | ==== Firmwares en BIOSen e.d. ==== | + | ==== Generiek |
| - | === Standaard hardware === | + | Je kunt ook de informatie m.b.t. de PCI-IDs bijwerken, dit werkt op iedere distributie: |
| + | <code bash> | ||
| + | sudo update-pciids | ||
| + | </ | ||
| + | |||
| + | ===== Linux flatpak updates ===== | ||
| + | |||
| + | <code bash> | ||
| + | sudo flatpak update | ||
| + | </ | ||
| + | |||
| + | ====== FreeBSD ====== | ||
| + | |||
| + | **ToDo** | ||
| + | |||
| + | ====== Apple ====== | ||
| + | |||
| + | ===== HomeBrew ===== | ||
| + | |||
| + | <code bash> | ||
| + | brew update | ||
| + | brew upgrade | ||
| + | </ | ||
| + | |||
| + | ====== Firmwares en BIOSen e.d. ====== | ||
| + | |||
| + | ==== Standaard hardware | ||
| Hiervoor gebruik je de tool // | Hiervoor gebruik je de tool // | ||
| Regel 131: | Regel 158: | ||
| • Ondertekende inhoud | • Ondertekende inhoud | ||
| • Can tag for emulation | • Can tag for emulation | ||
| + | </ | ||
| + | |||
| + | Zo kun je de informatie m.b.t. beschikbare updates refreshen: | ||
| + | |||
| + | <code bash> | ||
| + | michelle@lummel: | ||
| + | Bijwerken lvfs | ||
| + | Downloaden… | ||
| + | Successfully downloaded new metadata: Updates have been published for 2 of 20 local devices | ||
| </ | </ | ||
| Regel 136: | Regel 172: | ||
| <code bash> | <code bash> | ||
| - | michelle@zeil:~$ fwupdmgr update | + | michelle@lummel:~$ sudo fwupdmgr update |
| </ | </ | ||
| - | === RaspBerry Pi === | + | ==== RaspBerry Pi ==== |
| <code bash> | <code bash> | ||
| - | sudo rpi-eeprom-update -a | + | michelle@mannetje: |
| </ | </ | ||
systeem_update_cli_s.1765531049.txt.gz · Laatst gewijzigd: 2025/12/12 09:17 door michelle
