begin writing new blog post

This commit is contained in:
2024-05-28 16:39:04 +02:00
parent 3b76c69461
commit 32cf1b3a74
2 changed files with 29 additions and 0 deletions

View File

@@ -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.

View File

@@ -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.
---