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" title: "My Health Protocol"
date: "2024-03-07" date: "2024-03-07T12:00:00-07:00"
author: "HyperVegan" author: "HyperVegan"
tags: tags:
- book - book

View File

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

View File

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

View File

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