Welcome.
This commit is contained in:
0
content/learning/_index.md
Normal file
0
content/learning/_index.md
Normal file
15
content/learning/getting_started.md
Normal file
15
content/learning/getting_started.md
Normal 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
5
content/learning/git.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = 'Git'
|
||||
+++
|
||||
|
||||
|
4
content/learning/internet.md
Normal file
4
content/learning/internet.md
Normal file
@@ -0,0 +1,4 @@
|
||||
+++
|
||||
title = 'The Internet'
|
||||
+++
|
||||
|
5
content/learning/language_models.md
Normal file
5
content/learning/language_models.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = 'Language Models'
|
||||
+++
|
||||
|
||||
|
5
content/learning/linux.md
Normal file
5
content/learning/linux.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = 'Linux'
|
||||
+++
|
||||
|
||||
|
5
content/learning/open_source.md
Normal file
5
content/learning/open_source.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = 'Open Source'
|
||||
+++
|
||||
|
||||
|
5
content/learning/software_development.md
Normal file
5
content/learning/software_development.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = 'Software Development'
|
||||
+++
|
||||
|
||||
|
Reference in New Issue
Block a user