Power

Reboot

# no too long
sudo shutdown -r now 

# still long
sudo systemctl reboot 

# okay 
sudo reboot 

# less typing
sudo init 6 

Last updated