/ | _| / |/ _ | \ | | | / / || _ \ / _ / |
_ | || |/| | | | | | | _____ | |/| _ | | | | | | _ \
) | || | | | || | |\ | || | | | |) | || | || |) |
|/|| ||_/|| _| || ||/|_/ _/|____/

run the script using curl : curl -sL https://raw.githubusercontent.com/simon-msdos/fastinstall/main/fastinstall.sh | bash
Hey there! π This is a simple Bash script that helps you quickly install some essential sysadmin tools. If you're new to Linux or just want to save time, this script has got your back! π
When you run the script, you'll see a cool ASCII logo (because why not? π) and a menu where you can choose what to install. Just type the number of the tool you want, and it will install it for you. Easy peasy! π
Here's the list of tools you can install with this script:
1οΈβ£ htop β for monitoring system resources. 2οΈβ£ nmap β for network scanning. 3οΈβ£ fail2ban β for blocking suspicious login attempts. 4οΈβ£ docker β for containerizing applications. 5οΈβ£ git β for version control (because everyone needs git!). 6οΈβ£ ufw β for setting up a firewall. 7οΈβ£ vim β because real programmers use Vim... or at least try. π 8οΈβ£ apache2 β for running a web server. 9οΈβ£ mysql β for databases (so you can store stuff!). π Install All β If you're feeling brave, install everything at once!
1οΈβ£ First, make sure you have sudo access (because you'll be installing stuff).
2οΈβ£ Download or copy the script into a file (e.g., installer.sh).
3οΈβ£ Give it execution permissions:
chmod +x installer.sh4οΈβ£ Run the script:
./installer.sh5οΈβ£ Pick the number of the tool you want to install and let the magic happen! π©β¨
- If your system uses apt, yum, or dnf, the script will figure it out for you.
- If you see errors, check if your package manager is working properly.
- If something breaks... well, thatβs part of learning Linux! π
Hope this helps you set up your tools quickly! If you have any suggestions or improvements, feel free to tweak the script or send a PR. π
Happy coding! π¨βπ»π©βπ»