Compare commits

...

4 Commits

Author SHA1 Message Date
16713a611f themes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2025-01-14 14:54:10 +01:00
12a24a7454 changes 2025-01-14 14:50:42 +01:00
ae6e7e8b2b changes 2025-01-14 14:50:32 +01:00
68797a79ab changes 2025-01-14 14:49:29 +01:00
16 changed files with 29 additions and 38 deletions

6
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "content/themes/ananke"] [submodule "content/themes/ananke"]
path = content/themes/ananke path = content/themes/ananke
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git url = https://github.com/theNewDynamic/gohugo-theme-ananke.git
[submodule "content/themes/hextra"] [submodule "content/themes/hugo-theme-techdoc-x"]
path = content/themes/hextra path = content/themes/hugo-theme-techdoc-x
url = https://github.com/imfing/hextra url = https://github.com/wollud1969/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-x"
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