This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computing:miscadmin [2026/02/09 23:44] – oemb1905 | computing:miscadmin [2026/04/15 13:46] (current) – oemb1905 | ||
|---|---|---|---|
| Line 420: | Line 420: | ||
| sudo systemctl mask hd-idle.service | sudo systemctl mask hd-idle.service | ||
| | | ||
| - | //Forthcoming// | + | 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/executables? | ||
| + | |||
| + | | ||
| + | |||
| + | 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 ... | ||
| + | |||
| + | --- // | ||