This commit is contained in:
Wolfgang Hottgenroth 2025-01-14 14:49:29 +01:00
parent 3ae532ca0c
commit 68797a79ab
Signed by: wn
GPG Key ID: 18FDFA577A8871AD
18 changed files with 41 additions and 34 deletions

12
.gitmodules vendored
View File

@ -4,3 +4,15 @@
[submodule "content/themes/hextra"] [submodule "content/themes/hextra"]
path = content/themes/hextra path = content/themes/hextra
url = https://github.com/imfing/hextra url = https://github.com/imfing/hextra
[submodule "content/themes/hugo-book"]
path = content/themes/hugo-book
url = https://github.com/alex-shpak/hugo-book
[submodule "content/themes/mainroad"]
path = content/themes/mainroad
url = https://github.com/Vimux/Mainroad
[submodule "content/themes/hugo-theme-relearn"]
path = content/themes/hugo-theme-relearn
url = https://github.com/McShelby/hugo-theme-relearn
[submodule "content/themes/hugo-theme-techdoc"]
path = content/themes/hugo-theme-techdoc
url = https://github.com/thingsym/hugo-theme-techdoc

View File

@ -1,8 +1,7 @@
--- ---
toc: false title: "How to add a CA certificate in Debian"
--- ---
# How to add a CA certificate in Debian
Copy CA file with extension `crt` into `/usr/local/share/ca-certificates/`. Copy CA file with extension `crt` into `/usr/local/share/ca-certificates/`.
Call `update-ca-certificates` as root. Call `update-ca-certificates` as root.

View File

@ -1,7 +1,6 @@
--- ---
toc: false title: "Colors in Minicom"
--- ---
# Colors in Minicom
To start `minicom` in color mode use To start `minicom` in color mode use

View File

@ -1,4 +1,6 @@
# iSCSI on Linux ---
title: "iSCSI on Linux"
---
## Preparation ## Preparation
Install `open-iscsi`, at least on Debian systems. Install `open-iscsi`, at least on Debian systems.

View File

@ -1,4 +1,6 @@
# Neovim Setup ---
title: "Neovim Setup"
---
Lots of information on nvim can be found for instance here: Lots of information on nvim can be found for instance here:

View File

@ -1,7 +1,6 @@
--- ---
toc: false title: "Execute occ in Nextcloud pod"
--- ---
# Execute occ in Nextcloud pod
First, look up the name of the pod using First, look up the name of the pod using

View File

@ -1,3 +1,6 @@
---
title: "Solution for Prince of Persia 1"
---
# Lösung Prince of Persia 1 # Lösung Prince of Persia 1
## Komplettlösung zu "Prince of Persia 1" ## Komplettlösung zu "Prince of Persia 1"

View File

@ -1,7 +1,6 @@
--- ---
toc: false title: "PuTTY and OPENGPG hardware keys"
--- ---
# PuTTY and OpenGPG hardware keys
* install gpg4win installed * install gpg4win installed
* create or edit the file `gpg-agent.conf`, usually in `c:\Users\XXX\AppData\Roaming\gnupg\`: * create or edit the file `gpg-agent.conf`, usually in `c:\Users\XXX\AppData\Roaming\gnupg\`:

View File

@ -1,7 +1,6 @@
--- ---
toc: false title: "Resize HDD on running system"
--- ---
# Resize HDD on running system
* Resize target on VMWare or on Synology or where ever it is provided * Resize target on VMWare or on Synology or where ever it is provided
* Stop services using the disk * Stop services using the disk

View File

@ -1,7 +1,6 @@
--- ---
toc: false title: "snmpwalk with numeric and text output of oid"
--- ---
# snmpwalk with numeric and text output of oid
``` ```
snmpwalk -v 2c -c $COMMUNITY -On $HOST $BASE_OID | while read -r line; do snmpwalk -v 2c -c $COMMUNITY -On $HOST $BASE_OID | while read -r line; do

View File

@ -1,6 +1,5 @@
--- ---
title: "Minimal Setups" title: "Minimal Setups"
toc: false
--- ---

View File

@ -1,3 +1,7 @@
---
title: "PL 9823 meets MSP430"
---
## Generating signals for PL 9823 using a MSP430 ## Generating signals for PL 9823 using a MSP430
### Debugging ### Debugging

View File

@ -1,3 +1,7 @@
---
title: "Tetris"
---
# Tetris - Hardware and Software # Tetris - Hardware and Software
![](/IMG_4936.jpg) ![](/IMG_4936.jpg)

View File

@ -3,36 +3,19 @@ languageCode: "en-us"
title: "Minimal Setups" title: "Minimal Setups"
theme: "ananke" theme: "ananke"
# theme: "hextra" # theme: "hextra"
theme: "hugo-theme-techdoc"
googleAnalystics: "" googleAnalystics: ""
params: params:
search: menu_style: "slide-menu"
enable: true
type: flexsearch
flexsearch:
index: content
tokenize: forward
footer:
displayCopyright: false
displayPoweredBy: false
menu: menu:
main: main:
- name: How Tos
pageRef: /howtos
weight: 1
- name: Articles
pageRef: /articles
weight: 2
- name: Keys - name: Keys
pageRef: /keys pageRef: /keys
weight: 3 weight: 3
- name: About - name: About
pageRef: /about pageRef: /about
weight: 4 weight: 4
- name: Search
weight: 5
params:
type: search

@ -0,0 +1 @@
Subproject commit 7c78a39c531aa2492ed7e92f2ce9dfb2c8c0d3fa

@ -0,0 +1 @@
Subproject commit 80e448e5bdaa92c87ee0d0d86f1125c8606ebf5f

@ -0,0 +1 @@
Subproject commit 56dca591b7b45c9eb81c7c8724515354378a88f3

@ -0,0 +1 @@
Subproject commit 13e04b3694ea2d20a68cfbfaea42a8c565079809