Base build for a secure server.
Go to file
2023-08-21 10:31:31 -07:00
fail2ban initial commit 2022-11-17 09:47:11 -08:00
sbin add option to query specific set 2023-08-21 10:31:31 -07:00
COPYING initial commit 2022-11-17 09:47:11 -08:00
install.sh add net-tools install, remove full path to ip command 2023-03-18 16:38:57 -07:00
README.md initial commit 2022-11-17 09:47:11 -08:00

Base Stack

Base Stack installs some basic applications and configs that are common to any server build. Specifically firewald & fail2ban to lock a server down.

Install

cd /usr/local/src/
git clone https://git.stack-source.com/msb/base-stack.git
cd base-stack
bash install.sh

License

Copyright (c) 2022 Matthew Saunders Brown matthewsaundersbrown@gmail.com
GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)