CLI¶
Check For HSTS Preloading via Terminal¶
ex.
curl -s -D- https://example.com/ | grep -i Strict
Misc¶
Run the last command again, now with more superuser:
sudo !!
To Sort¶
- https://github.com/WebDevStudios/CLI-Cheat-Sheet/blob/master/git-commands.md
- https://github.com/WebDevStudios/CLI-Cheat-Sheet/blob/master/server-commands.md
- https://github.com/WebDevStudios/CLI-Cheat-Sheet/blob/master/grunt-commands.md
- https://github.com/WebDevStudios/CLI-Cheat-Sheet/blob/master/moderate-advanced-commands.md
- https://github.com/WebDevStudios/CLI-Cheat-Sheet/blob/master/ssh-management.md
- https://www.digitalocean.com/community/questions/what-are-your-favorite-command-line-tips-or-tricks
- Screen - https://www.digitalocean.com/community/tutorials/how-to-install-and-use-screen-on-an-ubuntu-cloud-server
- Fast Grep - https://github.com/caiogondim/knowledge/blob/master/unix/unix.md
- More grep fun - https://github.com/caiogondim/knowledge/blob/master/git/index.md#grep-in-files-with-certain-extensions
- Beginning Grep - https://www.linux.com/learn/beginning-grep-linux-sysadmins
- SED - http://www.tecmint.com/linux-sed-command-tips-tricks/
- Setting $PATH variables.
- CURL cheat sheet - http://bagder.github.io/curl-cheat-sheet/http-sheet.html