Page 1 of 1

Initial Server Setup (iss.sh) by Amadex.com

Posted: Tue Jun 20, 2023 8:10 am
by Amadex
How to run? :geek:

Code: Select all

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.

Github: https://github.com/amaramadex/initial-server-setup