added new blog post

added tags to all posts
This commit is contained in:
Michael Clemens 2021-07-22 14:19:42 +02:00
parent 4a18efb1d8
commit e6adda7935
31 changed files with 131 additions and 43 deletions

View File

@ -34,7 +34,7 @@ publishDir = "/var/www/qrz.is"
mediaType = "application/atom" mediaType = "application/atom"
[outputs] [outputs]
home = ["HTML", "GEMINI_ATOM", "GEMINI"] home = ["HTML", "GEMINI_ATOM", "GEMINI", "RSS"]
page = ["HTML", "GEMINI"] page = ["HTML", "GEMINI"]
# Menu links # Menu links
@ -48,20 +48,20 @@ publishDir = "/var/www/qrz.is"
weight = 3 weight = 3
url = "/projects/" url = "/projects/"
[[menu.main]] [[menu.main]]
name = "About" name = "Tags"
weight = 4 weight = 4
url = "/tags/"
[[menu.main]]
name = "About"
weight = 5
url = "/about/" url = "/about/"
[[menu.main]] [[menu.main]]
name = "Impressum" name = "Impressum"
weight = 5 weight = 7
url = "/impressum/" url = "/impressum/"
[[menu.main]]
name = "Datenschutz"
weight = 6
url = "/privacy/"
[[menu.main]] [[menu.main]]
name = "RSS" name = "RSS"
weight = 7 weight = 6
url = "/index.xml" url = "/index.xml"
[[menu.footer]] [[menu.footer]]
name = "Git" name = "Git"
@ -76,6 +76,6 @@ publishDir = "/var/www/qrz.is"
weight = 7 weight = 7
url = "https://qrz.com/DB/DL6MHC" url = "https://qrz.com/DB/DL6MHC"
[[menu.footer]] [[menu.footer]]
name = "RSS" name = "Privacy/Datenschutz"
weight = 8 weight = 8
url = "/index.xml" url = "/privacy/"

View File

@ -3,10 +3,8 @@ title: The Laundruino
type: post type: post
date: 2011-08-05T09:58:52+00:00 date: 2011-08-05T09:58:52+00:00
url: /the-arduino-enabled-washing-machine/ url: /the-arduino-enabled-washing-machine/
categories:
- arduino
tags: tags:
- arduino - Arduino
--- ---
My washing machine is located in the basement. Unfortunately, the time data displayed on the front panel is always inaccurate. So instead of constantly running down the stairs and checking if the laundry is done, I decided to connect the washing machine to my LAN and extend it's features by a simple http server. This is what I needed for it: My washing machine is located in the basement. Unfortunately, the time data displayed on the front panel is always inaccurate. So instead of constantly running down the stairs and checking if the laundry is done, I decided to connect the washing machine to my LAN and extend it's features by a simple http server. This is what I needed for it:

View File

@ -4,11 +4,10 @@ type: post
author: micha author: micha
date: 2012-10-29T23:20:05+00:00 date: 2012-10-29T23:20:05+00:00
url: /the-one-button-audiobook-player/ url: /the-one-button-audiobook-player/
categories:
- Uncategorized
tags: tags:
- raspberry audiobook - Raspberry Pi
- Hardware
- Python
--- ---
This little Raspberry Pi based project is a gift for my wife's grandmother for her 90th birthday. Being visually impaired, she is hard to entertain but loves to listen to audiobooks. The problem is, that she isn't able to handle a ghetto blaster or MP3 player. This little Raspberry Pi based project is a gift for my wife's grandmother for her 90th birthday. Being visually impaired, she is hard to entertain but loves to listen to audiobooks. The problem is, that she isn't able to handle a ghetto blaster or MP3 player.

View File

@ -3,10 +3,11 @@ title: Adressenmeister
type: post type: post
author: micha author: micha
date: 2013-01-29T12:39:02+00:00 date: 2013-01-29T12:39:02+00:00
tags:
- Software
- Basic
- C64
url: /adressenmeister/ url: /adressenmeister/
categories:
- Uncategorized
--- ---
I'd like to share my very first software project from 1992 with you which was written in BASIC 2.0 on my C64. It has never really been finished but had a nice intro screen with moving sprites and was able to print labels on a wire printer 🙂 I'd like to share my very first software project from 1992 with you which was written in BASIC 2.0 on my C64. It has never really been finished but had a nice intro screen with moving sprites and was able to print labels on a wire printer 🙂

View File

@ -4,9 +4,9 @@ type: post
author: micha author: micha
date: 2013-03-23T11:49:38+00:00 date: 2013-03-23T11:49:38+00:00
url: /little-helper/ url: /little-helper/
categories: tags:
- Uncategorized - Hardware
- DIY
--- ---
Here's the result of my attempt to recreate [Gyro Gearloose's Little Helper (in German: Daniel Düsentrieb's Helferlein)](https://www.duckipedia.de/Helferlein): Here's the result of my attempt to recreate [Gyro Gearloose's Little Helper (in German: Daniel Düsentrieb's Helferlein)](https://www.duckipedia.de/Helferlein):

View File

@ -3,9 +3,10 @@ title: One-button audiobook player features in new book
type: post type: post
author: micha author: micha
date: 2013-05-03T13:16:03+00:00 date: 2013-05-03T13:16:03+00:00
tags:
- Hardware
- Raspberry Pi
url: /one-button-audiobook-player-features-in-new-book/ url: /one-button-audiobook-player-features-in-new-book/
categories:
- Uncategorized
--- ---
The One-button audiobook player has been included in the new book Raspberry Pi For Dummies by Sean McManus and Mike Cook. The book covers setting up the Raspberry Pi, using Linux on it, using the Pi for work and play, programming the Raspberry Pi in Scratch and Python, and creating electronics projects. The One-button audiobook player has been included in the new book Raspberry Pi For Dummies by Sean McManus and Mike Cook. The book covers setting up the Raspberry Pi, using Linux on it, using the Pi for work and play, programming the Raspberry Pi in Scratch and Python, and creating electronics projects.

View File

@ -4,9 +4,9 @@ type: post
author: micha author: micha
date: 2014-05-05T13:36:29+00:00 date: 2014-05-05T13:36:29+00:00
url: /nse-script-sqlite-output-for-nmap/ url: /nse-script-sqlite-output-for-nmap/
categories: tags:
- Uncategorized - Software
- Nmap
--- ---
I wrote this little NSE script that allows you to store the output of Nmap into a SQLite database: [https://git.qrz.is/clemens/nmap-sqlite-output](https://git.qrz.is/clemens/nmap-sqlite-output) I wrote this little NSE script that allows you to store the output of Nmap into a SQLite database: [https://git.qrz.is/clemens/nmap-sqlite-output](https://git.qrz.is/clemens/nmap-sqlite-output)

View File

@ -4,9 +4,9 @@ type: post
author: micha author: micha
date: 2016-05-25T21:47:20+00:00 date: 2016-05-25T21:47:20+00:00
url: /patch-for-the-cli-password-manager-pass/ url: /patch-for-the-cli-password-manager-pass/
categories: tags:
- Uncategorized - Software
- CLI
--- ---
I use Pass (https://www.passwordstore.org/) to store and synchronize all my passwords. I use Pass (https://www.passwordstore.org/) to store and synchronize all my passwords.

View File

@ -4,8 +4,10 @@ type: post
author: micha author: micha
date: 2018-04-29T13:09:57+00:00 date: 2018-04-29T13:09:57+00:00
url: /correlation-rule-documentation-generator-for-mcafee-siem/ url: /correlation-rule-documentation-generator-for-mcafee-siem/
categories: tags:
- Uncategorized - Software
- SIEM
- Python
--- ---
Since we are required to document all custom correlation rules inside our SIEM (McAfee Enterprise Security Manager) for our customers, I wrote a Python script that converts XML rule exports to Markdown. Afterwards its easy to convert teh resulting file e.g. to PDF, DOCX, HTML or even variuous wiki-formats with e.g. Pandoc. This way it's possible to generate a PDF documentation of all rules with just a few clicks/commands. Since we are required to document all custom correlation rules inside our SIEM (McAfee Enterprise Security Manager) for our customers, I wrote a Python script that converts XML rule exports to Markdown. Afterwards its easy to convert teh resulting file e.g. to PDF, DOCX, HTML or even variuous wiki-formats with e.g. Pandoc. This way it's possible to generate a PDF documentation of all rules with just a few clicks/commands.

View File

@ -4,8 +4,11 @@ type: post
author: micha author: micha
date: 2018-05-03T02:26:11+00:00 date: 2018-05-03T02:26:11+00:00
url: /dynamic-dns-for-nsd/ url: /dynamic-dns-for-nsd/
categories: tags:
- Uncategorized - DNS
- OpenBSD
- Linux
- Software
--- ---
# Introduction # Introduction

View File

@ -2,6 +2,9 @@
title: "Shortened 30m Dipole" title: "Shortened 30m Dipole"
date: 2020-02-02T15:00:00+02:00 date: 2020-02-02T15:00:00+02:00
type: post type: post
tags:
- Ham Radio
- Antenna
url: /30m-dipole/ url: /30m-dipole/
--- ---

20
content/post/amberterm.md Normal file
View File

@ -0,0 +1,20 @@
---
title: "Gemini / Amberterm"
type: post
author: micha
date: 2021-07-21T12:00:00+02:00
tags:
- Gemini
- Hugo
url: /gemini-amberterm/
---
For the relaunch of my personal website, I first used the brilliant theme [smol](https://github.com/colorchestra/smol/). After having customized numerous files of the theme, I have now decided to create my own Hugo theme called ["Amberterm" (git.qrz.is)](https://git.qrz.is/clemens/amberterm). This is largely based on "smol", but contains some cosmetic adjustments as well as all layout files in order to be able to generate [Gemini](https://gemini.circumlunar.space/) files with the help of [Hugo](https://gohugo.io/). In this way it is now possible for me - without any additional effort - to publish a new post for the [WWW version of my website](https://qrz.is) as well as for the [Gemini version](gemini://qrz.is).
To view the Gemini version of this page, you either need a Gemini client or you use a Gemini http proxy.
The Gemini URL of this page is [gemini://qrz.is](gemini://qrz.is).
A nice Gemini client is e.g. [Kristall](https://kristall.random-projects.net/). More clients can be found here: [https://gemini.circumlunar.space/software/](https://gemini.circumlunar.space/software/).
A proxified version of my Gemini capsule can be accessed via a proxy service as follows: [https://portal.mozz.us/gemini/qrz.is ](https://portal.mozz.us/gemini/qrz.is)

View File

@ -3,6 +3,10 @@ title: "Remote Antenna Switch"
type: post type: post
author: micha author: micha
date: 2020-03-13T15:00:00+02:00 date: 2020-03-13T15:00:00+02:00
tags:
- Ham Radio
- Antenna
- Raspberry Pi
url: /antenna-switch/ url: /antenna-switch/
--- ---
New project: raspberry pi controlled remote antenna switch. One remote rpi for triggering the 4 relais inside the antenna switch and one rpi connected to the TRX in the shack measuring the ATU port's voltage to fully automatically choose the correct antenna for each band. New project: raspberry pi controlled remote antenna switch. One remote rpi for triggering the 4 relais inside the antenna switch and one rpi connected to the TRX in the shack measuring the ATU port's voltage to fully automatically choose the correct antenna for each band.

View File

@ -4,6 +4,11 @@ type: post
author: micha author: micha
date: 2021-01-09T15:00:00+02:00 date: 2021-01-09T15:00:00+02:00
url: /atu-100/ url: /atu-100/
tags:
- ATU-100
- Antenna
- Hardware
- Ham Radio
--- ---
Just finished my ATU-100 build. It's fun to build, super affordable and works without problems so far. Just finished my ATU-100 build. It's fun to build, super affordable and works without problems so far.

View File

@ -4,6 +4,9 @@ type: post
author: micha author: micha
date: 2021-05-13T15:00:00+02:00 date: 2021-05-13T15:00:00+02:00
url: /bitx40/ url: /bitx40/
tags:
- Ham Radio
- Bitx40
--- ---
Finally fixed some issues with the BITX40 and had my first QSO with it today (YU1XA, report 55) - two years after I purchased the kit. There are still some issues but I am on the right track. Finally fixed some issues with the BITX40 and had my first QSO with it today (YU1XA, report 55) - two years after I purchased the kit. There are still some issues but I am on the right track.

View File

@ -4,6 +4,8 @@ type: post
author: micha author: micha
date: 2021-07-03T15:00:00+02:00 date: 2021-07-03T15:00:00+02:00
url: /dxcc-phone/ url: /dxcc-phone/
tags:
- Ham Radio
--- ---
I finally managed to work 100 confirmed entities (SSB/Phone) and have now received the ARRL DXCC Phone award. My new adventures will be working QRP with my recently purchased FT-817ND and building a small PA for the times I need a small boost. I finally managed to work 100 confirmed entities (SSB/Phone) and have now received the ARRL DXCC Phone award. My new adventures will be working QRP with my recently purchased FT-817ND and building a small PA for the times I need a small boost.

View File

@ -3,6 +3,11 @@ title: "Xiegu G1M Stand"
type: post type: post
author: micha author: micha
date: 2021-06-05T15:00:00+02:00 date: 2021-06-05T15:00:00+02:00
tags:
- Ham Radio
- Hardware
- Xiegu
- Mods
url: /g1m-stand/ url: /g1m-stand/
--- ---

View File

@ -3,6 +3,11 @@ title: "Xiegu G90 Mods"
type: post type: post
author: micha author: micha
date: 2020-01-17T15:00:00+02:00 date: 2020-01-17T15:00:00+02:00
tags:
- Ham Radio
- Hardware
- Xiegu
- Mods
url: /g90-mods/ url: /g90-mods/
--- ---

View File

@ -4,6 +4,9 @@ date: 2014-12-22T14:34:34+02:00
draft: false draft: false
type: post type: post
url: /heated-trackball/ url: /heated-trackball/
tags:
- Hardware
- Trackball
--- ---
## Parts needed ## Parts needed

View File

@ -4,10 +4,10 @@ type: post
author: micha author: micha
date: 2019-01-04T22:00:11+02:00 date: 2019-01-04T22:00:11+02:00
url: /mikrotik-auto-backup/ url: /mikrotik-auto-backup/
tags:
- Mikrotik
- Backup
draft: false draft: false
categories:
- MikroTik
--- ---
# Einführung # Einführung

View File

@ -4,9 +4,11 @@ type: post
author: micha author: micha
date: 2018-12-31T16:00:11+02:00 date: 2018-12-31T16:00:11+02:00
url: /mikrotik-capsman-setup/ url: /mikrotik-capsman-setup/
tags:
- Ham Radio
- WiFi
- CAPsMAN
draft: false draft: false
categories:
- MikroTik
--- ---
# Einführung # Einführung

View File

@ -4,9 +4,9 @@ type: post
author: micha author: micha
date: 2018-12-30T13:00:11+02:00 date: 2018-12-30T13:00:11+02:00
url: /mikrotik-exec-scripts-via-sms/ url: /mikrotik-exec-scripts-via-sms/
tags:
- Mikrotik
draft: false draft: false
categories:
- MikroTik
--- ---
# Einführung # Einführung

View File

@ -4,6 +4,11 @@ type: post
author: micha author: micha
date: 2020-11-09T17:00:00+02:00 date: 2020-11-09T17:00:00+02:00
url: /qrz-sh/ url: /qrz-sh/
tags:
- Software
- Bash
- CLI
- Ham Radio
--- ---
# About # About

View File

@ -4,6 +4,10 @@ type: post
author: micha author: micha
date: 2021-07-13T15:00:00+02:00 date: 2021-07-13T15:00:00+02:00
url: /qrzlogger/ url: /qrzlogger/
tags:
- Software
- Python
- Ham Radio
--- ---
I'm in the progress of developing a Python command line application to log QSOs directly into the QRZ.com logbook. I'm in the progress of developing a Python command line application to log QSOs directly into the QRZ.com logbook.

View File

@ -3,6 +3,9 @@ title: "Solar Powered Amateur Radio Station"
type: post type: post
author: micha author: micha
date: 2021-07-20T12:00:00+02:00 date: 2021-07-20T12:00:00+02:00
tags:
- Ham Radio
- Solar
url: /solar-powered-shack/ url: /solar-powered-shack/
--- ---

View File

@ -3,6 +3,11 @@ title: "The AntennaPi"
type: post type: post
author: micha author: micha
date: 2019-07-05T13:29:09+02:00 date: 2019-07-05T13:29:09+02:00
tags:
- Ham Radio
- Antenna
- Hardware
- Raspberry Pi
url: /the-antennapi/ url: /the-antennapi/
--- ---

View File

@ -3,6 +3,9 @@ title: "uBitx v6"
type: post type: post
author: micha author: micha
date: 2021-05-18T15:00:00+02:00 date: 2021-05-18T15:00:00+02:00
tags:
- Ham Radio
- uBitx
url: /uBitx_v6/ url: /uBitx_v6/
--- ---

View File

@ -3,6 +3,10 @@ title: "uBitx AGC Mod"
type: post type: post
author: micha author: micha
date: 2021-06-15T15:00:00+02:00 date: 2021-06-15T15:00:00+02:00
tags:
- Ham Radio
- Mods
- uBitx
url: /uBitx_agc/ url: /uBitx_agc/
--- ---

View File

@ -3,6 +3,10 @@ title: "uBitx VFO Knob Mod"
type: post type: post
author: micha author: micha
date: 2021-06-18T15:00:00+02:00 date: 2021-06-18T15:00:00+02:00
tags:
- Ham Radio
- Mods
- 3D Printing
url: /uBitx_vfo_knob/ url: /uBitx_vfo_knob/
--- ---

View File

@ -3,6 +3,10 @@ title: "uBitx S-Meter Mod"
type: post type: post
author: micha author: micha
date: 2021-06-16T15:00:00+02:00 date: 2021-06-16T15:00:00+02:00
tags:
- Ham Radio
- Mods
- uBitx
url: /uBitx_smeter/ url: /uBitx_smeter/
--- ---

@ -1 +1 @@
Subproject commit a3521745216a20db4a8bdd6cd45072f52cef4aab Subproject commit 641cb536cf5ae4c374567627fb3b7c37a2125ebd