Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
kira25727yTry once shutdown button. You can't imagine how it's funny. Just click on it and it will power of your system. O.O
-
b3b343777yOnly shutdown for me. With now it would be down instantly which makes my displays loose signal and go crazy af and I can't power them off. So just shutdown and nciiwkmxojjbw
-
There's no need for sudo. Adapt better practices, believe me I fucked big time due to such issues.
-
This is funny until you run the command in the terminal where you are connected into the production server. and the server is in a physical facility at 13km far of your office. nothing that happenend to me, only I heard the story...
-
I use nothing else than terminal to shutdown, and it usually just goes `shutdown 0` or waiting a minute if I wanna save two keystrokes..
-
bahua129057yDo not use poweroff. That's yanking the rug out from under your system. It doesn't gracefully turn any daemons off. It just nukes your system. Use shutdown or init.
-
Root825317yfunction goodnight {
# ask for sudo password before displaying anything.
sudo echo.
echo Goodnight!
echo.
sudo poweroff
}
Related Rants
-
gururaju53*Now that's what I call a Hacker* MOTHER OF ALL AUTOMATIONS This seems a long post. but you will definitely ...
-
linuxxx65This guy at my last internship. A windows fanboy to the fucking max! He was saying how he'd never use anythi...
-
creedasaurus60Another dev on my team just got a new machine. Before he came in today I made two separate USB installers and ...
Type
sudo shutdown now
just for joy of shutting down your Linux PC via terminal!
rant
done that for reasons
terminal is life
linux