From 4d94b0ffa422a0a1eda44fc8afa132ff5693836c Mon Sep 17 00:00:00 2001 From: CrimsonTome Date: Tue, 14 Feb 2023 01:12:55 +0000 Subject: [PATCH] feat: fix link colour, begin draft of march's post --- css/index.css | 2 +- drafts/fedora-a-review.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 drafts/fedora-a-review.md diff --git a/css/index.css b/css/index.css index 70e6c7c..71f3a57 100644 --- a/css/index.css +++ b/css/index.css @@ -4,7 +4,7 @@ --border: #c0c0c0; --text: #fff; --visited: #660066; - --link: #fff; + --link: #4F8CBD; --bg: #fff; --code-bg: #f6f6f6; --header-text: #333; diff --git a/drafts/fedora-a-review.md b/drafts/fedora-a-review.md new file mode 100644 index 0000000..d5be932 --- /dev/null +++ b/drafts/fedora-a-review.md @@ -0,0 +1,28 @@ +--- +title: Fedora - a review +description: My take on Fedora +date: 2023-02-13 +tags: + - linux + - review +layout: layouts/post.njk +--- + +![](https://www.fedoraproject.org/w/uploads/2/2d/Logo_fedoralogo.png) + +
+ +tldr I quite like it. + +## Some background information + +As mentioned in my [about](/about/) section, I've been daily driving Linux since August 2021 but have been using it as part of side projects for years before that. I have used a handful of distros before that and tested so many more (perhaps too many - I have around 200 GB of Linux distributions downloaded) in virtual machines. On the day this post goes live, I will have been using Fedora for a year. For those that don't know, Fedora is a community-driven distro that is sponsored by RedHat (the creators of RHEL - a widely used commercial server OS). It is known for keeping up to date when it comes to shipping software (while still being relatively stable when compared to Arch for example) and being committed to distributing packages that are FOSS - though there are third-party repos for software you can't find. Like a lot of modern Linux distributions, Fedora comes with the GNOME desktop environment by default, which has come a long way in recent years, I prefer KDE plasma myself and there are [spins](https://spins.fedoraproject.org/) with a few other environments available. You can of course just install any of them after doing a minimal install should you wish to. + +## What I like + +Shipping with a newer kernel was at first the main reason why I switched to Fedora in the first place. Thanks to my laptop having a terrible ACPI implementation it would never wake up from sleep. I could have compiled a newer kernel onto another distribution (I think I was using MX at the time), in fact I tried multiple times. On my laptop it took forever to do so and I'd always miss out on a step or not install a driver. In the end I gave up and as I had been using Fedora at Freeside and liked it, I thought I'd give it a try. It's still on my machine a year later, and the up to date software is also a big plus, I'm not stuck compiling from source code 😛 + +## What I don't like + +I have found DNF (the package manager) to be rather slow, even a basic search or updating mirrors can take what feels like an age - even on a fast machine with a good internet connection. +While having up to date versions of software is nice sometimes and I think i've only had one issue with things being too new and breaking. During the Fedora 37 beta, I tried upgrading and found my install of [Pyinfra](https://pyinfra.com/) had broken due to Python being upgraded from 3.10 to 3.11. Reinstalling didn't help but these issues cover the problem [1](https://github.com/pypa/pipx/issues/791)/[2](https://github.com/pypa/pipx/issues/886). \ No newline at end of file