Tagged “commandline”
-
TIL jq and htmlq commandline curl
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!
-
TIL about going up and down in your bash history commandline terminal security
Your bash history is saved with up/down arrow keys. Which means you shouldn't save your passwords on it.
-
TIL How to determine what security group you're in linux permissions terminal commandline
These commands will help you figure out what group you're in, and if you belong to the group that can modify files.
-
TIL this bug that deleted all /usr stuff linux commandline terminal woops bug
Classic mistake where the dev wrote a rm -rf that deleted the folder
-
TIL end all node processing scripts javascript commandline terminal bash node stackoverflow
killall node - a sure fire way to kill a node.js server that won't stop running.
See all tags.