Silverchase@sh.itjust.works to linuxmemes@lemmy.worldEnglish · 2 months agoreboot yourselfsh.itjust.worksimagemessage-square27fedilinkarrow-up1332arrow-down15
arrow-up1327arrow-down1imagereboot yourselfsh.itjust.worksSilverchase@sh.itjust.works to linuxmemes@lemmy.worldEnglish · 2 months agomessage-square27fedilink
minus-squarefinkrat@lemmy.worldlinkfedilinkarrow-up13·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-squarerickyrigatoni@lemm.eelinkfedilinkarrow-up10·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.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