refactoring and cleanup
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
title: "Docker"
|
||||
menu:
|
||||
main:
|
||||
parent: Linux
|
||||
parent: Container
|
||||
---
|
||||
|
||||
# deploy docker container
|
@ -2,7 +2,7 @@
|
||||
title: 'LXC Networking'
|
||||
menu:
|
||||
main:
|
||||
parent: Linux
|
||||
parent: Container
|
||||
---
|
||||
|
||||
# LXC network configurations
|
13
content/games/flappy_witch.md
Normal file
13
content/games/flappy_witch.md
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
title: "Flappy Witch"
|
||||
menu:
|
||||
main:
|
||||
parent: Games
|
||||
---
|
||||
|
||||
[Play](/games/flappy_witch/flappy_witch.html)
|
||||
|
||||
### screenshots
|
||||

|
||||

|
||||
|
12
content/games/klick-the-witch.md
Normal file
12
content/games/klick-the-witch.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
title: "Klick the Witch"
|
||||
menu:
|
||||
main:
|
||||
parent: Games
|
||||
---
|
||||
|
||||
[Play](/games/klick-the-witch/witch.html)
|
||||
|
||||
### screenshots
|
||||

|
||||

|
12
content/games/polizei.md
Normal file
12
content/games/polizei.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
title: "Polizei"
|
||||
menu:
|
||||
main:
|
||||
parent: Games
|
||||
---
|
||||
|
||||
[Play](/games/polizei/polizei.html)
|
||||
|
||||
## screenshots
|
||||

|
||||

|
@ -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
|
||||
```
|
@ -1,11 +0,0 @@
|
||||
---
|
||||
title: "Flappy Witch"
|
||||
menu:
|
||||
main:
|
||||
parent: Games
|
||||
---
|
||||

|
||||

|
||||
|
||||
|
||||
[Play](https://www.br0tkasten.de/html/flappy_witch.html)
|
@ -1,14 +0,0 @@
|
||||
---
|
||||
title: "Klick the Witch"
|
||||
menu:
|
||||
main:
|
||||
parent: Games
|
||||
---
|
||||
|
||||
click on the logo below to start the game
|
||||
|
||||
[](https://www.br0tkasten.de/html/witch.html)
|
||||
|
||||
## screenshots
|
||||

|
||||

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

|
||||

|
Reference in New Issue
Block a user