Compare commits
4 Commits
0e316888b8
...
8c536089b1
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c536089b1 | |||
| 626af9629e | |||
| feb58e4ff0 | |||
| bd3eb90983 |
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
23
hugo.toml
23
hugo.toml
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user