No Mercy
Where do you go, my lovely?
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
sudo
in Windows.Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't fork-bomb your computer.
Alt+print screen+i 😎
Haha. Popos gnome doesn't have this. You get a pop up and says 60s count down. Wish I knew what command that is. I usually have hotkey 'poweroff' and that ista kills everything and shuts down lol
The command shutdown
defaults to 60s, but doesn't throw the popup. shutdown +60
will give you 60min instead (and +30 is 30min, etc), shutdown -c
to cancel, and shutdown --show
will show if one is scheduled shutdown -h
I believe is the "do it now" option but I always just give it the minute.
shutdown -h now
-h
stands for halt
now
can be set to any amount of time you want.