- cross-posted to:
- nonpolitical_memes@lemmy.ml
- cross-posted to:
- nonpolitical_memes@lemmy.ml
Meanwhile, a Linux user wipes blood off a sledgehammer with “SIGKILL” written on the handle
deleted by creator
In the immortal words of Monzy:
I pull out my keyboard / and I pull out my gloc / and I dismount your girl / and I mount slash proc / cos I’ve got your pid / and the bottom line / is you best not front / or its kill dash nine
Lol, tell that to Xorg.
130% and it doesn’t care about your kills or killalls or pkills or SIGKILLs…. It’s just gonna go, no matter what, until you shut the fucker down by unplugging it.
Sometimes you’ve just got a process that just won’t listen to commands.
Thants when you have to KILL the process.
Ig you sigkill a process, that process will no longer get CPU time, as far as I know. So if it didn’t work, you shot the wrong thing.
Doesn’t seem to work for me. If Rustdesk goes rogue, it refuses to die. I might need to practice some more command-line-fu though.
*Cortana will remember this
Task manager: not responding
sudo kill -9 1
fuck you
echo "c" > /proc/sysrq-trigger
☠
As someone who’s relatively new to Linux, anyone want to explain what these lines would do? I’m aware of KILL, but dunno what the ‘-9’ refers to. Not familiar with sysrq-trigger
The
kill
command allows you to specify which type of kill signal you want to send.-9
sends signal 9 or SIGKILL, and we’re sending it to pid1
.That would force kill systemd, which I just have to assume will send your computer to a crashing halt.
The echo command is writing
"c"
to a file at/proc/sysrq-trigger
which I don’t really know how it works but this suggests you’ll “crash the system without first unmounting file systems or syncing disks attached to the system.”I haven’t installed
fuck
so I’m not sure how that works
Task Manager stopped responding
I think you mean
top
. Followed by ak
and the enter key twice.TIL you can kill processes straight from
top
You can, but I recommend
btop
. It’s much more cooler.Only if the process is a bottom.
Well done
Wait until you type
c
I work as a helpdesk tech and I always say that I killed a task in task manager when writing up ticket notes.
I’m surprised Microsoft hasn’t removed task manager yet.
Did you mean xkill?
Only works on xorg
I miss xkill. I recently switched to Wayland but xkill worked instantly 100% of the time.
killall
Note: Only use it sparingly. We don’t want another skynet.
deleted by creator
Task Manager, kill this guy!