From 7e68b0968c366d9bba67d0d4e8901b681c31b3a9 Mon Sep 17 00:00:00 2001 From: Ettore Date: Sat, 25 May 2019 18:09:49 +0200 Subject: [PATCH] Removed post description, modified old post yaml Signed-off-by: Ettore --- content/blog/backuppc.md | 19 ------------------- content/blog/gauth-backup.md | 11 ++++++----- content/blog/ispconfig-ddns.md | 1 + content/blog/iw-monitor-mode.md | 12 +++++++----- 4 files changed, 14 insertions(+), 29 deletions(-) delete mode 100644 content/blog/backuppc.md diff --git a/content/blog/backuppc.md b/content/blog/backuppc.md deleted file mode 100644 index b797818..0000000 --- a/content/blog/backuppc.md +++ /dev/null @@ -1,19 +0,0 @@ -+++ -date = "2016-02-14T23:35:41+01:00" -draft = false -title = "BackupPc" - -+++ - -[BackupPC](http://backuppc.sourceforge.net/) is the coolest and best featured open source cross-platform project for disk-to-disk backup. However almost nobody talks about it and therefore many folks unfortunately never heard of it. -It's designed for enterprise environment and will run on any \*nix based server. Moreover it's able to backup UNIX-like and Microsoft Windows systems due to the fact that **no client is necessary**. - -Yeah, I know, it could resemble a bit outdated, not keeping up with flashy graphics fashion, but it just works, and it works well, without constant need of maintenance and upgrades. - -It supports NFS, SSH, SMB and rsync protocols and **hard linking, data deduplication, pooling and compression**. - -It's included in major distribution repositories and with [cygwin](https://cygwin.com/) you're able to use tar, rsync and ssh on windows systems. Why not to use SMB you might ask: ARE YOU FUCKING KIDDING ME? - -It's well documented and online you could find plenty of articles on how to set it up on homogeneous and mixed environment. - -So go on and spread the word, BackupPC is the answer! diff --git a/content/blog/gauth-backup.md b/content/blog/gauth-backup.md index cb43075..8e848c5 100644 --- a/content/blog/gauth-backup.md +++ b/content/blog/gauth-backup.md @@ -1,8 +1,9 @@ -+++ -date = "2017-06-12T11:44:46+02:00" -title = "How to: backup google authenticator app two-factor secrets" - -+++ +--- +title: "How to: backup google authenticator app two-factor secrets" +date: "2017-06-12T11:44:46+02:00" +tags: ["gauth", "root", "android", "2fa"] +categories: ["recipe"] +--- Quick and dirty: diff --git a/content/blog/ispconfig-ddns.md b/content/blog/ispconfig-ddns.md index 115d6e8..9563acc 100644 --- a/content/blog/ispconfig-ddns.md +++ b/content/blog/ispconfig-ddns.md @@ -6,6 +6,7 @@ description: "How to create and update a DDNS entry in ISPConfig" date: 2019-05-22T18:54:00+02:00 draft: false --- +## How to create and update a DDNS entry in ISPConfig If you manage your DNS server(s) with ISPConfig you may want a *dynamic entry* that gets updated automatically every time the target host changes its IP address. diff --git a/content/blog/iw-monitor-mode.md b/content/blog/iw-monitor-mode.md index 1fc35a5..7f0ed36 100644 --- a/content/blog/iw-monitor-mode.md +++ b/content/blog/iw-monitor-mode.md @@ -1,9 +1,11 @@ -+++ -date = "2016-03-13T01:18:27+01:00" -draft = false -title = "Wireless Monitor Mode and Network-Manager" +--- +title: "Wireless Monitor Mode and Network-Manager" +tags: ["ispconfig", "ddns", "dns"] +categories: ["recipe"] +date: "2016-03-13T01:18:27+01:00" +draft: false +--- -+++ Sometimes it could be usefull to capture Wireless Lan packets: it could be done in various ways, with iwconfig, Kismet, Wireshark, nprobe and many others, all of them involving putting the wireless card into "monitor mode" (or promiscous), letting you view and record all packets sent on a defined channel by others WiFi devices nearby. One of the tools almost every linux distro provides you is [`iw`](https://wireless.wiki.kernel.org/en/users/documentation/iw), meant to replace `iwconfig` being more powerful for configuring wireless devices.