server-setup/README.md

21 lines
1.2 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
2022-06-30 14:14:39 +02:00
[Secure the System](https://git.unjx.de/flohoss/ServerSetup/src/branch/main/SecureSystem)
2021-12-08 07:16:22 +01:00
2022-06-30 14:14:39 +02:00
[Create an informative Message of the Day](https://git.unjx.de/flohoss/ServerSetup/src/branch/main/MessageOfTheDay)
2021-12-08 07:28:28 +01:00
2022-06-30 14:14:39 +02:00
[Install Docker on Linux](https://git.unjx.de/flohoss/ServerSetup/src/branch/main/Docker)
2021-12-09 07:08:40 +01:00
2022-06-30 14:14:39 +02:00
[Teleport config file](https://git.unjx.de/flohoss/ServerSetup/src/branch/main/Teleport)
2022-06-30 14:14:10 +02:00
2022-06-30 14:14:39 +02:00
[Automatically mount external drive in linux](https://git.unjx.de/flohoss/ServerSetup/src/branch/main/MountExternalDrive)