3 posts tagged with "kill"

    zsh: suspended jobs

    2022-11-28

     | 

    ~1 min read

     | 

    147 words

    I tried exiting a zsh terminal recently when I was greeted by a new error: What are the jobs? Well, zsh has a built-in command which will…

    killing processes

    2022-11-28

     | 

    ~2 min read

     | 

    262 words

    UNIX systems come with a utility, which, as might be expected, terminates processes. I wrote about it previously in the context of killing…

    error handling: address in use

    2022-11-28

     | 

    ~2 min read

     | 

    215 words

    Running my node server, I got an error indicating that my port was already in use (). I knew that shouldn’t have been the case because I had…

Return to all tags