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

Post Reply
User avatar
Amadex
Posts: 13
Joined: Tue Jun 23, 2020 3:25 pm
Your location: Europe
First name and last name: Amar Dugonja
Been thanked: 4 times

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
Post Reply