Skip to content

Commit cbef024

Browse files
author
marci
committed
Add comprehensive tutorial on securing Raspberry Pi from A-Z
- Introduced a detailed guide on securing Raspberry Pi, including SSH access, user management, firewall configuration, and automatic updates. - Included step-by-step commands for each security measure. - Added links to related video tutorials and blog posts for further learning. - Emphasized the importance of security in IoT devices and provided practical solutions.
1 parent d43342f commit cbef024

9 files changed

Lines changed: 1173 additions & 712 deletions

.github/workflows/deploy-site.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
build:
2626
runs-on: ubuntu-latest
2727
env:
28-
HUGO_VERSION: 0.148.0
28+
HUGO_VERSION: 0.148.1
2929
HUGO_ENVIRONMENT: production
3030
TZ: Europe/Berlin
3131
steps:

content/posts/pihole/pi-hole-backup-mit-teleporter.en.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: "Pi-hole Backup mit Teleporter"
33
hero: /images/posts/pihole/Video-Pi-hole-Backup.png
44
date: 2023-09-12
5-
draft: true
65
descirpton: "Pi-hole backup with Teleporter | In this tutorial video, I show you how to create a Pihole backup using Teleporter."
76
menu:
87
sidebar:
@@ -11,7 +10,6 @@ menu:
1110
parent: pihole
1211
categories:
1312
- "linux"
14-
- "netzwerk"
1513
- "tutorials"
1614
- "video"
1715
tags:
@@ -21,22 +19,17 @@ tags:
2119
- "video"
2220
---
2321

24-
## Pi-hole Backup sichern und wiederherstellen
25-
26-
In diesem Video-Tutorial 'Pi-hole Backup - Pi-hole Sichern und Wiederherstellen', zeige ich euch, wie ihr mit der Hilfe von dem Tool 'Teleporter' ein Backup von eurer Pi-hole-Installation durchführen könnt und dieses Backup auf einer anderen Pi-hole Instanz, wiederherstellen könnt.
27-
28-
### Video-Tutorial Pi-hole Backup
29-
22+
## Backing up and restoring Pi-hole
23+
In this video tutorial, “Pi-hole Backup – Backing up and restoring Pi-hole,” I show you how to use the Teleporter tool to back up your Pi-hole installation and restore it to another Pi-hole instance.
24+
### Video tutorial Pi-hole backup
3025
{{< youtube JPVtLvRtQE0 >}}
31-
32-
### Genutzte Befehle im Video
33-
26+
### Commands used in the video
3427
```bash
35-
# Pi-hole-Backup in der Shell ausführen
28+
# Run Pi-hole backup in the shell
3629

3730
pihole -a -t
3831

39-
# Die Backup-Datei findet ihr dann in dem Verzeichnis in dem ihr euch bei der Ausführung des oben genannten Kommando befindet.
32+
# You will find the backup file in the directory where you are located when you execute the above command.
4033
```
4134

4235

0 commit comments

Comments
 (0)