Answers for "clear journalctl"

2

ubuntu cleanup systemd journal

$ journalctl --vacuum-time=10d
...
Vacuuming done, freed 2.3G of archived journals on disk.
Posted by: Guest on September-03-2020
0

clear journalctl

journalctl --flush --rotate; journalctl --vacuum-time=1s;
Posted by: Guest on September-25-2021
0

remove ipykernel

jupyter kernelspec uninstall <kernel-name>
Posted by: Guest on January-07-2021

Browse Popular Code Answers by Language