Today I Learned - Rocky Kev

Tagged “commandline”

  1. TIL jq and htmlq

    jq and htmlq, which are two command line libraries that make curl requests then return filtered data. jq is for json, and htmlq is for html!

  2. TIL about going up and down in your bash history

    Your bash history is saved with up/down arrow keys. Which means you shouldn't save your passwords on it.

  3. TIL How to determine what security group you're in

    These commands will help you figure out what group you're in, and if you belong to the group that can modify files.

  4. TIL this bug that deleted all /usr stuff

    Classic mistake where the dev wrote a rm -rf that deleted the folder

  5. TIL end all node processing scripts

    killall node - a sure fire way to kill a node.js server that won't stop running.

See all tags.