List of all default Rest API endpoints in WordPress website
curl https://datadome.co/wp-json/ | jq -r ".routes|keys[]"| mvn package |
List of all default Rest API endpoints in WordPress website
curl https://datadome.co/wp-json/ | jq -r ".routes|keys[]"| # https://thoughtbot.com/upcase/videos/tmux-navigation#resizing | |
| # https://leanpub.com/the-tao-of-tmux/read#leanpub-auto-keybindings-1 | |
| # Prefix is backtick ` | |
| # Source tmux conf | |
| tmux source-file ~/.tmux.conf | |
| # Show all keybinding |
| # debug .zshrc | |
| zsh -xv &> >(tee ~/zsh-debug.log 2>/dev/null) | |
| exit |
| # Get dates in RFC3339 | |
| gdate -Iseconds -u | |
| brew list coreutils | |
| # unzip tar.xz | |
| tar -xf file.tar.xz | |
| # List env variables | |
| printenv |
| # Ubuntu | |
| # Add users | |
| sudo adduser newuser | |
| # Delete users | |
| sudo deluser newuser | |
| # Show users | |
| less /etc/passwd | |
| getent passwd |