VirtualTam's bookmarks

  1. jwzhacks 2024-11-26

    I have written a lot of software. I used to do it for fun. Then I started getting paid for it. Then it stopped being fun. Then I stopped getting paid for it. And now I write software sometimes for fun, but mostly in self-defense.

  2. For scripting:

    1$ docker ps -aq
    

    E.g.:

    1$ docker stop $(docker ps -aq)