16 lines
469 B
Markdown
16 lines
469 B
Markdown
|
# 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)
|