Skip to content

Instantly share code, notes, and snippets.

@raresteak
Created April 6, 2022 15:11
Show Gist options
  • Save raresteak/3214ad43550d407961a24e037f850c85 to your computer and use it in GitHub Desktop.
Save raresteak/3214ad43550d407961a24e037f850c85 to your computer and use it in GitHub Desktop.
Clean up /var/log/journal
#!/bin/bash
sudo journalctl --disk-usage
sudo journalctl --vacuum-size=500M
sudo journalctl --disk-usage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment