work on more blog posts
This commit is contained in:
43
content/posts/2023/11/start-of-my-linux-journey/index.md
Normal file
43
content/posts/2023/11/start-of-my-linux-journey/index.md
Normal file
@@ -0,0 +1,43 @@
|
||||
+++
|
||||
title = 'The start of my Linux journey'
|
||||
date = 2023-11-30T15:30:55+01:00
|
||||
draft = false
|
||||
author = 'Janis Hutz'
|
||||
tags = [ 'Linux' ]
|
||||
categories = [ 'Stories' ]
|
||||
series = [ 'My Linux Journey' ]
|
||||
featuredImage = '/images/linux-journey.jpg'
|
||||
+++
|
||||
|
||||
Attribution for featured image:
|
||||
|
||||
Thanks to ["malkowitch"](https://www.deviantart.com/malkowitch/gallery) for the feature graphic of this post. No modifications were made. This image is licensed under the [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/) licence
|
||||
|
||||
|
||||
# The start of my Linux journey
|
||||
In autumn 2021, after getting more and more fed up with Windows and also really getting into software development, Windows just didn't cut it anymore. So I decided to give Linux a shot. Also, Windows 11 was just around the corner and I absolutely hated it.
|
||||
|
||||
# Selecting a distribution
|
||||
For me, selecting a Linux distribution wasn't all that hard, since I had been looking at various distros for quite some time and I had tested out a few of them in both VMs and live boot environments, which is also something I recommend you do.
|
||||
|
||||
For obvious reasons, I also had a look at Ubuntu, with it being the most famous Linux distribution for the average PC user, but I didn't like it all that much. I also gave Linux Mint, Pop!_OS and Fedora a shot, but I ultimately settled on ZorinOS Core 16. It ended up ticking all my boxes at the time, which were:
|
||||
|
||||
- Being easy to use for somebody that comes from Windows (aka Windows-Like UI)
|
||||
- Giving me an introduction to a new style of UI
|
||||
- Being preconfigured for me, so I can just get started
|
||||
|
||||
ZorinOS has multiple different layouts for the desktop which you can choose from, which allows you to slowly move away from Windows, which turned out to be great.
|
||||
|
||||
|
||||
# Going full time
|
||||
Whilst I have never Dual-Booted, I still had a Windows desktop at home, but I ended up using my laptop much more in the weeks after, as I started to much prefer Linux over Windows. So, about one month later, I switched my desktop to Linux as well. At that time I was still using word processors and for some reason OneDrive, so getting OneDrive to work was something I ended up never doing, because I got annoyed setting it up. In retrospect this is something that ended up helping me in the long run, as I now have completely removed Micro$oft, Google and Meta from my life, which is a truly phenomenal feeling.
|
||||
|
||||
I also liked the user interface of ZorinOS much more compared to Windows and even though I was at that time still using a Taskbar, it felt so much cleaner. This is especially due to the very nice dark theme ZorinOS has and the fact that it uses GNOME, which to this day still is one of my favourite desktop environments. ZorinOS's version of GNOME though is GNOME 3.38, which ended up being one of the factors that pushed me towards more rolling distros like Fedora and then Arch Linux.
|
||||
|
||||
|
||||
# Switching to Fedora
|
||||
After spending about 6 months (September to March) on ZorinOS, 5 months of it as my main OS, I wanted to try something new. As I didn't want to go hard-core yet, I tried to switch to Fedora on my Laptop. But DNF ended up annoying me quite a bit, as it sometimes Did Not Finish...
|
||||
|
||||
About one month after switching to Fedora, I gave up and switched to Arch Linux to which I have stuck for the past about one and two thirds of a year at the time of writing, with only a few experiments on other distros, like Gentoo, Debian and Fedora.
|
||||
|
||||
Nowadays, there are only a few options of distros I'd actually consider daily driving, which are Debian and Arch, with Fedora and Gentoo being less desired options. Additionally, I have grown a massive hate on Ubuntu because of all their missteps.
|
@@ -12,17 +12,17 @@ What can you expect from this blog?
|
||||
|
||||
I am planning to write about a lot of different topics, but mostly about Linux, the Open Source world, software development, and occasionally I'll create some guides
|
||||
|
||||
## Who am I?
|
||||
# Who am I?
|
||||
You can visit my [about me page](https://janishutz.com/about/aboutme) on my [main website](https://janishutz.com)
|
||||
|
||||
In short, I do software development and am a Linux enthusiast and open source advocate.
|
||||
|
||||
## How often will there be new posts?
|
||||
# How often will there be new posts?
|
||||
This is something I haven't decided on, and I probably won't have a schedule, like ever. There will be a new post, if I find a topic to write about that is interesting or pressing currently or just a massive rant about some stupid development in the world of tech.
|
||||
|
||||
## How is the content organized?
|
||||
# How is the content organized?
|
||||
I try to keep everything organized as much as possible and might go in and change categories and tags of older articles to other ones if I find that new tags or categories fit the content of the article better.
|
||||
|
||||
## How was this website created?
|
||||
# How was this website created?
|
||||
Usually, I do my own stuff, but this time, for simplicity reasons, I have chosen to go with [Hugo](https://gohugo.io), the static site generator, and I am using the [DoIt theme](https://github.com/HEIGE-PCloud/DoIt) for it.
|
||||
|
||||
|
Reference in New Issue
Block a user