tools:cli:navi:navi_cheat_sammlung
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
tools:cli:navi:navi_cheat_sammlung [2024/05/09 14:28] – Verschoben von tools:navi:navi:navi_cheat_sammlung gahsul | tools:cli:navi:navi_cheat_sammlung [2024/05/26 09:29] (aktuell) – Alphabetischen Index als Überschriften hinzugefügt gahsul | ||
---|---|---|---|
Zeile 4: | Zeile 4: | ||
Die auch als Beispiele verwendet werden können. | Die auch als Beispiele verwendet werden können. | ||
- | ===== password.cheat | + | ===== C ===== |
- | <file navicheat | + | ==== checkrebuild.cheat ==== |
- | % password | + | |
- | # Generiert ein Passwort | + | <file navicheat |
- | <<random-generator> tr -cd '<allow-character-string>' | + | % checkrebuild |
- | $ random-generator: printf ' | + | # Listet Packete auf die Neu gebaut werden müssen |
- | $ allow-character-string: printf '%s\n' ' | + | checkrebuild |
+ | </file> | ||
+ | |||
+ | ===== P ===== | ||
+ | |||
+ | ==== paccat.cheat ==== | ||
+ | |||
+ | <file navicheat paccat.cheat> | ||
+ | % paccat, pacman, Paket | ||
+ | # Dateiausgabe aus einem Remote Repo Paket | ||
+ | paccat | ||
+ | $ Paket: pacman | ||
+ | --preview | ||
+ | | ||
+ | $ Datei_aus_Paket: ping -qc1 ping.archlinux.org >&/dev/null && sudo pacman -Fy >/dev/null && pacman -Flq < | ||
+ | </ | ||
+ | |||
+ | ==== paccheck.cheat ==== | ||
+ | |||
+ | <file navicheat paccheck.cheat> | ||
+ | % paccheck, pakete | ||
+ | # Überprüft den Ihnalt eines oder mehere Pakete Anhand ihrer MD5 Summe. | ||
+ | ; Wenn kein Paket angegeben wird, werden alle Überprüft. | ||
+ | sudo paccheck | ||
+ | $ Pakete: pacman -Qq --- \ | ||
+ | | ||
+ | | ||
+ | --preview | ||
+ | --header Paket | ||
</ | </ | ||
- | ===== paclog.cheat | + | ==== paclog.cheat ==== |
<file navicheat paclog.cheat> | <file navicheat paclog.cheat> | ||
Zeile 34: | Zeile 62: | ||
</ | </ | ||
- | ===== systemctl.cheat ===== | + | ==== pacman.cheat ==== |
- | + | ||
- | <WRAP left square info> | + | |
- | Bitte den Unterschied zwischen List loaded Unit und List Unit Files beachten. Zudem können nicht alle Vorschläge in sämtlichen konstilationen verwenden werden. Man muss schon wissen, wie man diese Befehle einsetzt. Sie dienen nur der Tipp Erleichterung | + | |
- | </ | + | |
- | + | ||
- | + | ||
- | <file navicheat systemctl.cheat> | + | |
- | % systemd, systemctl, units | + | |
- | # List loaded Units | + | |
- | systemctl list-units --type < | + | |
- | $ units-type: printf ' | + | |
- | $ units-state: | + | |
- | $ scope: printf ' | + | |
- | + | ||
- | # List Unit Files | + | |
- | systemctl list-unit-files --type < | + | |
- | $ units-type: printf ' | + | |
- | $ unit-file-state: | + | |
- | $ scope: printf ' | + | |
- | </ | + | |
- | + | ||
- | ===== checkrebuild.cheat ===== | + | |
- | + | ||
- | <file navicheat checkrebuild.cheat> | + | |
- | % checkrebuild | + | |
- | # Listet Packete auf die Neu gebaut werden müssen | + | |
- | checkrebuild | + | |
- | </ | + | |
- | + | ||
- | ===== suletuxe_aurrebuild.cheat ===== | + | |
- | + | ||
- | <file navicheat suletuxe_aurrebuild.cheat> | + | |
- | % suletuxe, aurrebuild | + | |
- | # Baut die Ausnahme Liste für aurrebuild auf | + | |
- | aurrebuild --update-exceptions | + | |
- | + | ||
- | # Baut Pakete die einen neu Bau benötigen und nicht auf der / | + | |
- | aurrebuild | + | |
- | </ | + | |
- | + | ||
- | ===== pacman.cheat | + | |
<file navicheat pacman.cheat> | <file navicheat pacman.cheat> | ||
Zeile 96: | Zeile 83: | ||
</ | </ | ||
- | ===== paccheck.cheat | + | ==== password.cheat ==== |
- | <file navicheat | + | <file navicheat |
- | % paccheck, pakete | + | % password |
- | # Überprüft den Ihnalt eines oder mehere Pakete Anhand ihrer MD5 Summe. | + | # Generiert ein Passwort |
- | ; Wenn kein Paket angegeben wird, werden alle Überprüft. | + | << |
- | sudo paccheck | + | $ random-generator: printf '%s\n' "/ |
- | $ Pakete: pacman | + | $ allow-character-string: printf '%s\n' '[: |
- | --multi | + | |
- | --expand | + | |
- | --preview | + | |
- | | + | |
</ | </ | ||
- | ===== ytfzf.cheat ===== | + | ===== S ===== |
+ | |||
+ | ==== suletuxe_aurrebuild.cheat ==== | ||
+ | |||
+ | <file navicheat suletuxe_aurrebuild.cheat> | ||
+ | % suletuxe, aurrebuild | ||
+ | # Baut die Ausnahme Liste für aurrebuild auf | ||
+ | aurrebuild --update-exceptions | ||
+ | |||
+ | # Baut Pakete die einen Neubau benötigen und nicht auf der / | ||
+ | aurrebuild | ||
+ | </ | ||
+ | |||
+ | ==== systemctl.cheat ==== | ||
+ | |||
+ | <WRAP left square info> | ||
+ | Bitte den Unterschied zwischen List loaded Unit und List Unit Files beachten. Zudem können nicht alle Vorschläge in sämtlichen konstilationen verwenden werden. Man muss schon wissen, wie man diese Befehle einsetzt. Sie dienen nur der Tipp Erleichterung | ||
+ | </ | ||
+ | |||
+ | <file navicheat systemctl.cheat> | ||
+ | % systemd, systemctl, units | ||
+ | # List loaded Units | ||
+ | systemctl list-units --type < | ||
+ | $ units-type: printf ' | ||
+ | $ units-state: | ||
+ | $ scope: printf ' | ||
+ | |||
+ | # List Unit Files | ||
+ | systemctl list-unit-files --type < | ||
+ | $ units-type: printf ' | ||
+ | $ unit-file-state: | ||
+ | $ scope: printf ' | ||
+ | </ | ||
+ | |||
+ | ===== Y ===== | ||
+ | |||
+ | ==== ytfzf.cheat | ||
<file navicheat ytfzf.cheat> | <file navicheat ytfzf.cheat> |
tools/cli/navi/navi_cheat_sammlung.1715264892.txt.gz · Zuletzt geändert: 2024/05/09 14:28 von gahsul