Compare commits

..

4 Commits

4 changed files with 27 additions and 17 deletions

View File

@@ -1,7 +1,6 @@
---
draft: yes
title: "My Health Protocol"
date: "2024-03-07"
date: "2024-03-07T12:00:00-07:00"
author: "HyperVegan"
tags:
- book

View File

@@ -1,16 +1,16 @@
---
title: "SSH Key Access"
author: "Hyperling"
date: 2025-11-13T20:00:00-07:00
date: "2025-11-12T20:00:00-07:00"
tags:
- "tech"
- tech
- networking
- linux
- ssh
categories:
- "guides"
- guides
series:
- "sysadmin"
- sysadmin
---
How to set up an SSH key and use it to access a remote machine.

View File

@@ -1,7 +1,7 @@
---
title: Preventing Hacks
author: Hyperling
date: 2025-11-13 T21:00:00-07:00
title: "Preventing Hacks"
author: "Hyperling"
date: "2025-11-13T20:00:00-07:00"
tags:
- tech
- hacking
@@ -17,8 +17,8 @@ series:
- sysadmin
# TBD/TODO: Is the theme oreventing this from working properly?
toc: true
toc_start_level: 3
toc_end_level: 5
#toc_start_level: 3
#toc_end_level: 5
---
How to check for system vulnerabilities.

View File

@@ -124,16 +124,27 @@ theme = "hello-friend-ng"
# url = "/tags/blog"
# weight = 1
#[[menu.main]]
# identifier = "60-poetry"
# name = "Poetry"
# url = "/tags/poem"
# weight = 1
[[menu.main]]
identifier = "60-poetry"
name = "Poetry"
url = "/tags/poem"
weight = 1
[[menu.main]]
identifier = "70-tech"
name = "Tech"
url = "/tags/tech"
weight = 9
#[[menu.main]]
# identifier = "80-books"
# name = "eBooks"
# url = "https://hyperling.com/books"
# weight = 9
[[menu.main]]
identifier = "80-books"
name = "eBooks"
url = "https://hyperling.com/books"
url = "/tags/book"
weight = 9
# End parameters related to: