Mala skripta za pomoć pri prvoj postavki vašeg Linux servera

Napravio sam malu skriptu koja će pomoći pri prvoj postavki vašeg linux servera.

wget https://www.amadex.com/iss.sh && chmod +x iss.sh && ./iss.sh

This Bash script simplifies and automates initial server setup tasks on your Linux machine. The script allows you to change the root password, hostname, timezone, and SSH port. It can also create swap space, disable IPv6, and install common packages like nano, htop, curl, screen, and git. Additionally, it provides an option to run the Yet-Another-Bench-Script (YABS) for benchmarking.

After executing this script, remember to reboot the system to apply changes.

Dobra skripta!

Nice job!

1 Like