Compare commits
4 Commits
3ae532ca0c
...
16713a611f
Author | SHA1 | Date | |
---|---|---|---|
16713a611f
|
|||
12a24a7454
|
|||
ae6e7e8b2b
|
|||
68797a79ab
|
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,6 +1,6 @@
|
||||
[submodule "content/themes/ananke"]
|
||||
path = content/themes/ananke
|
||||
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git
|
||||
[submodule "content/themes/hextra"]
|
||||
path = content/themes/hextra
|
||||
url = https://github.com/imfing/hextra
|
||||
[submodule "content/themes/hugo-theme-techdoc-x"]
|
||||
path = content/themes/hugo-theme-techdoc-x
|
||||
url = https://github.com/wollud1969/hugo-theme-techdoc
|
||||
|
@ -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/`.
|
||||
|
||||
Call `update-ca-certificates` as root.
|
||||
|
@ -1,7 +1,6 @@
|
||||
---
|
||||
toc: false
|
||||
title: "Colors in Minicom"
|
||||
---
|
||||
# Colors in Minicom
|
||||
|
||||
To start `minicom` in color mode use
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
# iSCSI on Linux
|
||||
---
|
||||
title: "iSCSI on Linux"
|
||||
---
|
||||
|
||||
## Preparation
|
||||
Install `open-iscsi`, at least on Debian systems.
|
||||
|
@ -1,4 +1,6 @@
|
||||
# Neovim Setup
|
||||
---
|
||||
title: "Neovim Setup"
|
||||
---
|
||||
|
||||
Lots of information on nvim can be found for instance here:
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,6 @@
|
||||
---
|
||||
title: "Solution for Prince of Persia 1"
|
||||
---
|
||||
# Lösung Prince of Persia 1
|
||||
|
||||
## Komplettlösung zu "Prince of Persia 1"
|
||||
|
@ -1,7 +1,6 @@
|
||||
---
|
||||
toc: false
|
||||
title: "PuTTY and OPENGPG hardware keys"
|
||||
---
|
||||
# PuTTY and OpenGPG hardware keys
|
||||
|
||||
* install gpg4win installed
|
||||
* create or edit the file `gpg-agent.conf`, usually in `c:\Users\XXX\AppData\Roaming\gnupg\`:
|
||||
|
@ -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
|
||||
* Stop services using the disk
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
title: "Minimal Setups"
|
||||
toc: false
|
||||
---
|
||||
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
title: "PL 9823 meets MSP430"
|
||||
---
|
||||
|
||||
## Generating signals for PL 9823 using a MSP430
|
||||
|
||||
### Debugging
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
title: "Tetris"
|
||||
---
|
||||
|
||||
# Tetris - Hardware and Software
|
||||
|
||||

|
||||
|
@ -3,36 +3,19 @@ languageCode: "en-us"
|
||||
title: "Minimal Setups"
|
||||
theme: "ananke"
|
||||
# theme: "hextra"
|
||||
theme: "hugo-theme-techdoc-x"
|
||||
googleAnalystics: ""
|
||||
|
||||
params:
|
||||
search:
|
||||
enable: true
|
||||
type: flexsearch
|
||||
flexsearch:
|
||||
index: content
|
||||
tokenize: forward
|
||||
footer:
|
||||
displayCopyright: false
|
||||
displayPoweredBy: false
|
||||
menu_style: "slide-menu"
|
||||
|
||||
menu:
|
||||
main:
|
||||
- name: How Tos
|
||||
pageRef: /howtos
|
||||
weight: 1
|
||||
- name: Articles
|
||||
pageRef: /articles
|
||||
weight: 2
|
||||
- name: Keys
|
||||
pageRef: /keys
|
||||
weight: 3
|
||||
- name: About
|
||||
pageRef: /about
|
||||
weight: 4
|
||||
- name: Search
|
||||
weight: 5
|
||||
params:
|
||||
type: search
|
||||
|
||||
|
||||
|
Submodule content/themes/hextra deleted from a933f464f5
1
content/themes/hugo-theme-techdoc-x
Submodule
1
content/themes/hugo-theme-techdoc-x
Submodule
Submodule content/themes/hugo-theme-techdoc-x added at 0d749fda74
Reference in New Issue
Block a user