Silverchase@sh.itjust.works to linuxmemes@lemmy.worldEnglish · 2 months agoreboot yourselfsh.itjust.worksimagemessage-square33fedilinkarrow-up1358arrow-down19
arrow-up1349arrow-down1imagereboot yourselfsh.itjust.worksSilverchase@sh.itjust.works to linuxmemes@lemmy.worldEnglish · 2 months agomessage-square33fedilink
minus-squarefinkrat@lemmy.worldlinkfedilinkarrow-up16·2 months agoLet’s get completely unnecessary: # systemctl isolate runlevel6.target
minus-squaretoynbee@lemmy.worldlinkfedilinkarrow-up7·2 months agoYou, like me, must be old. I also frequently pass -l to the ssh command.
minus-squarejbk@discuss.tchncs.delinkfedilinkarrow-up1·2 months agoI’m not old, I just like how short the command is
minus-squareulterno@lemmy.kde.sociallinkfedilinkEnglisharrow-up1·2 months agoI didn’t get that. Checked the man and it’s not deprecated. So what does it have to do with “old”?
minus-squarerickyrigatoni@lemm.eelinkfedilinkarrow-up9·2 months agoI just flick the switch on the surge protector.
minus-squareSnot Flickerman@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up6·edit-22 months agosudo reboot 0 …is my go-to.
minus-squareI_poop_from_there@lemmy.worldlinkfedilinkEnglisharrow-up12·edit-22 months agoreboot -f Because real men login as root and don’t care about such silly things like an init system or file system syncing! To quote the man page: -f Does not invoke shutdown(8) and instead performs the actual action you would expect from the name.
minus-squarethr0w4w4y2@sh.itjust.workslinkfedilinkarrow-up6·edit-22 months agosudo ps -ef | awk '{print $2}' | xargs -r kill -9
sudo reboot -h now
Let’s get completely unnecessary:
# systemctl isolate runlevel6.target
You, like me, must be old.
I also frequently pass
-l
to thessh
command.I’m not old, I just like how short the command is
I didn’t get that.
Checked the
man
and it’s not deprecated. So what does it have to do with “old”?sudo shutdown -r now
I just flick the switch on the surge protector.
Alt+SysRq-O
sudo reboot 0
…is my go-to.
reboot -f
Because real men login as root and don’t care about such silly things like an init system or file system syncing!
To quote the man page:
sudo ps -ef | awk '{print $2}' | xargs -r kill -9