Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@
"MD025": false,
"MD026": false,
"MD033": false,
"MD041": false,
"MD045": false,
"MD059": false
"MD041": false
}
4 changes: 2 additions & 2 deletions BuildAVM/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ marp: true

# VM Skeleton - too many buttons to get right

![](image01.png)
![VirtualBox VM configuration screenshot](image01.png)

---

Expand Down Expand Up @@ -346,4 +346,4 @@ jgrasp:

# Contributing to the project

![](image08.png)
![GitHub project page screenshot](image08.png)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ For slides rendered to PDF or presentation notes for offline reading, download t
- [Starlink](starlink/index.md)
- [Systemd Security](Systemd-security.md)
- [TLS](TLS.md)
- [zstd](zstd.md)
- [zstd](zstd/index.md)

## Virtual Machine

Expand Down
3 changes: 1 addition & 2 deletions Scripting.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ The `[ ... ]` command is an alias for `test` (`/bin/test`) and returns either 0
`[[ ... ]]` is a superset of the `test` functionality, with a few added
functions, though this functionality is not POSIX standard and therefore varies
based on the system. I will be working based on `bash`'s implementation of `[[`
(found
[here](https://www.gnu.org/software/bash/manual/html_node/Conditional-Constructs.html#index-_005b_005b)).
([documented here](https://www.gnu.org/software/bash/manual/html_node/Conditional-Constructs.html#index-_005b_005b)).
But your results may vary if using something else.

Some useful operators are:
Expand Down
2 changes: 1 addition & 1 deletion containers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ We'll get to that later
- WSL2 is now virtualized

---
![](image4.png)
![LWN article 780364 screenshot](image4.png)

[https://lwn.net/Articles/780364/](https://lwn.net/Articles/780364/)

Expand Down
6 changes: 3 additions & 3 deletions elastic/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ What is Elastic?

# Along came Beats to the ELK family, giving us the ELK-B(ee)

![](image02.png)
![Elastic ELK-B mascot logo](image02.png)

---

# Elastic Universe circa 2018

![](image03.png)
![ElasticStack architecture diagram](image03.png)

---

![bg](image04.png)
![ElasticStack architecture and deployment diagram](image04.png)

---

Expand Down
4 changes: 2 additions & 2 deletions homelab-storage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,8 @@ borg compact

<div class="right-col">

![](vorta.png)
![](pika.png)
![Vorta screenshot](vorta.png)
![Pika screenshot](pika.png)

</div>

Expand Down
6 changes: 3 additions & 3 deletions starlink/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Mitch Feigenbaum - <https://mitchf.me>

---

![](woods.jpg)
![Cabin woods view photo](woods.jpg)

---

Expand Down Expand Up @@ -45,11 +45,11 @@ Mitch Feigenbaum - <https://mitchf.me>

---

![bg contain](starlink_eth.jpg)
![bg contain Starlink architecture diagram](starlink_eth.jpg)

---

![](eero.jpg)
![Eero device photo](eero.jpg)

---

Expand Down
6 changes: 3 additions & 3 deletions zstd.md → zstd/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@ The bestest compression ever

---
# Some benchmarks
![](zstd/benchmark1.png)
![zstd benchmark diagram](zstd/benchmark1.png)

<https://engineering.fb.com/2016/08/31/core-data/smaller-and-faster-data-compression-with-zstandard/>

---
# More benchmark
![](zstd/benchmark2.png)
![zstd benchmark diagram](zstd/benchmark2.png)

<https://engineering.fb.com/2016/08/31/core-data/smaller-and-faster-data-compression-with-zstandard/>

---
# One more for good luck
![](zstd/benchmark3.png)
![zstd benchmark diagram](zstd/benchmark3.png)

<http://facebook.github.io/zstd/>