Initial Server Setup (iss.sh) by Amadex.com
Posted: Tue Jun 20, 2023 8:10 am
How to run?
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.
Github: https://github.com/amaramadex/initial-server-setup

Code: Select all
wget https://www.amadex.com/iss.sh && chmod +x iss.sh && ./iss.sh
After executing this script, remember to reboot the system to apply changes.
Github: https://github.com/amaramadex/initial-server-setup