refactoring and cleanup

This commit is contained in:
2023-05-19 08:07:36 +02:00
parent 24f2758f16
commit 9c96a4e12a
33 changed files with 50 additions and 42 deletions

View File

@ -2,7 +2,7 @@
title: "Docker"
menu:
main:
parent: Linux
parent: Container
---
# deploy docker container

View File

@ -2,7 +2,7 @@
title: 'LXC Networking'
menu:
main:
parent: Linux
parent: Container
---
# LXC network configurations

View File

@ -0,0 +1,13 @@
---
title: "Flappy Witch"
menu:
main:
parent: Games
---
[Play](/games/flappy_witch/flappy_witch.html)
### screenshots
![screenshot01](/games/flappy_witch/flappy_witch_play.png#left)
![screenshot02](/games/flappy_witch/flappy_witch_lost.png#right)

View File

@ -0,0 +1,12 @@
---
title: "Klick the Witch"
menu:
main:
parent: Games
---
[Play](/games/klick-the-witch/witch.html)
### screenshots
![screenshot01](/games/klick-the-witch/screenshot01.png#center)
![screenshot02](/games/klick-the-witch/screenshot02.png#center)

12
content/games/polizei.md Normal file
View File

@ -0,0 +1,12 @@
---
title: "Polizei"
menu:
main:
parent: Games
---
[Play](/games/polizei/polizei.html)
## screenshots
![screenshot01](/games/polizei/screenshot01.png#center)
![screenshot02](/games/polizei/screenshot02.png#center)

View File

@ -8,19 +8,26 @@ menu:
Stuff to know about mail
## Fetchmail
```
fetchmail pop.gmx.net --ssl --verbose --username _username_ --protocol pop3
```
## SMTP via Telnet
### query MX record (mailserver)
```sh
dig mx br0tkasten.de
```
### connect to mailservice @ mailserver
```sh
telnet mail.br0tkasten.de 25
```
### send testmail
```SMTP
ehlo barbecue.com
MAIL FROM: root@barbecue.com
RCPT TO: info@br0tkasten.de
@ -30,3 +37,4 @@ Subject: Bla fasel
Das ist eine Testmail
.
QUIT
```

View File

@ -1,11 +0,0 @@
---
title: "Flappy Witch"
menu:
main:
parent: Games
---
![screenshot01](/image/flappy_witch/flappy_witch_play.jpg#left)
![screenshot02](/image/flappy_witch/flappy_witch_lost.png#right)
[Play](https://www.br0tkasten.de/html/flappy_witch.html)

View File

@ -1,14 +0,0 @@
---
title: "Klick the Witch"
menu:
main:
parent: Games
---
click on the logo below to start the game
[![logo](/image/klick-the-witch/logo.png#center)](https://www.br0tkasten.de/html/witch.html)
## screenshots
![screenshot01](/image/klick-the-witch/screenshot01.png#center)
![screenshot02](/image/klick-the-witch/screenshot02.png#center)

View File

@ -1,12 +0,0 @@
---
title: "Polizei"
menu:
main:
parent: Games
---
[Polizei Rennspiel](https://www.br0tkasten.de/html/polizei.html)
## screenshots
![screenshot01](/image/polizei/screenshot01.png#center)
![screenshot02](/image/polizei/screenshot02.png#center)