Blog like it's 2002

tech and stuff

Latest articles

How to kill a stopped process in Linux terminal

in #Tech
Let's say you started an application via the terminal and you used Ctrl-Z instead of Ctrl-C to continue working in your console. By doing so, your process was put in the background. How kill it easily then? On Windows WSL, sometimes you won't be able to kill it from the …