this post was submitted on 28 Jul 2023
66 points (94.6% liked)

Programmer Humor

32054 readers
1367 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 6 points 1 year ago (1 children)

lol much easier on linux:

  • killall program (not found)
  • pgrep program
  • kill pid (nothing)
  • kill -K pid (nothing)
  • sudo reboot
[โ€“] [email protected] 2 points 1 year ago

I just use btop. btop > f > program name > k > killed process.