https://github.com/zzzkeil/base_setups
My script to setup a "secure" base Linux install on a VPS server .....
https://github.com/zzzkeil/base_setups
aarch64 aarch64-linux almalinux arm64 centos centos-stream debian fail2ban fedora firewalld password rocky-linux rockylinux ssh ubuntu x86 x86-64 zzzkeil
Last synced: 13 days ago
JSON representation
My script to setup a "secure" base Linux install on a VPS server .....
- Host: GitHub
- URL: https://github.com/zzzkeil/base_setups
- Owner: zzzkeil
- License: gpl-3.0
- Created: 2020-02-22T13:18:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T19:44:09.000Z (5 months ago)
- Last Synced: 2025-03-29T11:41:39.769Z (about 1 month ago)
- Topics: aarch64, aarch64-linux, almalinux, arm64, centos, centos-stream, debian, fail2ban, fedora, firewalld, password, rocky-linux, rockylinux, ssh, ubuntu, x86, x86-64, zzzkeil
- Language: Shell
- Homepage:
- Size: 238 KB
- Stars: 9
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My linux base setup for ARM64 and X86
     [_thanks-30363D?style=for-the-badge&logo=GitHub-Sponsors&logoColor=#EA4AAA)](https://hetzner.cloud/?ref=iP0i3O1wRcHu)
## This script configure / install :
### password, ssh, fail2ban, rsyslog, firawalld, unattended-upgrades / dnf-automaticchangelog :
one script for
- x86 and arm64
- Debian 12, Ubuntu 22.04, Fedora 38, Rocky Linux 9, CentOS Stream 9, AlmaLinux 9### Setup :
###### Server x86 and arm64 - Debian 12, Ubuntu 22.04, Fedora 38, Rocky Linux 9, CentOS Stream 9, AlmaLinux 9
```
wget -O base_setup.sh https://raw.githubusercontent.com/zzzkeil/base_setups/master/base_setup.sh
chmod +x base_setup.sh
./base_setup.sh```