You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aktualisiere Metadaten in mehreren Markdown-Dateien: Korrigiere Beschreibungen, Tags und Kategorien; füge Schlüsselwörter hinzu und verbessere die Struktur. Ergänze einen kanonischen Link in der CMD-Befehle-Dokumentation und stelle sicher, dass die frontmatter.json-Datei einen Zeilenumbruch am Ende hat.
Copy file name to clipboardExpand all lines: content/posts/linux/linux-ssh-absichern.de.md
+15-5Lines changed: 15 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,26 @@
1
1
---
2
2
title: Linux SSH-Zugang absichern
3
3
date: 2025-07-05
4
-
descripton: Tutorial | Jetzt Linux SSH absichern / hardening | In diesem Tutorial zeige ich euch, wie ihr einen SSH-Zugang richtig und vor allem sicher absichert.
description: Tutorial | Jetzt Linux SSH absichern / hardening | In diesem Tutorial zeige ich euch, wie ihr einen SSH-Zugang richtig und vor allem sicher absichert.
@@ -20,7 +30,7 @@ Dieses Tutorial soll euch helfen, den Linux SSH Zugriff erfolgreich gegen Angrif
20
30
21
31
Natürlich ist das Absichern des SSH-Zugangs nur ein Modul, um euren Server vor Angriffe zu schützen. Weitere Möglichkeiten findet ihr im Tutorial „Raspberry Pi absichern von A-Z“ welches ich hier im Blog veröffentlicht habe.
22
32
23
-
## Video-Tutorial zum Thema ‚Linux SSH absichern‘
33
+
## Video-Tutorial zum Thema ‚Linux SSH absichern‘Tutorial | Jetzt Linux SSH absichern / hardening | In diesem Tutorial zeige ich euch, wie ihr einen SSH-Zugang richtig und vor allem sicher absichert.
Copy file name to clipboardExpand all lines: content/posts/linux/linux-ssh-absichern.en.md
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,27 @@
1
1
---
2
2
title: Secure Linux SSH
3
3
date: 2025-02-18
4
-
descripton: Tutorial | Secure Linux SSH now / hardening | In this tutorial, I will show you how to secure SSH access correctly and, above all, securely.
description: Tutorial | Secure Linux SSH now / hardening | In this tutorial, I will show you how to secure SSH access correctly and, above all, securely.
Copy file name to clipboardExpand all lines: content/posts/privacy/pihole/pihole-unbound.de.md
+28-26Lines changed: 28 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,27 @@
1
1
---
2
2
title: Pihole Unbound jetzt richtig installieren
3
3
date: 2023-10-12
4
-
description: Pihole Unbound jetzt richtig installieren | In diesen Tutorial zeige ich euch, wie ihr Unbound richtig für Pihole installiert und konfiguriert.
description: Pihole Unbound jetzt richtig installieren | In diesen Tutorial zeige ich euch, wie ihr Unbound richtig für Pihole installiert und konfiguriert.
23
+
keywords:
24
+
- pihole unbound
23
25
---
24
26
25
27
## Pihole Unbound und DNS-Verschlüsselung - Für mehr Sicherheit im Netzwerk
### Liste der Root-Nameserver (root.hints) automatisch Aktualisieren | Pi-hole Unbound
76
+
### Liste der Root-Nameserver (root.hints) automatisch Aktualisieren | Pihole Unbound
75
77
76
78
Um die Liste der root.hints automatisch alle 6 Monate zu aktualisieren, legen wir einen Cronjob an, der diese Aufgabe für uns automatisiert. Um diese Automatisierung einzurichten, gehen wir wie folgt vor.
77
79
@@ -150,7 +152,7 @@ Jan 19 06:57:01 piholetest cron[3866]: (CRON) INFO (pidfile fd = 3)
150
152
Jan 19 06:57:01 piholetest cron[3866]: (CRON) INFO (Skipping @reboot jobs -- not system startup)
Als nächstes müssen wir eine Config-Datei für Unbound anlegen, in der wir dann im nächsten Schritt, die Konfiguration für das Zusammenspiel von Unbound und Pi-hole eintragen.
# Und speichern die Conf-Datei mit STRG+O und STRG+X ab
319
+
# Und speichern die ConfPihole Unbound jetzt richtig installieren | In diesen Tutorial zeige ich euch, wie ihr Unbound richtig für Pihole installiert und konfiguriert.-Datei mit STRG+O und STRG+X ab
318
320
```
319
321
320
322
### Unbound neustarten
@@ -343,12 +345,12 @@ sudo systemctl status unbound.service
343
345
Tasks: 2 (limit: 38124)
344
346
Memory: 4.8M
345
347
CPU: 92ms
346
-
CGroup: /system.slice/unbound.service
348
+
CGroup: /system.sliPihole Unbound jetzt richtig installieren | In diesen Tutorial zeige ich euch, wie ihr Unbound richtig für Pihole installiert und konfiguriert.ce/unbound.service
347
349
`-3196 /usr/sbin/unbound -d -p
348
350
349
351
Oct 06 08:29:59 piholetest2 systemd[1]: Starting Unbound DNS server...
350
352
Oct 06 08:29:59 piholetest2 unbound[3196]: Oct 06 08:29:59 unbound[3196:0] error: Could not open logfile /var/log/unbound.>
351
-
Oct 06 08:29:59 piholetest2 systemd[1]: Started Unbound DNS server.
353
+
Oct 06 08:29:59 piholetest2 systemd[1]: Started Unbound DNS server.Pihole Unbound jetzt richtig installieren | In diesen Tutorial zeige ich euch, wie ihr Unbound richtig für Pihole installiert und konfiguriert.
352
354
Oct 06 08:29:59 piholetest2 unbound[3196]: Oct 06 08:29:59 unbound[3196:0] info: start of service (unbound 1.13.1).
Copy file name to clipboardExpand all lines: content/posts/privacy/pihole/pihole-unbound.en.md
+17-16Lines changed: 17 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,18 @@ menu:
9
9
identifier: pihole-unbound
10
10
parent: pihole
11
11
categories:
12
-
- “Linux”
13
-
- ‘Network’
14
-
- “Security”
15
-
- “Tutorials”
16
-
- “Video”
12
+
- “Linux”
13
+
- ‘Network’
14
+
- “Security”
15
+
- “Tutorials” - “Video”
17
16
tags:
18
-
- “network”
19
-
- “pi-hole”
20
-
- “security”
21
-
- ‘tutorials’
22
-
- “video”
17
+
- “network”
18
+
- “pi-hole”
19
+
- “security”
20
+
- ‘tutorials’
21
+
- “video”
22
+
keywords:
23
+
- pihole unbound
23
24
---
24
25
## Pihole Unbound and DNS encryption - For more network security
25
26
In today's video tutorial, ‘**Pi-hole Unbound**’, I would like to show you how you can use the additional tool ‘**Unbound**’ to ensure greater security for your DNS queries on the network.
@@ -33,7 +34,7 @@ Table of contents for Pihole Unbound
33
34
> This tutorial refers to the previous tutorials on ‘Installing Pi-Hole on a Raspberry Pi’ and uses this configuration as the basis for this article.
34
35
In this tutorial, I will start from the basics that you will have learned after completing the tutorial '**[Installing Pi-Hole + Firewall on a Raspberry Pi](https://secure-bits.org/pi-hole-auf-einen-raspberry-pi-installieren/)**' on your Raspberry Pi. If this is not the case, please feel free to go through the installation tutorial first.
35
36
Of course, the installation of **Unbound** should also work on other Linux-based systems!
36
-
## Video tutorial on ‘Installing Pi-hole Unbound’
37
+
## Video tutorial on ‘Installing Pihole Unbound’
37
38
{{< youtube TdL_3iB9SiU >}}
38
39
## Installing Unbound
39
40
First, we always need to update the operating system to the latest version.
Next, we need to create a configuration file forUnbound,in which we will then enter the configuration forthe interaction between Unbound and Pi-holein the next step.
Copy file name to clipboardExpand all lines: content/posts/privacy/pihole/pihole-vpn.de.md
+15-14Lines changed: 15 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,27 @@
1
1
---
2
2
title: Pihole VPN jetzt mit Wireguard im Jahr 2024 nutzen
3
3
date: 2024-02-27
4
-
descripton: Pihole VPN jetzt mit Wireguard nutzen | In diesem Tutorial zeige ich euch, wie ihr Pihole mit Hilfe von VPN auch von Unterwegs aus nutzen könnt
description: Pihole VPN jetzt mit Wireguard nutzen | In diesem Tutorial zeige ich euch, wie ihr Pihole mit Hilfe von VPN auch von Unterwegs aus nutzen könnt
description: Use Pihole VPN with Wireguard | In this tutorial, I will show you how you can use Pihole on the go with the help of VPN.
23
+
keywords:
24
+
- pihole vpn
23
25
---
24
26
## Pihole VPN - No ads on your smartphone
25
27
In this tutorial, ‘**pihole VPN with Wireguard**’, I would like to show you how you can use the ‘**PiVPN**’ application to access your **Pihole** on your **smartphone, tablet, or laptop** and thus enjoy the benefits of Pihole, namely surfing without annoying ads, even when you're **on the go**.
@@ -69,7 +71,7 @@ sudo ufw enable
69
71
```
70
72
### Pihole VPN - Installing and setting up PiVPN on the Raspberry Pi
71
73
Here are the commands for installing PiVPN on the Raspberry Pi.
72
-
```bash
74
+
```bashPihole VPN jetzt mit Wireguard nutzen | In diesem Tutorial zeige ich euch, wie ihr Pihole mit Hilfe von VPN auch von Unterwegs aus nutzen könnt
0 commit comments