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