Linux
Force Linux Reboot
Linux CommandsThe following command will force an instant reboot of a Linux system 1 echo b > /proc/sysrq-trigger
journald
Linux JournaldRetain only the past two days: 1 journalctl --vacuum-time=2d Retain only the past 500 MB: 1 journalctl --vacuum-size=500M