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/12/22 08:16] – Sean Rhone | linux:notes:misc [2026/05/03 00:21] (current) – [Set Default Rate] Sean Rhone | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| * Miscellaneous commands, paths, info, and syntax for Linux | * Miscellaneous commands, paths, info, and syntax for Linux | ||
| * Most of this was previously under the " | * Most of this was previously under the " | ||
| - | |||
| - | ====== Extract ISO ====== | ||
| - | |||
| - | * '' | ||
| - | * '' | ||
| - | * No space after the '' | ||
| - | * This is primarily useful for copying Windows ISO images to a FAT32 flash drive for UEFI (see [[linux: | ||
| - | |||
| - | 7z x -o' | ||
| - | |||
| - | 7z x -o'/ | ||
| ====== Shortcuts ====== | ====== Shortcuts ====== | ||
| Line 30: | Line 19: | ||
| cat '/ | cat '/ | ||
| + | |||
| + | cat '/ | ||
| cat '/ | cat '/ | ||
| - | ====== hw-probe ====== | + | ===== openSUSE Tumbleweed |
| - | | + | |
| - | * https:// | + | |
| - | | + | |
| - | + | ||
| - | sudo hw-probe -all -upload | + | |
| - | + | ||
| - | sudo apt autoremove --purge ' | + | |
| ====== Fedora ====== | ====== Fedora ====== | ||
| Line 49: | Line 35: | ||
| * [[linux; | * [[linux; | ||
| - | |||
| - | ==== GNOME Terminal ==== | ||
| - | |||
| - | * F41: '' | ||
| - | |||
| - | sudo dnf install gnome-terminal | ||
| - | |||
| - | < | ||
| - | |||
| - | < | ||
| ===== Adoptium Java ===== | ===== Adoptium Java ===== | ||
| Line 200: | Line 176: | ||
| ====== PipeWire ====== | ====== PipeWire ====== | ||
| - | ===== Set Default | + | ===== Set Default |
| + | |||
| + | * [[https:// | ||
| + | |||
| + | grep -E ' | ||
| mkdir -p ~/' | mkdir -p ~/' | ||
| Line 206: | Line 186: | ||
| < | < | ||
| context.properties = { | context.properties = { | ||
| - | | + | default.clock.allowed-rates = [ 44100 48000 96000 192000 ] |
| - | | + | } |
| - | }</ | + | |
| + | # End</ | ||
| ===== User Config ===== | ===== User Config ===== | ||
| Line 254: | Line 235: | ||
| ====== GNOME ====== | ====== GNOME ====== | ||
| - | ===== List gsettings ===== | + | |
| - | + | ||
| - | | + | |
| - | + | ||
| - | gsettings list-recursively ' | + | |
| - | + | ||
| - | ===== App Grid Reset ===== | + | |
| - | + | ||
| - | **** | + | |
| - | + | ||
| - | gsettings reset ' | + | |
| - | + | ||
| - | ===== Reset Last Settings Pane ===== | + | |
| - | + | ||
| - | * 2025/07/13: Mouse settings caused crash possibly related to '' | + | |
| - | + | ||
| - | | + | |
| ===== GNOME Software Maintenance ===== | ===== GNOME Software Maintenance ===== | ||
| Line 303: | Line 268: | ||
| **** | **** | ||
| - | rm -Rfv ~/' | + | rm -Rf ~/' |
| ====== GNOME Monitors Reset ====== | ====== GNOME Monitors Reset ====== | ||
| Line 309: | Line 274: | ||
| **** | **** | ||
| - | rm -fv ~/' | + | |
| ====== PulseAudio Reset ====== | ====== PulseAudio Reset ====== | ||
| Line 412: | Line 377: | ||
| 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 ====== | ||
| Line 664: | Line 594: | ||
| VK_INSTANCE_LAYERS=' | VK_INSTANCE_LAYERS=' | ||
| + | |||
| + | * :?: TODO: Might need a VK dev package? | ||
| + | |||
| + | MESA_LOADER_DRIVER_OVERRIDE=' | ||
| ====== SDL Envs ====== | ====== SDL Envs ====== | ||
/srv/www/wiki/data/attic/linux/notes/misc.1766409391.txt.gz · Last modified: by Sean Rhone
