A collection of quick dev notes I've compiled/written.
How to access icloud drive from the terminal
How to add a security certificate to apache or nginx with letsencrypt
How to add aliases in storybook
How to add deploy users for prod servers
How to address dart sass deprecation warnings
How to allow or deny ssh users
How to completely uninstall nginx
How to configure nginx as a reverse proxy
How to configure path aliases in webpack
How to convert a javascript timestamp to a date
How to create a custom alias in zsh
How to discard unstaged changes in git
How to download files from the terminal
How to expect an object containing specific properties in jest
How to find a port in use by a process with lsof
How to generate a secret key to encrypt cookies
How to git tag
How to install alacritty for macos
How to install postgresql
How to install storybook
How to install the lemp stack
How to install wordpress
How to jump to a line and column in chrome dev tools
How to list linux users
How to move files with rsync to preserve permissions
How to name a git stash
How to open an interactive shell as the root user
How to protect an nginx page with basic auth
How to redirect http traffic to https in nginx
How to remove a changed hostname from known_hosts
How to run a linux process in the background
How to run webdriver.io in headless mode
How to run wordpress and mysql with docker
How to select all rows to json in postgresql
How to set a data attribute programmatically
How to set a node environment variable across different operating systems
How to set hostname from terminal
How to set jest path aliases
How to set settings for a .gitconfig
How to setup a project with eslint and prettier
How to setup eslint alias paths
How to setup typescript aliases
How to skip a jest test
How to try-catch errors with typescript
How to undo a git commit
How to update a wordpress users password with wp-cli
How to update password in linux
How to update ssh known_host
How to use conventional commits
How to use git release workflow
How to use httpie to test apis
How to use pm2 to keep a node app running
How to use SemVer
How to use strapi 5 on linode with an nginx reverse server
How to use symbolic links in linux
How to wirelessly debug android apps with android debug bridge