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/03/31 11:43] – 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 '/ | ||
| + | |||
| + | ===== openSUSE Tumbleweed ===== | ||
| + | |||
| + | cat '/ | ||
| + | |||
| + | uname -a | ||
| ====== Fedora ====== | ====== Fedora ====== | ||
| Line 38: | Line 35: | ||
| * [[linux; | * [[linux; | ||
| - | |||
| - | ==== GNOME Terminal ==== | ||
| - | |||
| - | * F41: '' | ||
| - | |||
| - | sudo dnf install gnome-terminal | ||
| - | |||
| - | < | ||
| - | |||
| - | < | ||
| ===== Adoptium Java ===== | ===== Adoptium Java ===== | ||
| Line 146: | Line 133: | ||
| ===== Zypper ===== | ===== Zypper ===== | ||
| + | |||
| + | ==== Show Locked Packages ==== | ||
| + | |||
| + | **** | ||
| + | |||
| + | zypper locks | ||
| ==== Find Orphans ==== | ==== Find Orphans ==== | ||
| Line 176: | Line 169: | ||
| zypper repos --priority | zypper repos --priority | ||
| + | |||
| + | ==== Repo Packages ==== | ||
| + | |||
| + | * http:// | ||
| ====== PipeWire ====== | ====== PipeWire ====== | ||
| - | ===== Set Default | + | ===== Set Default |
| + | |||
| + | * [[https:// | ||
| + | |||
| + | grep -E ' | ||
| mkdir -p ~/' | mkdir -p ~/' | ||
| Line 185: | Line 186: | ||
| < | < | ||
| context.properties = { | context.properties = { | ||
| - | | + | default.clock.allowed-rates = [ 44100 48000 96000 192000 ] |
| - | | + | } |
| - | }</ | + | |
| + | # End</ | ||
| ===== User Config ===== | ===== User Config ===== | ||
| Line 231: | Line 233: | ||
| rm -Rf ~/' | rm -Rf ~/' | ||
| - | ====== | + | ====== GNOME ====== |
| - | * Change '' | + | * [[linux: |
| - | gsettings list-recursively ' | + | ===== GNOME Software Maintenance ===== |
| - | + | ||
| - | ====== GNOME App Grid Reset ====== | + | |
| - | + | ||
| - | **** | + | |
| - | + | ||
| - | gsettings reset ' | + | |
| - | + | ||
| - | ====== GNOME Software Maintenance | + | |
| **** | **** | ||
| Line 255: | Line 249: | ||
| sudo fstrim --verbose --all | sudo fstrim --verbose --all | ||
| - | ====== | + | ====== |
| - | **** | + | |
| + | | ||
| + | |||
| + | localsearch reset --filesystem | ||
| + | |||
| + | tracker3 reset --filesystem --rss | ||
| + | |||
| + | ====== journalctl ====== | ||
| + | |||
| + | sudo journalctl --sync --flush --rotate --update-catalog --vacuum-time=' | ||
| - | < | + | sudo journalctl |
| ====== Mesa Shader Cache Clear ====== | ====== Mesa Shader Cache Clear ====== | ||
| Line 265: | Line 268: | ||
| **** | **** | ||
| - | rm -Rfv ~/' | + | rm -Rf ~/' |
| ====== GNOME Monitors Reset ====== | ====== GNOME Monitors Reset ====== | ||
| Line 271: | Line 274: | ||
| **** | **** | ||
| - | rm -fv ~/' | + | |
| ====== PulseAudio Reset ====== | ====== PulseAudio Reset ====== | ||
| Line 348: | Line 351: | ||
| rm -Rf '/ | rm -Rf '/ | ||
| + | |||
| + | ====== Network Link Speed ====== | ||
| + | |||
| + | **** | ||
| + | |||
| + | cat '/ | ||
| ====== Show Sensors ====== | ====== Show Sensors ====== | ||
| Line 368: | Line 377: | ||
| openssl ciphers -v | awk ' | openssl ciphers -v | awk ' | ||
| + | |||
| + | ====== Firmware Update ====== | ||
| + | |||
| + | ===== fwupdmgr ===== | ||
| + | |||
| + | **** | ||
| + | |||
| + | sudo fwupdmgr refresh --force && sudo fwupdmgr update --verbose | ||
| + | |||
| + | ====== Flatpak ====== | ||
| + | |||
| + | ===== Update ===== | ||
| + | |||
| + | **** | ||
| + | |||
| + | flatpak update && sudo flatpak update | ||
| ====== Partition Information ====== | ====== Partition Information ====== | ||
| Line 558: | Line 583: | ||
| ===== HUD ===== | ===== HUD ===== | ||
| - | | + | |
| - | GALLIUM_HUD=' | + | |
| + | |||
| + | mesa_glthread=' | ||
| DXVK_HUD=' | DXVK_HUD=' | ||
| Line 567: | 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.1743435824.txt.gz · Last modified: by Sean Rhone
