From a8f1cabf4ed64911e3b19e3725b9454df68688ce Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Wed, 29 Nov 2023 15:28:16 +0100 Subject: [PATCH] some more progress on blog --- archetypes/default.md | 2 ++ content/posts/2023/11/easy-ml-linux-vm-setup.md | 1 + 2 files changed, 3 insertions(+) diff --git a/archetypes/default.md b/archetypes/default.md index f85f711..887be08 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -5,4 +5,6 @@ draft = true author = 'Janis Hutz' tags = [ 'Linux', 'Windows', 'Development', 'General' ] categories = [ 'Guides', 'Tutorials', 'Rants' ] +series = [] +featuredImage = "" +++ diff --git a/content/posts/2023/11/easy-ml-linux-vm-setup.md b/content/posts/2023/11/easy-ml-linux-vm-setup.md index 3956a2e..8786202 100644 --- a/content/posts/2023/11/easy-ml-linux-vm-setup.md +++ b/content/posts/2023/11/easy-ml-linux-vm-setup.md @@ -5,6 +5,7 @@ draft = false author = 'Janis Hutz' tags = [ 'Linux', 'Windows', 'Development' ] categories = [ 'Tutorials' ] +series = [ 'Arch-Dev-VM' ] +++ Developing Software on Windows is a massive pain. This is why I have created a guide for beginners that are looking to start learning machine learning and don't have a proper Operating System to do serious ML work. You may, depending on your level of commitment also install as Dual-Boot, but not with this script, as this partitions automatically for a full system wipe. You can also use this script as a starting point for a full install, as it installs all important packages automatically for you.