diff options
author | martin@ashbysoft.com <martin@ashbysoft.com> | 2021-09-21 19:14:39 +0000 |
---|---|---|
committer | martin@ashbysoft.com <martin@ashbysoft.com> | 2021-09-21 19:14:39 +0000 |
commit | 3201b7f348921ed65e489af4e092091b50425974 (patch) | |
tree | 2bea6a159ae67cd12a51aa03ff1a5ef4a144c04a /content | |
parent | ef4e0ffe31d74cb9698d0cc1d2ae0b15f49a7d25 (diff) | |
download | mfashby.net-3201b7f348921ed65e489af4e092091b50425974.tar.gz mfashby.net-3201b7f348921ed65e489af4e092091b50425974.tar.bz2 mfashby.net-3201b7f348921ed65e489af4e092091b50425974.tar.xz mfashby.net-3201b7f348921ed65e489af4e092091b50425974.zip |
Manjaro post
Diffstat (limited to 'content')
-rw-r--r-- | content/posts/2021-09-21-manjaro.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/content/posts/2021-09-21-manjaro.md b/content/posts/2021-09-21-manjaro.md new file mode 100644 index 0000000..4c46352 --- /dev/null +++ b/content/posts/2021-09-21-manjaro.md @@ -0,0 +1,14 @@ +--- +title: "Manjaro" +date: 2021-09-21T20:03:48+01:00 +draft: false +--- + +I've used [Ubuntu](https://ubuntu.com/) linux for many years, but just recently it's started to become a bit more difficult due to proliferation of package managers. With the introduction of snap, flatpak, I'm never quite sure where I should be getting my software from. + +I've occasionally experimented with other distributions, but usually found them disadvantageous in some ways. For example, debian is quite stable, but doesn't usually ship the latest and greatest upstream software. + +I began to use [Manjaro](https://manjaro.org/) linux as it was the default operating system shipped on my [Pinebook Pro](https://www.pine64.org/pinebook-pro/), and I found the experience pretty refreshing. It's based on [Arch](https://archlinux.org/) linux but ships with a bit more pre-installed stuff. It also has great support for ARM based hardware. The Arch wiki and Arch User Repository are really great in my opinion, and with tools like `pamac` I can install a huge variety of stuff just with a few commands, even including building some software from source where there's no binary distribution. + +I'm probably going to experiment with [NixOS](https://nixos.org/) next, as I like the idea of reproducible installations. I'll likely try it on my Raspberry PI home server first. For bonus points, I'll also try a [ZFS](https://en.wikipedia.org/wiki/ZFS) based installation which should hopefully make backups a breeze. + |