linux:notes:misc
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux:notes:misc [2025/04/22 00:05] – Sean Rhone | linux:notes:misc [2025/04/27 23:49] (current) – [journalctl] Sean Rhone | ||
---|---|---|---|
Line 146: | Line 146: | ||
===== Zypper ===== | ===== Zypper ===== | ||
+ | |||
+ | ==== Show Locked Packages ==== | ||
+ | |||
+ | **** | ||
+ | |||
+ | zypper locks | ||
==== Find Orphans ==== | ==== Find Orphans ==== | ||
Line 176: | Line 182: | ||
zypper repos --priority | zypper repos --priority | ||
+ | |||
+ | ==== Repo Packages ==== | ||
+ | |||
+ | * http:// | ||
====== PipeWire ====== | ====== PipeWire ====== | ||
Line 255: | Line 265: | ||
sudo fstrim --verbose --all | sudo fstrim --verbose --all | ||
- | ====== | + | ====== |
- | **** | + | |
+ | | ||
- | < | + | localsearch reset --filesystem |
+ | |||
+ | | ||
+ | |||
+ | ====== journalctl ====== | ||
+ | |||
+ | sudo journalctl --sync --flush --rotate --update-catalog --vacuum-time=' | ||
+ | |||
+ | sudo journalctl --verify | ||
====== Mesa Shader Cache Clear ====== | ====== Mesa Shader Cache Clear ====== | ||
Line 368: | Line 387: | ||
openssl ciphers -v | awk ' | openssl ciphers -v | awk ' | ||
+ | |||
+ | ====== FIPS ====== | ||
+ | |||
+ | * oS TW has 140-3! (TODO: try install-time option) | ||
+ | * 2025/04/22: '' | ||
+ | * openSUSE had gnutls errors about missing hmac post-install with '' | ||
+ | * Looks like an OpenSSL 1.1 hmac package existed for Leap/non-TW implying it's not actively supported on TW? | ||
+ | * hmac files look able to be generated wtih '' | ||
+ | * 2025/04/22: '' | ||
+ | |||
+ | * 2025/04: F42 Xfce prerelease had '' | ||
+ | |||
+ | ===== Random Commands ===== | ||
+ | |||
+ | * [[linux; | ||
+ | |||
+ | GNUTLS_DEBUG_LEVEL=666 OPENSSL_FIPS=1 kgx | ||
+ | |||
+ | sudo fips-mode-setup | ||
+ | |||
+ | openssl md5 'todo suse.txt' | ||
+ | |||
+ | sudo update-crypto-policies --show | ||
+ | |||
+ | sudo sysctl -a | grep fips | ||
+ | |||
+ | sudo fips-mode-setup --enable | ||
+ | |||
+ | sudo zypper in patterns-base-fips | ||
+ | |||
+ | fipshmac --help | ||
+ | |||
+ | sudo update-crypto-policies --set ' | ||
+ | |||
+ | sudo update-crypto-policies --set ' | ||
====== Firmware Update ====== | ====== Firmware Update ====== |
/srv/www/wiki/data/attic/linux/notes/misc.1745294722.txt.gz · Last modified: by Sean Rhone