Hi there,
I am from Ubuntu, there is a quick power down and reboot feature that, I can setup action for the power switch, so that I can do a complete unattended power down or reboot by quick press the power switch, the PC will then count down 60sec to complete the task, or I can click on power down or reboot to do it immediately, this is a very useful feature I can't find in LMDE, it is installable ?
Quick power down and reboot
Forum rules
LMDE 2 has reached end of support as of 1-1-2019
LMDE 2 has reached end of support as of 1-1-2019
Quick power down and reboot
Do you Yahoo ? No I hiccup only ;p
Re: Quick power down and reboot
With GShutdown you can mimic Ubuntu's behaviour or from a terminal:
sudo shutdown -h +m (replace m with the number of minutes: e.g. +15)
sudo shutdown -h +m (replace m with the number of minutes: e.g. +15)