This commit is contained in:
2025-03-31 20:44:14 -07:00
commit 894f379c8f
23 changed files with 271 additions and 0 deletions

View File

View File

@@ -0,0 +1,15 @@
+++
title = 'Getting Started'
+++
```bash
# See https://k3s.io/
curl -sfL https://get.k3s.io | sh -s - --write-kubeconfig-mode=644
export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
```
## Future
Consider defaults:
- [Longhorn](https://docs.k3s.io/storage).

5
content/learning/git.md Normal file
View File

@@ -0,0 +1,5 @@
+++
title = 'Git'
+++

View File

@@ -0,0 +1,4 @@
+++
title = 'The Internet'
+++

View File

@@ -0,0 +1,5 @@
+++
title = 'Language Models'
+++

View File

@@ -0,0 +1,5 @@
+++
title = 'Linux'
+++

View File

@@ -0,0 +1,5 @@
+++
title = 'Open Source'
+++

View File

@@ -0,0 +1,5 @@
+++
title = 'Software Development'
+++