Usefull bash commands
This is a list of usefull bash commands that I could use in the future.
How to execute the commands
⚠️ Don't be stupid and don't execute commands that you don't know what they do. ⚠️
- Install curl
sudo apt install curl
- Execute the command
curl -s https://gitea.louisgallet.fr/[Path to the command] | bash
Description
Languages
Shell
100%