From 79514344e3151e6d3c2936a9115e5e3e15c0041f Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Mon, 1 Jul 2019 22:56:59 +0200 Subject: [PATCH 1/7] impressum remove 404 --- content/impressum.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/impressum.md diff --git a/content/impressum.md b/content/impressum.md new file mode 100644 index 0000000..572bc6f --- /dev/null +++ b/content/impressum.md @@ -0,0 +1,9 @@ ++++ +title = "Impressum" +date = 2019-07-01T22:23:05+02:00 +draft = false ++++ + +This is a Impressum + +look at: About -> email From b8e84479d0ac964e26e5707589f99fc2e127dc64 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Mon, 1 Jul 2019 22:57:42 +0200 Subject: [PATCH 2/7] projects remove 404 --- config.toml | 2 +- content/projects.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 content/projects.md diff --git a/config.toml b/config.toml index e97378b..be863b5 100644 --- a/config.toml +++ b/config.toml @@ -52,7 +52,7 @@ copyright = 'CC-By-NC-4.0' [[languages.en.menu.main]] identifier = "project" name = "Projects" - url = "/project" + url = "/projects" [[languages.en.menu.main]] identifier = "rss" name = "RSS" diff --git a/content/projects.md b/content/projects.md new file mode 100644 index 0000000..c80f71c --- /dev/null +++ b/content/projects.md @@ -0,0 +1,7 @@ ++++ +title = "Projects" +date = 2019-07-01T22:22:21+02:00 +draft = false ++++ + +## [Remaster](https://github.com/6543/remaster) From 35a05b1c65c00bcb6561e49a77d68bf9197e3d48 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Mon, 1 Jul 2019 23:00:02 +0200 Subject: [PATCH 3/7] old posts: change headder to toml --- content/post/services.md | 14 +++++--------- content/post/support.md | 10 ++++------ 2 files changed, 9 insertions(+), 15 deletions(-) diff --git a/content/post/services.md b/content/post/services.md index a251916..3114259 100644 --- a/content/post/services.md +++ b/content/post/services.md @@ -1,11 +1,9 @@ ---- -categories: ["Info"] -title: "Maintained Services" -description: "List of Services wich are maintained by 6543" -date: 2019-06-24T10:54:01+02:00 -#draft: true ++++ +title = "Maintained Services" +description = "List of Services wich are maintained by 6543" +date = 2019-06-24T10:54:01+02:00 ++++ ---- Software | Address | Status | Comments -----------------------------------------------|----------------------------|:-------:|:-------- @@ -24,5 +22,3 @@ date: 2019-06-24T10:54:01+02:00 Alle Dienste sind freiwilig betrieben, Donates koennen an - - diff --git a/content/post/support.md b/content/post/support.md index a443e39..9ef68d3 100644 --- a/content/post/support.md +++ b/content/post/support.md @@ -1,9 +1,7 @@ ---- -categories: ["Info"] -title: "Support Services" -date: 2019-06-24T01:19:36+02:00 -#draft: true ---- ++++ +title = "Support Services" +date = 2019-06-24T01:19:36+02:00 ++++ From e1d4dc02f0838fd41f3bc81fea05a90c64628b57 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Mon, 1 Jul 2019 23:05:03 +0200 Subject: [PATCH 4/7] old posts: add info to headers --- content/post/services.md | 7 ++++++- content/post/support.md | 6 ++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/content/post/services.md b/content/post/services.md index 3114259..650e07b 100644 --- a/content/post/services.md +++ b/content/post/services.md @@ -1,7 +1,12 @@ +++ title = "Maintained Services" -description = "List of Services wich are maintained by 6543" date = 2019-06-24T10:54:01+02:00 +author = "MH" +cover = "" +tags = ["services", "status"] +description = "list of services wich are maintained by me" +showFullContent = false +draft = false +++ diff --git a/content/post/support.md b/content/post/support.md index 9ef68d3..7e761bb 100644 --- a/content/post/support.md +++ b/content/post/support.md @@ -1,6 +1,12 @@ +++ title = "Support Services" date = 2019-06-24T01:19:36+02:00 +author = "MH" +cover = "" +tags = ["BTC", "LTC", "Dash", "services"] +description = "You can support me if you like" +showFullContent = false +draft = false +++ From fe7d6f3cfb07ce525b33b03b4e65f91ee4f3796f Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Mon, 1 Jul 2019 23:12:49 +0200 Subject: [PATCH 5/7] add some text to donation site --- content/post/support.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/post/support.md b/content/post/support.md index 7e761bb..9dd0ff7 100644 --- a/content/post/support.md +++ b/content/post/support.md @@ -9,7 +9,8 @@ showFullContent = false draft = false +++ - +If you use or enjoy a pice of software wich i profide, +you can send me tips via these cryptocurrency adresses. * BTC: 1MQ8aiNgFjaKkJei1oK1f4GExxLrPzAM2S * LTC: LcHBhC2Aon3EGHMiYHmQZKjX7SHFQ64Q9j From 426b3584431424e17af7dbfa5bc05ddfd6e52bdd Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Mon, 1 Jul 2019 23:14:24 +0200 Subject: [PATCH 6/7] update State of Services --- content/post/services.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/content/post/services.md b/content/post/services.md index 650e07b..b6f0f6e 100644 --- a/content/post/services.md +++ b/content/post/services.md @@ -1,6 +1,6 @@ +++ title = "Maintained Services" -date = 2019-06-24T10:54:01+02:00 +date = 2019-07-01T21:13:30+02:00 author = "MH" cover = "" tags = ["services", "status"] @@ -12,16 +12,15 @@ draft = false Software | Address | Status | Comments -----------------------------------------------|----------------------------|:-------:|:-------- - ############## | ########################## | ####### | - [Diaspora](https://diasporafoundation.org/) | Diaspora.AltinSystems.DE | OFF | - [NextCloud](https://nextcloud.com) | Cloud.Obermui.de | On | + [Diaspora](https://diasporafoundation.org/) | Diaspora.AltinSystems.DE | OFF | Lag of time to restore it + [NextCloud](https://nextcloud.com) | Cloud.Obermui.de | On | Frends Only [PeerTube](https://joinpeertube.org) | Video.Obermui.de | On | [NextCloud](https://nextcloud.com) | cloud.dpsg-rott.de | OFF | Migrated -> cloud.pfadfinder-ebersberg.de TeamSpeak | Obermui.de | On | Planed to switch to Mumble - MineCraft | Obermui.de:25565 | On | - [CJDNS](https://github.com/cjdelisle/cjdns/) | Obermui.de:51935 | On | - [OpenTracker](https://erdgeist.org/arts/software/opentracker/)| [CJDNS Address](fc15:368e:2797:79d1:71d4:f698:c081:d4a2) | On | - [Gitea](https://gitea.io) | Git.AltinSystems.DE | On | + MineCraft | Obermui.de:25565 | On | migrate server + [CJDNS](https://github.com/cjdelisle/cjdns/) | Obermui.de:51935 | Off | migrate server + [OpenTracker](https://erdgeist.org/arts/software/opentracker/)| [CJDNS Address](fc15:368e:2797:79d1:71d4:f698:c081:d4a2) | Off | migrate server + [Gitea](https://gitea.io) | Code.Obermui.DE | On | [IPFS](https://ipfs.io/) | Internal | On | From a46eae9b17e8176e1e98e9af03d433d00215608e Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Mon, 1 Jul 2019 23:35:06 +0200 Subject: [PATCH 7/7] add some contend --- content/post/concept-tamperresistance-pi.md | 29 +++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 content/post/concept-tamperresistance-pi.md diff --git a/content/post/concept-tamperresistance-pi.md b/content/post/concept-tamperresistance-pi.md new file mode 100644 index 0000000..313cfe7 --- /dev/null +++ b/content/post/concept-tamperresistance-pi.md @@ -0,0 +1,29 @@ ++++ +title = "Concept autonom tamperresistant Pi" +date = 2019-07-01T23:19:17+02:00 +author = "MH" +cover = "" +tags = ["Raspberry", "Pi", "Concept", "Tamperproof"] +description = "Idears about building a tamperproof server with Praspbery Pi" +showFullContent = false +draft = false ++++ + +* Split the sdcard into two partitions one smal wich contains the bootloader, kernel and initrd and an encrypted root filesystem. +* Integrate Tor into initrd +* calculate a hash with sensors wich messure the enviroment (pressure against a case, eg.) + +If the Pi hast power and a network conetcion ... + + - it can calculate the hash + - start the tor client + - ask a specific hidden service with the hash for a key + - if the hash is korect it return the key wich unlook the rootfs + + ... normla bootprocess follows + + > Your Pi can start automatical + + > NO SECRET is stored unsecure on the device + + > An external unlocatable party checks if the device was touched