bash 101 hacks
` Avoid Running Unknown Scripts Inspect scripts before execution: ```bash less script.sh ``` Use `sudo` Carefully Run commands with elevated privileges only when necessary. Set Proper Permissions ```bash chmod 700 ~/.ssh chmod 600 ~/.ssh/id_rsa ``` Keep Your Bash Version Updated Regularly update