Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-16T13:36:57.000Z (about 1 month ago)
- Last Synced: 2024-11-16T14:28:24.793Z (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: 229 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
![Debian](https://img.shields.io/badge/Debian-D70A53?style=for-the-badge&logo=debian&logoColor=white) ![Ubuntu](https://img.shields.io/badge/Ubuntu-E95420?style=for-the-badge&logo=ubuntu&logoColor=white) ![Fedora](https://img.shields.io/badge/Fedora-294172?style=for-the-badge&logo=fedora&logoColor=white) ![Rocky Linux](https://img.shields.io/badge/-Rocky%20Linux-%2310B981?style=for-the-badge&logo=rockylinux&logoColor=white) ![Cent OS](https://img.shields.io/badge/cent%20os-002260?style=for-the-badge&logo=centos&logoColor=F0F0F0) ![Alma Linux](https://img.shields.io/badge/alma%20linux-294172?style=for-the-badge&logo=almalinux&logoColor=F0F0F0)[![https://hetzner.cloud/?ref=iP0i3O1wRcHu](https://img.shields.io/badge/maybe_you_can_support_me_-_my_VPS_hoster_hetzner_(referral_link)_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```