server-setup/README.md

17 lines
1 KiB
Markdown
Raw Normal View History

2021-12-08 07:36:23 +01:00
![](https://img.shields.io/badge/Basics-Shell-informational?style=for-the-badge&logo=gnubash&color=4EAA25)
![](https://img.shields.io/badge/OS-Debian-informational?style=for-the-badge&logo=debian&color=A81D33)
![](https://img.shields.io/badge/Tech-Docker-informational?style=for-the-badge&logo=docker&color=2496ED)
![](https://img.shields.io/badge/Hoster-Hetzner-informational?style=for-the-badge&logo=hetzner&color=D50C2D)
# Setting up a Debian Server
2021-12-07 08:41:05 +01:00
This repository should give you a good start on how to setup a debian server to be secure and nice to work with. I am trying to keep it up to date as much as i can. Hopefully this will be easy as this will also be a reference every time i will setup a new server.
2021-12-07 08:41:05 +01:00
2021-12-08 07:16:22 +01:00
# Navigation
2021-12-07 08:41:05 +01:00
2021-12-08 07:16:22 +01:00
[Secure the System](https://github.com/flohoss/setupDebianServer/tree/main/SecureSystem)
2021-12-08 07:28:28 +01:00
[Create an informative Message of the Day](https://github.com/flohoss/setupDebianServer/tree/main/MessageOfTheDay)
2021-12-08 07:36:23 +01:00
[Install Docker on Debian](https://github.com/flohoss/setupDebianServer/tree/main/Docker)