chore(kb): promote placeholders to todo articles

This commit is contained in:
Michele Cereda
2024-05-24 13:51:57 +02:00
parent d3d6f38a97
commit 7e865c89e7
20 changed files with 435 additions and 33 deletions

View File

@@ -399,7 +399,7 @@ docker load …
[containerd]: containerd.md
[dive]: dive.placeholder
[podman]: podman.md
[testcontainers]: testcontainers.placeholder
[testcontainers]: testcontainers.md
<!-- Upstream -->
[building multi-arch images for arm and x86 with docker desktop]: https://www.docker.com/blog/multi-arch-images/

View File

@@ -187,6 +187,8 @@ See also [How to manually download brew package for installation?].
- [manpage]
- Homebrew [bundle]
- [Mas]
- [Whalebrew]
## Sources
@@ -195,9 +197,16 @@ See also [How to manually download brew package for installation?].
- [How to manually download brew package for installation?]
<!--
References
Reference
═╬═Time══
-->
<!-- In-article sections -->
<!-- Knowledge base -->
[mas]: mas.md
[whalebrew]: whalebrew.md
<!-- Files -->
<!-- Upstream -->
[bundle]: https://github.com/Homebrew/homebrew-bundle
[manpage]: https://docs.brew.sh/Manpage

50
knowledge base/mas.md Normal file
View File

@@ -0,0 +1,50 @@
# Mas
TODO
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
## TL;DR
<details>
<summary>Installation and configuration</summary>
```sh
brew install 'mas'
sudo port install 'mas'
```
</details>
<!-- Uncomment if used
<details>
<summary>Usage</summary>
</details>
-->
<!-- Uncomment if used
<details>
<summary>Real world use cases</summary>
</details>
-->
## Further readings
- [Github]
- [Homebrew]
<!--
Reference
═╬═Time══
-->
<!-- In-article sections -->
<!-- Knowledge base -->
[homebrew]: homebrew.md
<!-- Files -->
<!-- Upstream -->
[github]: https://github.com/mas-cli/mas
<!-- Others -->

View File

@@ -0,0 +1,45 @@
# Renovate
TODO
Automated dependency updater.
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
## TL;DR
<!-- Uncomment if used
<details>
<summary>Installation and configuration</summary>
</details>
-->
<!-- Uncomment if used
<details>
<summary>Usage</summary>
</details>
-->
<!-- Uncomment if used
<details>
<summary>Real world use cases</summary>
</details>
-->
## Further readings
- [Github]
<!--
Reference
═╬═Time══
-->
<!-- In-article sections -->
<!-- Knowledge base -->
<!-- Files -->
<!-- Upstream -->
[github]: https://github.com/renovatebot/renovate
<!-- Others -->

View File

@@ -1 +0,0 @@
https://github.com/renovatebot/renovate

46
knowledge base/shasum.md Normal file
View File

@@ -0,0 +1,46 @@
# Shasum
1. [TL;DR](#tldr)
## TL;DR
<details>
<summary>Installation and configuration</summary>
```sh
brew install 'coreutils'
```
</details>
<details>
<summary>Usage</summary>
```sh
# Print the checksum of given files.
sha512sum 'path/to/file'
sha1sum 'path/to/file.1' 'path/to/file.N'
# Check files given their checksum and name in one or more files.
sha256sum -c 'expected.sha256'
sha512sum -cw 'expected.1.sha512' 'expected.N.sha512'
```
</details>
<!-- Uncomment if used
<details>
<summary>Real world use cases</summary>
</details>
-->
<!--
Reference
═╬═Time══
-->
<!-- In-article sections -->
<!-- Knowledge base -->
<!-- Files -->
<!-- Upstream -->
<!-- Others -->

View File

@@ -1,18 +0,0 @@
# Shasum
1. [TL;DR](#tldr)
## TL;DR
```sh
# Install the tools.
brew install 'coreutils'
# Print the checksum of given files.
sha512sum 'path/to/file'
sha1sum 'path/to/file.1' 'path/to/file.N'
# Check files given their checksum and name in one or more files.
sha256sum -c 'expected.sha256'
sha512sum -cw 'expected.1.sha512' 'expected.N.sha512'
```

47
knowledge base/sops.md Normal file
View File

@@ -0,0 +1,47 @@
# sops
TODO
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
## TL;DR
<!-- Uncomment if used
<details>
<summary>Installation and configuration</summary>
</details>
-->
<!-- Uncomment if used
<details>
<summary>Usage</summary>
</details>
-->
<!-- Uncomment if used
<details>
<summary>Real world use cases</summary>
</details>
-->
## Further readings
- [Github]
- [Goodbye Sealed Secrets, hello SOPS]
- [Manage Kubernetes secrets with SOPS]
<!--
Reference
═╬═Time══
-->
<!-- In-article sections -->
<!-- Knowledge base -->
<!-- Files -->
<!-- Upstream -->
[github]: https://github.com/getsops/sops
<!-- Others -->
[goodbye sealed secrets, hello sops]: https://itnext.io/goodbye-sealed-secrets-hello-sops-3ee6a92662bb
[manage kubernetes secrets with sops]: https://fluxcd.io/flux/guides/mozilla-sops/

View File

@@ -1,3 +0,0 @@
https://github.com/getsops/sops
https://fluxcd.io/flux/guides/mozilla-sops/
https://itnext.io/goodbye-sealed-secrets-hello-sops-3ee6a92662bb

45
knowledge base/spiffe.md Normal file
View File

@@ -0,0 +1,45 @@
# SPIFFE
TODO
Universal identity control plane for distributed systems.
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
## TL;DR
<!-- Uncomment if used
<details>
<summary>Installation and configuration</summary>
</details>
-->
<!-- Uncomment if used
<details>
<summary>Usage</summary>
</details>
-->
<!-- Uncomment if used
<details>
<summary>Real world use cases</summary>
</details>
-->
## Further readings
- [Website]
<!--
Reference
═╬═Time══
-->
<!-- In-article sections -->
<!-- Knowledge base -->
<!-- Files -->
<!-- Upstream -->
[website]: https://spiffe.io/
<!-- Others -->

View File

@@ -1,3 +0,0 @@
# SPIFFE
https://spiffe.io/

43
knowledge base/teller.md Normal file
View File

@@ -0,0 +1,43 @@
# Teller
TODO
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
## TL;DR
<!-- Uncomment if used
<details>
<summary>Installation and configuration</summary>
</details>
-->
<!-- Uncomment if used
<details>
<summary>Usage</summary>
</details>
-->
<!-- Uncomment if used
<details>
<summary>Real world use cases</summary>
</details>
-->
## Further readings
- [Website]
<!--
Reference
═╬═Time══
-->
<!-- In-article sections -->
<!-- Knowledge base -->
<!-- Files -->
<!-- Upstream -->
[website]: https://tlr.dev/
<!-- Others -->

View File

@@ -1 +0,0 @@
https://tlr.dev/

View File

@@ -1,5 +1,7 @@
# Title
TODO
Intro
<!-- Remove this line to uncomment if used
@@ -14,23 +16,38 @@ Intro
<!-- Uncomment if used
<details>
<summary>Installation and configuration</summary>
```sh
```
</details>
-->
<!-- Uncomment if used
<details>
<summary>Usage</summary>
```sh
```
</details>
-->
<!-- Uncomment if used
<details>
<summary>Real world use cases</summary>
```sh
```
</details>
-->
## Further readings
- [Website]
- [Github]
### Sources
<!--
@@ -42,4 +59,7 @@ Intro
<!-- Knowledge base -->
<!-- Files -->
<!-- Upstream -->
[github]: https://github.com/project/
[website]: https://website/
<!-- Others -->

View File

@@ -0,0 +1,43 @@
# Testcontainers
TODO
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
## TL;DR
<!-- Uncomment if used
<details>
<summary>Installation and configuration</summary>
</details>
-->
<!-- Uncomment if used
<details>
<summary>Usage</summary>
</details>
-->
<!-- Uncomment if used
<details>
<summary>Real world use cases</summary>
</details>
-->
## Further readings
- [Website]
<!--
Reference
═╬═Time══
-->
<!-- In-article sections -->
<!-- Knowledge base -->
<!-- Files -->
<!-- Upstream -->
[website]: https://testcontainers.com/
<!-- Others -->

View File

@@ -1 +0,0 @@
https://testcontainers.com/

41
knowledge base/todomd.md Normal file
View File

@@ -0,0 +1,41 @@
# todomd
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
## TL;DR
<!-- Uncomment if used
<details>
<summary>Installation and configuration</summary>
</details>
-->
<!-- Uncomment if used
<details>
<summary>Usage</summary>
</details>
-->
<!-- Uncomment if used
<details>
<summary>Real world use cases</summary>
</details>
-->
## Further readings
- [Github]
<!--
Reference
═╬═Time══
-->
<!-- In-article sections -->
<!-- Knowledge base -->
<!-- Files -->
<!-- Upstream -->
[github]: https://github.com/todomd/todo.md
<!-- Others -->

View File

@@ -1,3 +0,0 @@
# todomd
[website]: https://github.com/todomd/todo.md

View File

@@ -0,0 +1,44 @@
# Whalebrew
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
## TL;DR
<!-- Uncomment if used
<details>
<summary>Installation and configuration</summary>
</details>
-->
<!-- Uncomment if used
<details>
<summary>Usage</summary>
</details>
-->
<!-- Uncomment if used
<details>
<summary>Real world use cases</summary>
</details>
-->
## Further readings
- [Github]
- [Homebrew]
<!--
Reference
═╬═Time══
-->
<!-- In-article sections -->
<!-- Knowledge base -->
[homebrew]: homebrew.md
<!-- Files -->
<!-- Upstream -->
[github]: https://github.com/whalebrew/whalebrew
<!-- Others -->

View File

@@ -1 +0,0 @@
https://github.com/whalebrew/whalebrew