update TOML frontmatter to YAML frontmatter on *most* files
This commit is contained in:
parent
25d7ff83b2
commit
72241b959b
44 changed files with 687 additions and 614 deletions
|
@ -1,20 +1,20 @@
|
|||
+++
|
||||
title = 'APRS'
|
||||
date = '2023-11-03T20:16:33+01:00'
|
||||
#lastmod = ''
|
||||
---
|
||||
title: APRS
|
||||
date: 2023-11-03T20:16:33+01:00
|
||||
#lastmod:
|
||||
|
||||
showDate = false
|
||||
showReadingTime = false
|
||||
showWordCount = false
|
||||
showPagination = false
|
||||
showAuthor = false
|
||||
showDate: false
|
||||
showReadingTime: false
|
||||
showWordCount: false
|
||||
showPagination: false
|
||||
showAuthor: false
|
||||
|
||||
sharingLinks = false
|
||||
sharingLinks: false
|
||||
|
||||
feed_exclude = true
|
||||
# site_exclude = true
|
||||
feed_exclude: true
|
||||
# site_exclude: true
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
So there is this little page that shows you some information about
|
||||
my devices on the [aprs.fi][1] website. Currently you may find the
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
+++
|
||||
title = "OE7DRT"
|
||||
description = "my personal website"
|
||||
---
|
||||
title: OE7DRT
|
||||
description: my personal website
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
This is my personal website that I use mainly to keep track on
|
||||
different topics mainly on tech stuff like
|
||||
|
|
|
@ -1,22 +1,21 @@
|
|||
+++
|
||||
# vim: ft=markdown
|
||||
title = 'Dominic Reich “OE7DRT”'
|
||||
date = 2019-08-21
|
||||
lastmod = '2023-11-17T17:03:17+0000'
|
||||
---
|
||||
title: Dominic Reich “OE7DRT”
|
||||
date: 2019-08-21
|
||||
lastmod: 2023-11-17T17:03:17+0000
|
||||
|
||||
comment = false
|
||||
comment: false
|
||||
|
||||
showDate = false
|
||||
showReadingTime = false
|
||||
showWordCount = false
|
||||
showPagination = false
|
||||
showAuthor = false
|
||||
showDate: false
|
||||
showReadingTime: false
|
||||
showWordCount: false
|
||||
showPagination: false
|
||||
showAuthor: false
|
||||
|
||||
sharingLinks = false
|
||||
sharingLinks: false
|
||||
|
||||
feed_exclude = true
|
||||
feed_exclude: true
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
## whoami
|
||||
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
+++
|
||||
title = "Equipment"
|
||||
groupByYear = false
|
||||
showDate = false
|
||||
showDateUpdated = false
|
||||
showReadingTime = false
|
||||
showWordCount = false
|
||||
---
|
||||
title: Equipment
|
||||
groupByYear: false
|
||||
showDate: false
|
||||
showDateUpdated: false
|
||||
showReadingTime: false
|
||||
showWordCount: false
|
||||
|
||||
feed_exclude = true
|
||||
feed_exclude: true
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
You may expect reviews here -- but there are only some personal notes on some of
|
||||
the equipment that I had my hands on.
|
||||
|
|
|
@ -1,19 +1,24 @@
|
|||
+++
|
||||
title = 'Accessories'
|
||||
# summary = '''like tuners, bags, masts, coax cables etc...'''
|
||||
summary = '''Additional equipment like antenna tuners, bags, masts, coax
|
||||
cables...'''
|
||||
#date = 2019-11-01
|
||||
#tags = [ 'accessory', 'portable', 'homebrew', 'tuner', 'choke' ]
|
||||
---
|
||||
title: Accessories
|
||||
summary: >
|
||||
Additional equipment like antenna tuners, bags,
|
||||
masts, coax cables...
|
||||
#date: 2019-11-01
|
||||
#tags:
|
||||
#- accessory
|
||||
#- portable
|
||||
#- homebrew
|
||||
#- tuner
|
||||
#- choke
|
||||
|
||||
showDate = false
|
||||
showDateUpdated = false
|
||||
showReadingTime = false
|
||||
showBreadcrumbs = true
|
||||
showPagination = false
|
||||
showWordCount = false
|
||||
showDate: false
|
||||
showDateUpdated: false
|
||||
showReadingTime: false
|
||||
showBreadcrumbs: true
|
||||
showPagination: false
|
||||
showWordCount: false
|
||||
|
||||
feed_exclude = true
|
||||
weight = 40
|
||||
feed_exclude: true
|
||||
weight: 40
|
||||
|
||||
+++
|
||||
---
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
+++
|
||||
# vim: ft=markdown
|
||||
title = 'DIY599 PA500'
|
||||
summary = ''
|
||||
date = '2023-05-01T11:43:21+02:00'
|
||||
# lastmod = ''
|
||||
#categories = [ 'amateur-radio' ]
|
||||
#tags = [ '' ]
|
||||
---
|
||||
title: DIY599 PA500
|
||||
summary:
|
||||
date: 2023-05-01T11:43:21+02:00
|
||||
#lastmod:
|
||||
#categories:
|
||||
#- amateur-radio
|
||||
#tags:
|
||||
|
||||
showBreadcrumbs = true
|
||||
# showDate = false
|
||||
showReadingTime = false
|
||||
showWordCount = false
|
||||
# showPagination = false
|
||||
showBreadcrumbs: true
|
||||
# showDate: false
|
||||
showReadingTime: false
|
||||
showWordCount: false
|
||||
# showPagination: false
|
||||
|
||||
# feed_exclude = true
|
||||
# site_exclude = true
|
||||
# feed_exclude: true
|
||||
# site_exclude: true
|
||||
|
||||
draft = true
|
||||
draft: true
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
|
||||
|
|
|
@ -1,24 +1,27 @@
|
|||
+++
|
||||
title = 'Homebrew common mode choke'
|
||||
summary = '''A simple and quite tiny common mode choke that I built for my
|
||||
portable operations.'''
|
||||
date = '2023-10-26T13:36:26+02:00'
|
||||
#lastmod = ''
|
||||
#categories = [ 'amateur-radio', 'computerstuff' ]
|
||||
#tags = []
|
||||
---
|
||||
title: Homebrew common mode choke
|
||||
summary: |
|
||||
A simple and quite tiny common mode choke that I built for my
|
||||
portable operations.
|
||||
date: 2023-10-26T13:36:26+02:00
|
||||
#lastmod:
|
||||
#categories:
|
||||
#- amateur-radio
|
||||
#- computerstuff
|
||||
#tags:
|
||||
|
||||
showBreadcrumbs = true
|
||||
# showDate = false
|
||||
showReadingTime = false
|
||||
showWordCount = false
|
||||
# showPagination = false
|
||||
showBreadcrumbs: true
|
||||
# showDate: false
|
||||
showReadingTime: false
|
||||
showWordCount: false
|
||||
# showPagination: false
|
||||
|
||||
# feed_exclude = true
|
||||
# site_exclude = true
|
||||
# feed_exclude: true
|
||||
# site_exclude: true
|
||||
|
||||
draft = true
|
||||
draft: true
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
I've built myself a common mode choke last winter (2022) but haven't created
|
||||
this page yet. Also I haven't used it much because I haven't been very active
|
||||
|
|
|
@ -1,22 +1,24 @@
|
|||
+++
|
||||
title = 'Mobilinkd TNC4'
|
||||
summary = ''''''
|
||||
date = '2023-10-01T22:24:03+01:00'
|
||||
#lastmod = ''
|
||||
categories = [ 'amateur-radio', 'computerstuff' ]
|
||||
tags = []
|
||||
---
|
||||
title: Mobilinkd TNC4
|
||||
summary:
|
||||
date: 2023-10-01T22:24:03+01:00
|
||||
#lastmod:
|
||||
#categories:
|
||||
#- amateur-radio
|
||||
#- computerstuff
|
||||
#tags:
|
||||
|
||||
# showBreadcrumbs = true
|
||||
# showDate = false
|
||||
# showReadingTime = false
|
||||
# showWordCount = false
|
||||
# showPagination = false
|
||||
showBreadcrumbs: true
|
||||
# showDate: false
|
||||
showReadingTime: false
|
||||
showWordCount: false
|
||||
# showPagination: false
|
||||
|
||||
# feed_exclude = true
|
||||
# site_exclude = true
|
||||
# feed_exclude: true
|
||||
# site_exclude: true
|
||||
|
||||
draft = true
|
||||
draft: true
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
+++
|
||||
# vim: ft=markdown
|
||||
title = 'NanoVNA-F'
|
||||
summary = ''
|
||||
date = '2020-07-05'
|
||||
lastmod = '2023-08-12T15:25:56+0000'
|
||||
#categories = [ 'amateur-radio' ]
|
||||
#tags = []
|
||||
---
|
||||
title: NanoVNA-F
|
||||
summary:
|
||||
date: 2020-07-05
|
||||
lastmod: 2023-08-12T15:25:56+0000
|
||||
#categories:
|
||||
#- amateur-radio
|
||||
#tags:
|
||||
|
||||
showBreadcrumbs = true
|
||||
# showDate = false
|
||||
showReadingTime = false
|
||||
showWordCount = false
|
||||
# showPagination = false
|
||||
showBreadcrumbs: true
|
||||
# showDate: false
|
||||
showReadingTime: false
|
||||
showWordCount: false
|
||||
# showPagination: false
|
||||
|
||||
# feed_exclude = true
|
||||
# site_exclude = true
|
||||
# feed_exclude: true
|
||||
# site_exclude: true
|
||||
|
||||
draft = true
|
||||
draft: true
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
+++
|
||||
# vim: ft=markdown
|
||||
title = 'NanoVNA'
|
||||
summary = ''
|
||||
date = '2022-05-16'
|
||||
lastmod = '2023-08-12T15:25:56+0000'
|
||||
#categories = [ 'amateur-radio' ]
|
||||
#tags = []
|
||||
---
|
||||
title: NanoVNA
|
||||
summary:
|
||||
date: 2022-05-16
|
||||
lastmod: 2023-08-12T15:25:56+0000
|
||||
#categories:
|
||||
#- amateur-radio
|
||||
#tags:
|
||||
|
||||
showBreadcrumbs = true
|
||||
# showDate = false
|
||||
showReadingTime = false
|
||||
showWordCount = false
|
||||
# showPagination = false
|
||||
showBreadcrumbs: true
|
||||
# showDate: false
|
||||
showReadingTime: false
|
||||
showWordCount: false
|
||||
# showPagination: false
|
||||
|
||||
# feed_exclude = true
|
||||
# site_exclude = true
|
||||
# feed_exclude: true
|
||||
# site_exclude: true
|
||||
|
||||
draft = true
|
||||
draft: true
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
+++
|
||||
# vim: ft=markdown
|
||||
title = 'RigExpert Stick 230'
|
||||
summary = ''
|
||||
date = '2022-08-11'
|
||||
# lastmod = ''
|
||||
#categories = [ 'amateur-radio' ]
|
||||
#tags = [ '' ]
|
||||
---
|
||||
title: RigExpert Stick 230
|
||||
summary:
|
||||
date: 2022-08-11
|
||||
# lastmod:
|
||||
#categories:
|
||||
#- amateur-radio
|
||||
#tags:
|
||||
|
||||
showBreadcrumbs = true
|
||||
# showDate = false
|
||||
showReadingTime = false
|
||||
showWordCount = false
|
||||
# showPagination = false
|
||||
showBreadcrumbs: true
|
||||
# showDate: false
|
||||
showReadingTime: false
|
||||
showWordCount: false
|
||||
# showPagination: false
|
||||
|
||||
# feed_exclude = true
|
||||
# site_exclude = true
|
||||
# feed_exclude: true
|
||||
# site_exclude: true
|
||||
|
||||
draft = true
|
||||
draft: true
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
+++
|
||||
# vim: ft=markdown
|
||||
title = 'TinySA ultra'
|
||||
summary = ''
|
||||
date = '2023-08-01'
|
||||
lastmod = '2023-08-12T15:25:56+0000'
|
||||
#categories = [ 'amateur-radio' ]
|
||||
#tags = []
|
||||
---
|
||||
title: TinySA ultra
|
||||
summary:
|
||||
date: 2023-08-01
|
||||
lastmod: 2023-08-12T15:25:56+0000
|
||||
#categories:
|
||||
#- amateur-radio
|
||||
#tags:
|
||||
|
||||
showBreadcrumbs = true
|
||||
# showDate = false
|
||||
showReadingTime = false
|
||||
showWordCount = false
|
||||
# showPagination = false
|
||||
showBreadcrumbs: true
|
||||
# showDate: false
|
||||
showReadingTime: false
|
||||
showWordCount: false
|
||||
# showPagination: false
|
||||
|
||||
# feed_exclude = true
|
||||
# site_exclude = true
|
||||
# feed_exclude: true
|
||||
# site_exclude: true
|
||||
|
||||
draft = true
|
||||
draft: true
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
|
||||
|
|
|
@ -1,17 +1,23 @@
|
|||
+++
|
||||
title = 'Antennas'
|
||||
summary = '''I have no idea what antenna you should use. These are the
|
||||
antennas that I use (or used).'''
|
||||
#date = 2019-11-01
|
||||
#tags = [ 'antenna', 'portable', 'homebrew', 'chameleon', 'sotabeams', '', '',]
|
||||
showDate = false
|
||||
showDateUpdated = false
|
||||
showReadingTime = false
|
||||
showBreadcrumbs = true
|
||||
showPagination = false
|
||||
showWordCount = false
|
||||
---
|
||||
title: Antennas
|
||||
summary: >
|
||||
I have no idea what antenna you should use. These are the
|
||||
antennas that I use (or used).
|
||||
#date: 2019-11-01
|
||||
#tags:
|
||||
#- antenna
|
||||
#- portable
|
||||
#- homebrew
|
||||
#- chameleon
|
||||
#- sotabeams
|
||||
showDate: false
|
||||
showDateUpdated: false
|
||||
showReadingTime: false
|
||||
showBreadcrumbs: true
|
||||
showPagination: false
|
||||
showWordCount: false
|
||||
|
||||
feed_exclude = true
|
||||
weight = 30
|
||||
feed_exclude: true
|
||||
weight: 30
|
||||
|
||||
+++
|
||||
---
|
||||
|
|
|
@ -1,24 +1,26 @@
|
|||
+++
|
||||
# vim: ft=markdown
|
||||
title = 'Chameleon EMCOMM 3 Portable'
|
||||
summary = ''
|
||||
date = '2023-04-23T08:35:46+02:00'
|
||||
# lastmod = ''
|
||||
#categories = [ 'amateur-radio' ]
|
||||
#tags = [ 'chameleon', 'portable' ]
|
||||
---
|
||||
title: Chameleon EMCOMM 3 Portable
|
||||
summary:
|
||||
date: 2023-04-23T08:35:46+02:00
|
||||
lastmod:
|
||||
#categories:
|
||||
#- amateur-radio
|
||||
#tags:
|
||||
#- chameleon
|
||||
#- portable'
|
||||
|
||||
showBreadcrumbs = true
|
||||
# showDate = false
|
||||
showReadingTime = false
|
||||
showWordCount = false
|
||||
# showPagination = false
|
||||
showBreadcrumbs: true
|
||||
# showDate: false
|
||||
showReadingTime: false
|
||||
showWordCount: false
|
||||
# showPagination: false
|
||||
|
||||
# feed_exclude = true
|
||||
# site_exclude = true
|
||||
# feed_exclude: true
|
||||
# site_exclude: true
|
||||
|
||||
draft = true
|
||||
draft: true
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
A very rugged and good working antenna, a bit heavy for my taste.
|
||||
|
||||
|
|
|
@ -1,24 +1,26 @@
|
|||
+++
|
||||
# vim: ft=markdown
|
||||
title = 'Homebrew 20m Dipole'
|
||||
summary = ''
|
||||
date = '2023-04-23T08:51:00+02:00'
|
||||
# lastmod = ''
|
||||
#categories = [ 'amateur-radio' ]
|
||||
#tags = [ 'homebrew', 'dipole' ]
|
||||
---
|
||||
title: Homebrew 20m Dipole
|
||||
summary:
|
||||
date: 2023-04-23T08:51:00+02:00
|
||||
lastmod:
|
||||
#categories:
|
||||
#- amateur-radio
|
||||
#tags:
|
||||
#- homebrew
|
||||
#- dipole
|
||||
|
||||
showBreadcrumbs = true
|
||||
# showDate = false
|
||||
showReadingTime = false
|
||||
showWordCount = false
|
||||
# showPagination = false
|
||||
showBreadcrumbs: true
|
||||
# showDate: false
|
||||
showReadingTime: false
|
||||
showWordCount: false
|
||||
# showPagination: false
|
||||
|
||||
# feed_exclude = true
|
||||
# site_exclude = true
|
||||
# feed_exclude: true
|
||||
# site_exclude: true
|
||||
|
||||
draft = true
|
||||
draft: true
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
Beside some other little tryouts this is probably the first
|
||||
antenna that I built myself. It works without a tuner (depending
|
||||
|
|
|
@ -1,23 +1,24 @@
|
|||
+++
|
||||
# vim: ft=markdown
|
||||
title = 'Homebrew 40m Hw Endfed'
|
||||
summary = ''
|
||||
date = '2023-05-01T11:45:01+02:00'
|
||||
# lastmod = ''
|
||||
#categories = [ 'amateur-radio', 'computerstuff' ]
|
||||
#tags = []
|
||||
---
|
||||
title: Homebrew 40m Hw Endfed
|
||||
summary:
|
||||
date: 2023-05-01T11:45:01+02:00
|
||||
# lastmod:
|
||||
#categories:
|
||||
#- amateur-radio
|
||||
#- computerstuff
|
||||
#tags:
|
||||
|
||||
showBreadcrumbs = true
|
||||
# showDate = false
|
||||
showReadingTime = false
|
||||
showWordCount = false
|
||||
# showPagination = false
|
||||
showBreadcrumbs: true
|
||||
# showDate: false
|
||||
showReadingTime: false
|
||||
showWordCount: false
|
||||
# showPagination: false
|
||||
|
||||
# feed_exclude = true
|
||||
# site_exclude = true
|
||||
# feed_exclude: true
|
||||
# site_exclude: true
|
||||
|
||||
draft = true
|
||||
draft: true
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
|
||||
|
|
|
@ -1,24 +1,28 @@
|
|||
+++
|
||||
# vim: ft=markdown
|
||||
title = 'Homebrew 80m half-wave end-fed antenna'
|
||||
summary = ''
|
||||
date = '2023-05-01T11:44:57+02:00'
|
||||
# lastmod = ''
|
||||
#categories = [ 'amateur-radio' ]
|
||||
#tags = [ 'homebrew', 'end-fed', 'half-wave', 'portable' ]
|
||||
---
|
||||
title: Homebrew 80m half-wave end-fed antenna
|
||||
summary:
|
||||
date: 2023-05-01T11:44:57+02:00
|
||||
lastmod:
|
||||
#categories:
|
||||
#- amateur-radio
|
||||
#tags:
|
||||
#- homebrew
|
||||
#- end-fed
|
||||
#- half-wave
|
||||
#- portable
|
||||
|
||||
showBreadcrumbs = true
|
||||
# showDate = false
|
||||
showReadingTime = false
|
||||
showWordCount = false
|
||||
# showPagination = false
|
||||
showBreadcrumbs: true
|
||||
# showDate: false
|
||||
showReadingTime: false
|
||||
showWordCount: false
|
||||
# showPagination: false
|
||||
|
||||
# feed_exclude = true
|
||||
# site_exclude = true
|
||||
# feed_exclude: true
|
||||
# site_exclude: true
|
||||
|
||||
draft = true
|
||||
draft: true
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
This is the long version of my portable homebrew half-wave end-fed antenna.
|
||||
|
||||
|
|
|
@ -1,17 +1,26 @@
|
|||
+++
|
||||
title = "Handhelds"
|
||||
summary = """The ultra-lightweight transceivers. Mostly for 2m and/or 70cm.
|
||||
Some are digital-ready."""
|
||||
#date = 2019-11-01
|
||||
#tags = ["handheld", "portable", "icom", "yaesu", "radioddity", "wouxon", "anytone", "hytera"]
|
||||
showDate = false
|
||||
showDateUpdated = false
|
||||
showReadingTime = false
|
||||
showBreadcrumbs = true
|
||||
showPagination = false
|
||||
showWordCount = false
|
||||
---
|
||||
title: Handhelds
|
||||
summary: >
|
||||
The ultra-lightweight transceivers. Mostly for 2m and/or 70cm.
|
||||
Some are digital-ready.
|
||||
#date: 2019-11-01
|
||||
#tags:
|
||||
#- handheld
|
||||
#- portable
|
||||
#- icom
|
||||
#- yaesu
|
||||
#- radioddity
|
||||
#- wouxon
|
||||
#- anytone
|
||||
#- hytera
|
||||
showDate: false
|
||||
showDateUpdated: false
|
||||
showReadingTime: false
|
||||
showBreadcrumbs: true
|
||||
showPagination: false
|
||||
showWordCount: false
|
||||
|
||||
feed_exclude = true
|
||||
weight = 20
|
||||
feed_exclude: true
|
||||
weight: 20
|
||||
|
||||
+++
|
||||
---
|
||||
|
|
|
@ -1,16 +1,18 @@
|
|||
+++
|
||||
title = 'Anytone D878UV+'
|
||||
date = '2019-12-08'
|
||||
lastmod = '2023-10-01T11:36:07+0000'
|
||||
#categories = [ 'amateur-radio' ]
|
||||
showBreadcrumbs = true
|
||||
---
|
||||
title: Anytone D878UV+
|
||||
date: 2019-12-08
|
||||
lastmod: 2023-10-01T11:36:07+0000
|
||||
#categories:
|
||||
#- amateur-radio
|
||||
|
||||
# showDate = false
|
||||
showReadingTime = false
|
||||
showWordCount = false
|
||||
showBreadcrumbs: true
|
||||
|
||||
# showDate: false
|
||||
showReadingTime: false
|
||||
showWordCount: false
|
||||
# showPagination: false
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
![Anytone](d878uv.jpg)
|
||||
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
+++
|
||||
title = 'Hytera PD785G'
|
||||
summary = ''
|
||||
date = '2019-12-31'
|
||||
lastmod = '2023-10-08T19:07:43+0000'
|
||||
showBreadcrumbs = true
|
||||
---
|
||||
title: Hytera PD785G
|
||||
summary:
|
||||
date: 2019-12-31
|
||||
lastmod: 2023-10-08T19:07:43+0000
|
||||
showBreadcrumbs: true
|
||||
|
||||
# showDate = false
|
||||
showReadingTime = false
|
||||
showWordCount = false
|
||||
# showPagination = false
|
||||
# showDate: false
|
||||
showReadingTime: false
|
||||
showWordCount: false
|
||||
# showPagination: false
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
![PD785-G](pd785g.jpg)
|
||||
|
||||
|
|
|
@ -1,15 +1,17 @@
|
|||
+++
|
||||
title = 'Icom ID-52'
|
||||
summary = '''A really awesome handheld radio -- and it does D-STAR as a bonus.
|
||||
Check it out -- it's cool!'''
|
||||
date = '2021-12-10'
|
||||
lastmod = '2023-10-25T20:41:06+0000'
|
||||
#categories = [ 'amateur-radio' ]
|
||||
showBreadcrumbs = true
|
||||
showReadingTime = false
|
||||
showWordCount = false
|
||||
---
|
||||
title: Icom ID-52
|
||||
summary: >
|
||||
A really awesome handheld radio -- and it does D-STAR as a
|
||||
bonus. Check it out -- it's cool!
|
||||
date: 2021-12-10
|
||||
lastmod: 2023-10-25T20:41:06+0000
|
||||
#categories:
|
||||
#- amateur-radio
|
||||
showBreadcrumbs: true
|
||||
showReadingTime: false
|
||||
showWordCount: false
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
![ID-52](id52.jpg)
|
||||
|
||||
|
|
|
@ -1,15 +1,17 @@
|
|||
+++
|
||||
title = 'Radioddity GD-77'
|
||||
summary = '''Consider the OpenGD77 firmware and you're all set with a
|
||||
very user friendly and customizable handheld radio.'''
|
||||
date = '2020-10-17'
|
||||
lastmod = '2023-11-18T17:23:31+0000'
|
||||
#categories = [ 'amateur-radio' ]
|
||||
showBreadcrumbs = true
|
||||
showReadingTime = false
|
||||
showWordCount = false
|
||||
---
|
||||
title: Radioddity GD-77
|
||||
summary: >
|
||||
Consider the OpenGD77 firmware and you're all set with a very
|
||||
user friendly and customizable handheld radio.
|
||||
date: 2020-10-17
|
||||
lastmod: 2023-11-18T17:23:31+0000
|
||||
#categories:
|
||||
#- amateur-radio
|
||||
showBreadcrumbs: true
|
||||
showReadingTime: false
|
||||
showWordCount: false
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
![GD77](gd77.jpg )
|
||||
|
||||
|
|
|
@ -1,16 +1,17 @@
|
|||
+++
|
||||
title = 'Yaesu FT-3D'
|
||||
date = '2020-05-24'
|
||||
lastmod = '2023-10-22T12:42:50+0000'
|
||||
#categories = [ 'amateur-radio' ]
|
||||
showBreadcrumbs = true
|
||||
---
|
||||
title: Yaesu FT-3D
|
||||
date: 2020-05-24
|
||||
lastmod: 2023-10-22T12:42:50+0000
|
||||
#categories:
|
||||
#- amateur-radio
|
||||
showBreadcrumbs: true
|
||||
|
||||
# showDate = false
|
||||
showReadingTime = false
|
||||
showWordCount = false
|
||||
# showDate: false
|
||||
showReadingTime: false
|
||||
showWordCount: false
|
||||
# showPagination: false
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
C4FM as one of the easiest digital operating mode to set up. Enter your
|
||||
callsign and you're good to go.
|
||||
|
|
|
@ -1,16 +1,17 @@
|
|||
+++
|
||||
title = 'Yaesu FT-4XE'
|
||||
date = '2019-11-23'
|
||||
lastmod = '2023-10-08T18:39:40+0000'
|
||||
#categories = [ 'amateur-radio' ]
|
||||
showBreadcrumbs = true
|
||||
---
|
||||
title: Yaesu FT-4XE
|
||||
date: 2019-11-23
|
||||
lastmod: 2023-10-08T18:39:40+0000
|
||||
#categories:
|
||||
#- amateur-radio
|
||||
showBreadcrumbs: true
|
||||
|
||||
# showDate = false
|
||||
showReadingTime = false
|
||||
showWordCount = false
|
||||
# showDate: false
|
||||
showReadingTime: false
|
||||
showWordCount: false
|
||||
# showPagination: false
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
This is the first handheld radio (and the first radio at all) that I got.
|
||||
|
||||
|
|
|
@ -1,16 +1,22 @@
|
|||
+++
|
||||
title = "Software"
|
||||
summary = """Software I use or tested."""
|
||||
#date = 2019-11-01
|
||||
#tags = ["software", "cqrlog", "n1mm", "log4om", "qlog", "klog"]
|
||||
showDate = false
|
||||
showDateUpdated = false
|
||||
showReadingTime = false
|
||||
showBreadcrumbs = true
|
||||
showPagination = false
|
||||
showWordCount = false
|
||||
---
|
||||
title: Software
|
||||
summary: Software I use or tested.
|
||||
#date: 2019-11-01
|
||||
#tags:
|
||||
#- software
|
||||
#- cqrlog
|
||||
#- n1mm
|
||||
#- log4om
|
||||
#- qlog
|
||||
#- klog
|
||||
showDate: false
|
||||
showDateUpdated: false
|
||||
showReadingTime: false
|
||||
showBreadcrumbs: true
|
||||
showPagination: false
|
||||
showWordCount: false
|
||||
|
||||
feed_exclude = true
|
||||
weight = 50
|
||||
feed_exclude: true
|
||||
weight: 50
|
||||
|
||||
+++
|
||||
---
|
||||
|
|
|
@ -1,24 +1,26 @@
|
|||
+++
|
||||
# vim: ft=markdown
|
||||
title = 'Cloudlog'
|
||||
summary = ''
|
||||
date = '2023-02-10'
|
||||
# lastmod = ''
|
||||
#categories = [ 'amateur-radio' ]
|
||||
#tags = [ 'chameleon', 'portable' ]
|
||||
---
|
||||
title: Cloudlog
|
||||
summary:
|
||||
date: 2023-02-10
|
||||
# lastmod:
|
||||
#categories:
|
||||
#- amateur-radio
|
||||
#tags:
|
||||
#- chameleon
|
||||
#- portable
|
||||
|
||||
showBreadcrumbs = true
|
||||
# showDate = false
|
||||
showReadingTime = false
|
||||
showWordCount = false
|
||||
# showPagination = false
|
||||
showBreadcrumbs: true
|
||||
# showDate: false
|
||||
showReadingTime: false
|
||||
showWordCount: false
|
||||
# showPagination: false
|
||||
|
||||
# feed_exclude = true
|
||||
# site_exclude = true
|
||||
# feed_exclude: true
|
||||
# site_exclude: true
|
||||
|
||||
draft = true
|
||||
draft: true
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
My default logging “application”. It is used online.
|
||||
|
||||
|
|
|
@ -1,24 +1,26 @@
|
|||
+++
|
||||
# vim: ft=markdown
|
||||
title = 'CQRLOG'
|
||||
summary = ''
|
||||
date = '2023-02-10'
|
||||
# lastmod = ''
|
||||
#categories = [ 'amateur-radio' ]
|
||||
#tags = [ 'chameleon', 'portable' ]
|
||||
---
|
||||
title: CQRLOG
|
||||
summary:
|
||||
date: 2023-02-10
|
||||
# lastmod:
|
||||
#categories:
|
||||
#- amateur-radio
|
||||
#tags:
|
||||
#- chameleon
|
||||
#- portable
|
||||
|
||||
showBreadcrumbs = true
|
||||
# showDate = false
|
||||
showReadingTime = false
|
||||
showWordCount = false
|
||||
# showPagination = false
|
||||
showBreadcrumbs: true
|
||||
# showDate: false
|
||||
showReadingTime: false
|
||||
showWordCount: false
|
||||
# showPagination: false
|
||||
|
||||
# feed_exclude = true
|
||||
# site_exclude = true
|
||||
# feed_exclude: true
|
||||
# site_exclude: true
|
||||
|
||||
draft = true
|
||||
draft: true
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
I used this for a while, is very bloated and with it's own database
|
||||
(running mariadb in the “background”) it is very functional. Lets you
|
||||
|
|
|
@ -1,24 +1,26 @@
|
|||
+++
|
||||
# vim: ft=markdown
|
||||
title = 'QLog'
|
||||
summary = ''
|
||||
date = '2023-02-10'
|
||||
# lastmod = ''
|
||||
#categories = [ 'amateur-radio' ]
|
||||
#tags = [ 'chameleon', 'portable' ]
|
||||
---
|
||||
title: QLog
|
||||
summary:
|
||||
date: 2023-02-10
|
||||
# lastmod:
|
||||
#categories:
|
||||
#- amateur-radio
|
||||
#tags:
|
||||
#- chameleon
|
||||
#- portable
|
||||
|
||||
showBreadcrumbs = true
|
||||
# showDate = false
|
||||
showReadingTime = false
|
||||
showWordCount = false
|
||||
# showPagination = false
|
||||
showBreadcrumbs: true
|
||||
# showDate: false
|
||||
showReadingTime: false
|
||||
showWordCount: false
|
||||
# showPagination: false
|
||||
|
||||
# feed_exclude = true
|
||||
# site_exclude = true
|
||||
# feed_exclude: true
|
||||
# site_exclude: true
|
||||
|
||||
draft = true
|
||||
draft: true
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
I've tested this in it's early stage and I don't know about it's actual
|
||||
progress, but it looked very promising and actively developed by Ladislav
|
||||
|
|
|
@ -1,24 +1,26 @@
|
|||
+++
|
||||
# vim: ft=markdown
|
||||
title = 'RUMlogNG'
|
||||
summary = ''
|
||||
date = '2023-02-10'
|
||||
# lastmod = ''
|
||||
#categories = [ 'amateur-radio' ]
|
||||
#tags = [ 'chameleon', 'portable' ]
|
||||
---
|
||||
title: RUMlogNG
|
||||
summary:
|
||||
date: 2023-02-10
|
||||
# lastmod:
|
||||
#categories:
|
||||
#- amateur-radio
|
||||
#tags:
|
||||
#- chameleon
|
||||
#- portable
|
||||
|
||||
showBreadcrumbs = true
|
||||
# showDate = false
|
||||
showReadingTime = false
|
||||
showWordCount = false
|
||||
# showPagination = false
|
||||
showBreadcrumbs: true
|
||||
# showDate: false
|
||||
showReadingTime: false
|
||||
showWordCount: false
|
||||
# showPagination: false
|
||||
|
||||
# feed_exclude = true
|
||||
# site_exclude = true
|
||||
# feed_exclude: true
|
||||
# site_exclude: true
|
||||
|
||||
draft = true
|
||||
draft: true
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
For MacOS only. This is one of the best logging applications for MacOS that
|
||||
I know of. If I'd still had my MacbookPro, I'd still run this Application.
|
||||
|
|
|
@ -1,17 +1,22 @@
|
|||
+++
|
||||
title = "Transceivers"
|
||||
summary = """The big ones. May contain QRP transceivers."""
|
||||
#date = 2022-11-16T22:19:11+01:00
|
||||
#tags = ["transceiver", "portable", "icom", "yaesu", "lab599"]
|
||||
---
|
||||
title: Transceivers
|
||||
summary: The big ones. May contain QRP transceivers.
|
||||
#date: 2022-11-16T22:19:11+01:00
|
||||
#tags:
|
||||
#- transceiver
|
||||
#- portable
|
||||
#- icom
|
||||
#- yaesu
|
||||
#- lab599
|
||||
|
||||
showDate = false
|
||||
showDateUpdated = false
|
||||
showReadingTime = false
|
||||
showBreadcrumbs = true
|
||||
showPagination = false
|
||||
showWordCount = false
|
||||
showDate: false
|
||||
showDateUpdated: false
|
||||
showReadingTime: false
|
||||
showBreadcrumbs: true
|
||||
showPagination: false
|
||||
showWordCount: false
|
||||
|
||||
feed_exclude = true
|
||||
weight = 10
|
||||
feed_exclude: true
|
||||
weight: 10
|
||||
|
||||
+++
|
||||
---
|
||||
|
|
|
@ -1,19 +1,21 @@
|
|||
+++
|
||||
title = 'Icom IC-7300'
|
||||
date = '2019-12-07'
|
||||
#categories = [ 'amateur-radio' ]
|
||||
#tags = [ 'icom' ]
|
||||
---
|
||||
title: Icom IC-7300
|
||||
date: 2019-12-07
|
||||
#categories:
|
||||
#- amateur-radio
|
||||
#tags:
|
||||
#- icom
|
||||
|
||||
showBreadcrumbs = true
|
||||
# showDate = false
|
||||
showReadingTime = false
|
||||
showWordCount = false
|
||||
showBreadcrumbs: true
|
||||
# showDate: false
|
||||
showReadingTime: false
|
||||
showWordCount: false
|
||||
# showPagination: false
|
||||
|
||||
# feed_exclude = true
|
||||
# site_exclude = true
|
||||
# feed_exclude: true
|
||||
# site_exclude: true
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
The first shortwave transceiver that I bought. I got told this has
|
||||
one of the best receivers and filter techniques on the beginner segment.
|
||||
|
|
|
@ -1,22 +1,24 @@
|
|||
+++
|
||||
title = 'Lab599 Discovery TX-500'
|
||||
summary = '''A nice radio for portable operation. None of my other radios can beat
|
||||
this one out in the field.'''
|
||||
date = '2022-11-04'
|
||||
#lastmod = '2022-11-12T19:51:31+01:00'
|
||||
#categories = [ 'amateur-radio' ]
|
||||
#tags = [ 'lab599' ]
|
||||
---
|
||||
title: Lab599 Discovery TX-500
|
||||
summary: >
|
||||
A nice radio for portable operation.
|
||||
date: 2022-11-04
|
||||
#lastmod: 2022-11-12T19:51:31+01:00
|
||||
#categories:
|
||||
#- amateur-radio
|
||||
#tags:
|
||||
#- lab599
|
||||
|
||||
showBreadcrumbs = true
|
||||
# showDate = false
|
||||
showReadingTime = false
|
||||
showWordCount = false
|
||||
# showPagination = false
|
||||
showBreadcrumbs: true
|
||||
# showDate: false
|
||||
showReadingTime: false
|
||||
showWordCount: false
|
||||
# showPagination: false
|
||||
|
||||
# feed_exclude = true
|
||||
# site_exclude = true
|
||||
# feed_exclude: true
|
||||
# site_exclude: true
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
This is the third HF transceiver that I bought. I was looking for a while for
|
||||
an alternative to the FT-891, because I wanted something leightweight for my
|
||||
|
|
|
@ -1,15 +1,19 @@
|
|||
+++
|
||||
title = 'Yaesu FT-891'
|
||||
aliases = [ '/equipment/transceiver/yaesu-fd891/', '/equipment/transceiver/yaesu-ft891/' ]
|
||||
date = '2020-06-21T14:20:47+01:00'
|
||||
#lastmod = '2022-11-12T19:51:31+01:00'
|
||||
#categories = [ 'amateur-radio' ]
|
||||
#tags = [ 'yaesu' ]
|
||||
showBreadcrumbs = true
|
||||
showReadingTime = false
|
||||
showWordCount = false
|
||||
---
|
||||
title: Yaesu FT-891
|
||||
aliases:
|
||||
- /equipment/transceiver/yaesu-fd891/
|
||||
- /equipment/transceiver/yaesu-ft891/
|
||||
date: 2020-06-21T14:20:47+01:00
|
||||
#lastmod: 2022-11-12T19:51:31+01:00
|
||||
#categories:
|
||||
#- amateur-radio
|
||||
#tags:
|
||||
#- yaesu
|
||||
showBreadcrumbs: true
|
||||
showReadingTime: false
|
||||
showWordCount: false
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
I got this because the IC-7300 was too chunky to be effectively
|
||||
transported within a rucksack. Also I feared scratches in its big
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
+++
|
||||
title = "LICENSE"
|
||||
date = "2022-12-04T18:15:03+01:00"
|
||||
lastmod = '2023-11-17T17:03:17+0000'
|
||||
---
|
||||
title: LICENSE
|
||||
date: 2022-12-04T18:15:03+01:00
|
||||
lastmod: 2023-11-17T17:03:17+0000
|
||||
|
||||
comment = false
|
||||
comment: false
|
||||
|
||||
showDate = false
|
||||
showReadingTime = false
|
||||
showWordCount = false
|
||||
showPagination = false
|
||||
showAuthor = false
|
||||
showDate: false
|
||||
showReadingTime: false
|
||||
showWordCount: false
|
||||
showPagination: false
|
||||
showAuthor: false
|
||||
|
||||
sharingLinks = false
|
||||
sharingLinks: false
|
||||
|
||||
feed_exclude = true
|
||||
#site_exclude = true
|
||||
feed_exclude: true
|
||||
#site_exclude: true
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
The **content** (all non-code content) on my website is licensed under the
|
||||
[CC BY-NC-ND 4.0][cc] --- unless specified otherwise.
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
+++
|
||||
title = "Links"
|
||||
summary = """Listing links of (hopefully) useful websites"""
|
||||
date = "2022-11-20T15:56:36+0100"
|
||||
lastmod = '2023-04-10T08:06:48+0000'
|
||||
---
|
||||
title: Links
|
||||
summary: Listing links of (hopefully) useful websites
|
||||
date: 2022-11-20T15:56:36+0100
|
||||
lastmod: 2023-04-10T08:06:48+0000
|
||||
|
||||
comment = false
|
||||
comment: false
|
||||
|
||||
showDate = false
|
||||
showReadingTime = false
|
||||
showWordCount = false
|
||||
showPagination = false
|
||||
showDate: false
|
||||
showReadingTime: false
|
||||
showWordCount: false
|
||||
showPagination: false
|
||||
|
||||
feed_exclude = true
|
||||
feed_exclude: true
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
Nothing to see here, move along!
|
||||
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
+++
|
||||
title = 'Notes'
|
||||
date = '2023-11-04T08:01:00+01:00'
|
||||
#lastmod = ''
|
||||
---
|
||||
title: Notes
|
||||
date: 2023-11-04T08:01:00+01:00
|
||||
#lastmod:
|
||||
|
||||
groupByYear = false
|
||||
showDate = false
|
||||
showDateUpdated = false
|
||||
showReadingTime = false
|
||||
showWordCount = false
|
||||
showBreadcrumbs = true
|
||||
groupByYear: false
|
||||
showDate: false
|
||||
showDateUpdated: false
|
||||
showReadingTime: false
|
||||
showWordCount: false
|
||||
showBreadcrumbs: true
|
||||
|
||||
feed_exclude = true
|
||||
feed_exclude: true
|
||||
|
||||
#showPagination = false
|
||||
#showAuthor = false
|
||||
#showPagination: false
|
||||
#showAuthor: false
|
||||
|
||||
draft = true
|
||||
draft: true
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
These are my notes. They are usually too small to create an extra article.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Raspberry Pi"
|
||||
title: Raspberry Pi
|
||||
date: 2023-11-25T09:14:35+01:00
|
||||
#lastmod:
|
||||
|
||||
|
|
|
@ -1,22 +1,25 @@
|
|||
+++
|
||||
title = 'Pat winlink on OpenBSD'
|
||||
summary = '''Trying out [pat](https://getpat.io) on my OpenBSD laptop.'''
|
||||
date = '2023-11-12T14:18:57+01:00'
|
||||
#lastmod = ''
|
||||
categories = [ 'amateur-radio' ]
|
||||
tags = [ 'winlink', 'openbsd' ]
|
||||
---
|
||||
title: Pat winlink on OpenBSD
|
||||
summary: Trying out [pat](https://getpat.io) on my OpenBSD laptop.
|
||||
date: 2023-11-12T14:18:57+01:00
|
||||
#lastmod:
|
||||
categories:
|
||||
- amateur-radio
|
||||
tags:
|
||||
- winlink
|
||||
- openbsd
|
||||
|
||||
# showBreadcrumbs = true
|
||||
# showDate = false
|
||||
# showReadingTime = false
|
||||
# showWordCount = false
|
||||
# showPagination = false
|
||||
# showBreadcrumbs: true
|
||||
# showDate: false
|
||||
# showReadingTime: false
|
||||
# showWordCount: false
|
||||
# showPagination: false
|
||||
|
||||
# feed_exclude = true
|
||||
# site_exclude = true
|
||||
# feed_exclude: true
|
||||
# site_exclude: true
|
||||
|
||||
draft = true
|
||||
draft: true
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
|
||||
|
|
|
@ -1,24 +1,26 @@
|
|||
+++
|
||||
title = 'UPS Plus on the Raspberry Pi 3'
|
||||
summary = '''I recently bought a UPS head for my Raspberry Pi 3 that
|
||||
makes use of my akkus of the type 18650.'''
|
||||
date = '2023-11-25T06:46:12+01:00'
|
||||
#lastmod = ''
|
||||
categories = [ 'amateur-radio' ]
|
||||
tags = []
|
||||
---
|
||||
title: UPS Plus on the Raspberry Pi 3
|
||||
summary: >
|
||||
I recently bought a UPS head for my Raspberry Pi 3 that makes
|
||||
use of my akkus of the type 18650.
|
||||
date: 2023-11-25T06:46:12+01:00
|
||||
#lastmod:
|
||||
categories:
|
||||
- amateur-radio
|
||||
tags:
|
||||
|
||||
# showBreadcrumbs = true
|
||||
# showDate = false
|
||||
# showReadingTime = false
|
||||
# showWordCount = false
|
||||
# showPagination = false
|
||||
# showBreadcrumbs: true
|
||||
# showDate: false
|
||||
# showReadingTime: false
|
||||
# showWordCount: false
|
||||
# showPagination: false
|
||||
|
||||
# feed_exclude = true
|
||||
# site_exclude = true
|
||||
# feed_exclude: true
|
||||
# site_exclude: true
|
||||
|
||||
draft = true
|
||||
draft: true
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
in home dir
|
||||
|
||||
|
|
|
@ -1,23 +1,22 @@
|
|||
+++
|
||||
# vim: ft=markdown
|
||||
title = 'Imprint / Privacy'
|
||||
date = '2023-04-09T22:13:55+0200'
|
||||
lastmod = '2023-11-17T17:03:17+0000'
|
||||
---
|
||||
title: Imprint / Privacy
|
||||
date: 2023-04-09T22:13:55+0200
|
||||
lastmod: 2023-11-17T17:03:17+0000
|
||||
|
||||
comment = false
|
||||
comment: false
|
||||
|
||||
showDate = false
|
||||
showReadingTime = false
|
||||
showWordCount = false
|
||||
showPagination = false
|
||||
showAuthor = false
|
||||
showDate: false
|
||||
showReadingTime: false
|
||||
showWordCount: false
|
||||
showPagination: false
|
||||
showAuthor: false
|
||||
|
||||
sharingLinks = false
|
||||
sharingLinks: false
|
||||
|
||||
feed_exclude = true
|
||||
# site_exclude = true
|
||||
feed_exclude: true
|
||||
# site_exclude: true
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
This page is needed for German law as the server is located in Germany.
|
||||
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
+++
|
||||
title = 'Recipes'
|
||||
date = '2023-11-15T22:16:53+0100'
|
||||
#lastmod = ''
|
||||
---
|
||||
title: Recipes
|
||||
date: 2023-11-15T22:16:53+0100
|
||||
#lastmod:
|
||||
|
||||
#showDate = false
|
||||
showReadingTime = false
|
||||
showWordCount = false
|
||||
showPagination = false
|
||||
#showAuthor = false
|
||||
showBreadcrumbs = true
|
||||
#showDate: false
|
||||
showReadingTime: false
|
||||
showWordCount: false
|
||||
showPagination: false
|
||||
#showAuthor: false
|
||||
showBreadcrumbs: true
|
||||
|
||||
feed_exclude = true
|
||||
# site_exclude = true
|
||||
feed_exclude: true
|
||||
# site_exclude: true
|
||||
|
||||
draft = true
|
||||
draft: true
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
## Frühstücksei
|
||||
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
+++
|
||||
# vim: ft=markdown
|
||||
title = 'Regionaldirektion fuer Zölle und indirekte Steuern'
|
||||
summary = ''
|
||||
date = '2023-07-29T17:01:28+02:00'
|
||||
# lastmod = ''
|
||||
# categories = [ 'spam' ]
|
||||
# tags = []
|
||||
---
|
||||
title: Regionaldirektion fuer Zölle und indirekte Steuern
|
||||
summary:
|
||||
date: 2023-07-29T17:01:28+02:00
|
||||
# lastmod:
|
||||
# categories:
|
||||
#- spam
|
||||
# tags:
|
||||
|
||||
# showBreadcrumbs = true
|
||||
# showDate = false
|
||||
# showReadingTime = false
|
||||
# showWordCount = false
|
||||
# showPagination = false
|
||||
# showBreadcrumbs: true
|
||||
# showDate: false
|
||||
# showReadingTime: false
|
||||
# showWordCount: false
|
||||
# showPagination: false
|
||||
|
||||
#feed_exclude = true
|
||||
#site_exclude = true
|
||||
#feed_exclude: true
|
||||
#site_exclude: true
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
Okay this is probably one of the “better” mails that I got in my Junk mail folder.
|
||||
|
||||
|
|
|
@ -1,21 +1,22 @@
|
|||
+++
|
||||
title = 'Netcup phishing'
|
||||
summary = 'They really think I got my domain from Netcup \*lol\*'
|
||||
date = '2023-11-17T16:35:12+0100'
|
||||
lastmod = '2023-11-18T11:50:01+0000'
|
||||
# categories = [ 'spam' ]
|
||||
# tags = []
|
||||
---
|
||||
title: Netcup phishing
|
||||
summary: They really think I got my domain from Netcup \*lol\*
|
||||
date: 2023-11-17T16:35:12+0100
|
||||
lastmod: 2023-11-18T11:50:01+0000
|
||||
# categories:
|
||||
#- spam
|
||||
# tags:
|
||||
|
||||
# showBreadcrumbs = true
|
||||
# showDate = false
|
||||
# showReadingTime = false
|
||||
# showWordCount = false
|
||||
# showPagination = false
|
||||
# showBreadcrumbs: true
|
||||
# showDate: false
|
||||
# showReadingTime: false
|
||||
# showWordCount: false
|
||||
# showPagination: false
|
||||
|
||||
# feed_exclude = true
|
||||
# site_exclude = true
|
||||
# feed_exclude: true
|
||||
# site_exclude: true
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
Okay this one is not a "good" one, in terms of a good phishing email, because it
|
||||
is obviosly a phishing email since I do not have the mentioned product bought at
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
+++
|
||||
title = "Mail spam I received"
|
||||
groupByYear = false
|
||||
showDate = false
|
||||
showDateUpdated = false
|
||||
showReadingTime = false
|
||||
showWordCount = false
|
||||
---
|
||||
title: Mail spam I received
|
||||
groupByYear: false
|
||||
showDate: false
|
||||
showDateUpdated: false
|
||||
showReadingTime: false
|
||||
showWordCount: false
|
||||
|
||||
feed_exclude = true
|
||||
feed_exclude: true
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
These are some of the “best” spam mails that I received and wanted to share
|
||||
with you.
|
||||
|
|
Loading…
Reference in a new issue