refactoring and cleanup
@ -40,7 +40,7 @@ publishdir = "/var/www/localhost/htdocs"
|
|||||||
mobileMode = "auto"
|
mobileMode = "auto"
|
||||||
[params.header.title]
|
[params.header.title]
|
||||||
name = "br0tkasten.de"
|
name = "br0tkasten.de"
|
||||||
logo = "/image/logo.png"
|
logo = "/logo.png"
|
||||||
|
|
||||||
[params.footer]
|
[params.footer]
|
||||||
enable = true
|
enable = true
|
||||||
@ -65,7 +65,7 @@ publishdir = "/var/www/localhost/htdocs"
|
|||||||
rss = 10
|
rss = 10
|
||||||
[params.home.profile]
|
[params.home.profile]
|
||||||
enable = true
|
enable = true
|
||||||
avatarURL = "/image/ego.jpeg"
|
avatarURL = "/ego.jpeg"
|
||||||
#gravatarEmail = "arne@br0tkasten.de"
|
#gravatarEmail = "arne@br0tkasten.de"
|
||||||
title = "just my two cents"
|
title = "just my two cents"
|
||||||
subtitle = ""
|
subtitle = ""
|
||||||
@ -230,7 +230,7 @@ publishdir = "/var/www/localhost/htdocs"
|
|||||||
name = "br0tkasten"
|
name = "br0tkasten"
|
||||||
email = "arne@br0tkasten.de"
|
email = "arne@br0tkasten.de"
|
||||||
link = ""
|
link = ""
|
||||||
avatar = "/image/ego.jpeg"
|
avatar = "/ego.jpeg"
|
||||||
|
|
||||||
[sitemap]
|
[sitemap]
|
||||||
changefreq = "weekly"
|
changefreq = "weekly"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
title: "Docker"
|
title: "Docker"
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: Linux
|
parent: Container
|
||||||
---
|
---
|
||||||
|
|
||||||
# deploy docker container
|
# deploy docker container
|
@ -2,7 +2,7 @@
|
|||||||
title: 'LXC Networking'
|
title: 'LXC Networking'
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: Linux
|
parent: Container
|
||||||
---
|
---
|
||||||
|
|
||||||
# LXC network configurations
|
# LXC network configurations
|
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
@ -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
@ -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
|
Stuff to know about mail
|
||||||
## Fetchmail
|
## Fetchmail
|
||||||
|
|
||||||
|
```
|
||||||
fetchmail pop.gmx.net --ssl --verbose --username _username_ --protocol pop3
|
fetchmail pop.gmx.net --ssl --verbose --username _username_ --protocol pop3
|
||||||
|
```
|
||||||
|
|
||||||
## SMTP via Telnet
|
## SMTP via Telnet
|
||||||
### query MX record (mailserver)
|
### query MX record (mailserver)
|
||||||
|
|
||||||
|
```sh
|
||||||
dig mx br0tkasten.de
|
dig mx br0tkasten.de
|
||||||
|
```
|
||||||
|
|
||||||
### connect to mailservice @ mailserver
|
### connect to mailservice @ mailserver
|
||||||
|
|
||||||
|
```sh
|
||||||
telnet mail.br0tkasten.de 25
|
telnet mail.br0tkasten.de 25
|
||||||
|
```
|
||||||
|
|
||||||
### send testmail
|
### send testmail
|
||||||
|
|
||||||
|
```SMTP
|
||||||
ehlo barbecue.com
|
ehlo barbecue.com
|
||||||
MAIL FROM: root@barbecue.com
|
MAIL FROM: root@barbecue.com
|
||||||
RCPT TO: info@br0tkasten.de
|
RCPT TO: info@br0tkasten.de
|
||||||
@ -30,3 +37,4 @@ Subject: Bla fasel
|
|||||||
Das ist eine Testmail
|
Das ist eine Testmail
|
||||||
.
|
.
|
||||||
QUIT
|
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
|
|
||||||

|
|
||||||

|
|
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 75 KiB |
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 57 KiB |
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 122 KiB After Width: | Height: | Size: 122 KiB |
Before Width: | Height: | Size: 842 KiB After Width: | Height: | Size: 842 KiB |
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 496 KiB After Width: | Height: | Size: 496 KiB |
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 114 KiB |
Before Width: | Height: | Size: 150 KiB After Width: | Height: | Size: 150 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |