This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computing:miscadmin [2026/02/08 15:34] – oemb1905 | computing:miscadmin [2026/04/15 13:46] (current) – oemb1905 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| * **Jonathan Haack** | * **Jonathan Haack** | ||
| * **Haack' | * **Haack' | ||
| - | * **netcmnd@jonathanhaack.com** | + | * **support@haacksnetworking.org** |
| ------------------------------------------- | ------------------------------------------- | ||
| Line 416: | Line 416: | ||
| sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target | sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target | ||
| - | // | + | Mask hd-idle to stop it from interferring with external HD sleep / spin down: |
| - | --- // | + | sudo systemctl mask hd-idle.service |
| + | |||
| + | Clear systemd logs: | ||
| + | |||
| + | # Clear entire journal (all logs from all time) | ||
| + | journalctl --vacuum-time=1s | ||
| + | # Or keep only last 1 hour (safer if you want some recent context) | ||
| + | journalctl --vacuum-time=1h | ||
| + | # Vacuum by size (keep only 100MB) | ||
| + | journalctl --vacuum-size=100M | ||
| + | # Rotate and vacuum everything | ||
| + | journalctl --rotate --vacuum-time=1s | ||
| + | |||
| + | Where are flatpak binaries/ | ||
| + | |||
| + | / | ||
| + | |||
| + | See what kind of hard drives you have and which one is boot and which not, etc.: | ||
| + | |||
| + | sudo lsblk -d -o NAME, | ||
| + | sudo lsblk -o NAME, | ||
| + | df -h | ||
| + | |||
| + | Google Chrome does the " | ||
| + | |||
| + | rm -f ~/ | ||
| + | rm -f ~/ | ||
| + | rm -f ~/ | ||
| + | |||
| + | Stop Chrome/ | ||
| + | |||
| + | chrome:// | ||
| + | Allow WebRTC to adjust input volume | ||
| + | < | ||
| + | |||
| + | Next ... | ||
| + | |||
| + | --- // | ||