From 32cf1b3a745169030c2e4f988a0c80e59b239de1 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Tue, 28 May 2024 16:39:04 +0200 Subject: [PATCH] begin writing new blog post --- .../2024/05/linux-select-distro/index.md | 25 +++++++++++++++++++ content/series/linux-beginner-guide/_index.md | 4 +++ 2 files changed, 29 insertions(+) create mode 100644 content/posts/2024/05/linux-select-distro/index.md create mode 100644 content/series/linux-beginner-guide/_index.md diff --git a/content/posts/2024/05/linux-select-distro/index.md b/content/posts/2024/05/linux-select-distro/index.md new file mode 100644 index 0000000..f8200bd --- /dev/null +++ b/content/posts/2024/05/linux-select-distro/index.md @@ -0,0 +1,25 @@ ++++ +title = 'Selecting a Linux Distribution' +date = 2024-05-28T16:28:21+02:00 +lastmod = 2024-05-28T16:28:21+02:00 +draft = true +author = 'Janis Hutz' +tags = [ 'Linux', 'Windows', 'macOS', 'Development', 'General', 'Hardware' ] +categories = [ 'Guides', 'Tutorials', 'Rants', 'Stories', 'News' ] +series = [ 'linux-beginner-guide' ] +series_weight = 1 +featuredImage = "" ++++ + +Selecting a Linux distribution isn't as crucial as you might think, and other articles might tell you. + +{{< admonition type=info title="What is a distro?" open=true >}} +A distro, which is short for distribution, is an assortment of Software that makes up a whole Linux-based operating system. It consists of various components, such as a User Interface (which is what you see on screen), called a Desktop Environment, Software Repositories (which is where you get software from) and some pre-installed applications +{{< /admonition >}} + +# Choosing a distribution +There are many excellent distributions out there, some are more geared towards experienced users, whilst others are designed to make it as easy for you as possible to get started. I always recommend [Pop!_OS](https://pop.system76.com) from System76, [Linux Mint](https://linuxmint.com), [EndeavourOS](https://endeavouros.com) or [TuxedoOS](https://www.tuxedocomputers.com/en/TUXEDO-OS_1.tuxedo). + + +## Pop!_OS +Pop!_OS is a Linux Distribution developed by System76, a Linux Laptop and PC Manufacturer. It provides its own specific Desktop Environment. diff --git a/content/series/linux-beginner-guide/_index.md b/content/series/linux-beginner-guide/_index.md new file mode 100644 index 0000000..b5b99d7 --- /dev/null +++ b/content/series/linux-beginner-guide/_index.md @@ -0,0 +1,4 @@ +--- +title: Linux Beginner Guide +introduction: This series tries to help you, as a PC user that wants to get started using Linux. +--- \ No newline at end of file