arch-linux-installation-guide VS awesome-immutable

Compare arch-linux-installation-guide vs awesome-immutable and see what are their differences.

arch-linux-installation-guide

An easy to follow Arch Linux installation guide. This guide will show you how to properly install Arch Linux on UEFI/BIOS systems, ext4/btrfs file systems; using systemd-bootloader/GRUB and systemd-networkd/NetworkManager for networking. These are the given examples but I have provided links to sections with the information necessary to install any 86_64 system (by wick3dr0se)

awesome-immutable

A list of resources for people who want to investigate image-based Linux desktops (by castrojo)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
arch-linux-installation-guide awesome-immutable
5 12
6 741
- -
0.0 6.1
over 1 year ago 3 months ago
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

arch-linux-installation-guide

Posts with mentions or reviews of arch-linux-installation-guide. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-25.
  • low effort meme (true tho)
    2 projects | /r/linuxmemes | 25 Jun 2022
    I'm so addicted to it that I wrote an installation guide just to show off to my 'friends'. Even after months of not reinstalling, I can guarantee that I can install Arch from memory in less than 5 minutes. Arch is love, Arch is life
  • After a long undesired break, I rewrote sysfetch (a super tiny sys fetch script). Looking for testers!
    3 projects | /r/commandline | 22 May 2022
    That's exciting! If you need any help installing, I did make an easier to understand guide, good for learning. Althought I recommend ArchInstall these days. I'm glad it can be the first experiment! I have a lot of work to do to get this thing stable. Depending on your DE/WM and other conditions, the script may throw errors so just be weary of that and don't think your system is messed up. It's just that I had no PC for 5 months and I've been back at coding for only a few days now. I rewrote the entire script and dropped probably 100 lines. Seems like I am understanding the logic behind it a lot more now and I should have a functional release this week https://github.com/wick3dr0se/Arch-Linux-Installation-Guide
  • [Rant kinda] People told me my problems were probably hardware related when I tried installing Linux Mint last night and it was super slow, so I tried installing Windows 11 for fun....
    1 project | /r/linux | 5 Oct 2021
    You should definitely try Arch Linux! The documentation on the ArchWiki is amazing and the community is helpful. I wrote a guide on installing Arch Linux on 86_64 architecture devices and I also have a public repository on GitHub with a stripped version of my desktop with a script to automate the desktop enviornment setup. My setup uses i3wm, feh for wallpaper, thunar, xfce4 terminal, vim as IDE, very basic stuff. I made the guide, script just to make installation easier for myself, since reading the ArchWiki can be cumbersome to say the least
  • I messed up installing, and now GRUB can't boot from USB (to retry)
    1 project | /r/archlinux | 2 Oct 2021
    Check out my Arch install guide I recently made for self refrence and to assist a friend. I have instructions on there for GRUB/systemd-boot as boot loaders and NetworkManager/systemd-networkd for networking tools. I use systemd everything because it works very well and I've never had a single issue. Using GRUB in the past I had trouble removing it from multiboot setups and I'd have so much bloat from different themes and versions of GRUB. I prefer to install my boot loader directly in to my EFI system partition, mounted at /boot and then I can manage all my boot files and entries there. You should definitely check it out! systemd-boot auto detects Windows in the EFI partition. I would suggest using NetworkManager for a simple use case, it's configureless and setup just by enabling the service daemon
  • Arch Linux Installation Guide
    1 project | /r/archlinux | 19 Sep 2021

awesome-immutable

Posts with mentions or reviews of awesome-immutable. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-29.
  • Flathub: One million active users and growing
    2 projects | news.ycombinator.com | 29 Jan 2024
    Interesting article!

    My takeaways:

    >"The current solutions involve packaging entire alternate runtimes in containerized environments. Flatpak, Snap, AppImage, Docker, and Steam: these all provide an app packaging mechanism that replaces most or all of the system’s runtime libraries, and they now all use containerization to accomplish this."

    [...]

    >"All of these technologies are essentially building

    an entire OS on top of another OS

    just to avoid the challenges of backwards compatibility."

    This is basically using containers to replace all system libraries -- to insure that a downloaded binary app always works.

    From this point forward, we'll use the term "API" to represent not just Linux kernel syscalls, but the totality of all library calls (system and otherwise!) used by a given downloaded binary application!

    Observation: API (in-)consistency (AKA "Stability") one Linux version to another, one Linux distro to another -- is the real problem!

    That's the real cause!

    Because everything else, everything else, is effect, not cause!

    The containerization, the bloated "everything but the kitchen sink" downloads, are the effect of the problem of API (in-)consistency!

    Phrased a simpler way -- there is absolutely NO guarantee of consistency between the libraries, system and otherwise, of any two Linux distros!

    So if a binary app is to run on all Linux distros -- then it had better damn well better make sure that the exact specific version of all of the libraries that it needs -- are managed by it, not the host operating system!

    Containers and bloated library downloads -- are (unfortunately) currently necessary to provide this!

    Related:

    "Linux Library Mismatch":

    https://www.google.com/search?q=linux+library+mismatch

    "DLL Hell" (the MS-Windows equivalent)

    https://en.wikipedia.org/wiki/DLL_Hell

    Software Engineering: Bertrand Meyer, "Design By Contract":

    https://en.wikipedia.org/wiki/Design_by_contract

    API Contracts: "What is an API Contract?":

    https://www.youtube.com/watch?v=-qM__ozdHCU

    Eelcho Dolstra: "The Purely Functional Software Deployment Model":

    https://edolstra.github.io/pubs/phd-thesis.pdf#page=11

    Image-based Linux distributions and associated tools:

    https://github.com/castrojo/awesome-immutable

    Spencer Baugh: "Managing Dependencies":

    https://catern.com/posts/deps.html

  • Hello everyone!
    3 projects | /r/FindMeADistro | 24 May 2023
    If you're simply in search of other immutable distros, then I would recommend you to look under the "Distributions" section on this page.
  • What is the difference between Immutable Desktops and non Immutable Desktops?
    4 projects | /r/linuxquestions | 30 Apr 2023
    The answer to that question is out of scope for what is sensible to write in a comment. Also, because we're mostly still exploring what it is or rather what we'd want it to be. But if you're really interested, then I'd suggest you to dive into this wonderful resource. You don't have to go through everything that's found within. However, I'm sure there's something in there that peaks your interest and you can go from there.
  • Immutable Linux Distributions for Those Looking to Embrace the Future
    7 projects | news.ycombinator.com | 31 Mar 2023
    Flatcar uses 2 partitions, A and B, you boot into one and then updates update the one that you're not booted into, when you reboot it it boots into the updated one. It's like Android: https://source.android.com/docs/core/ota/ab

    I maintain an awesome-list of immutable resources here with a collection of talks and presentations from the people making the stuff: https://github.com/castrojo/awesome-immutable

    However I'm currently focused on desktop stuff since the it's a fairly common pattern in cloud already, I should probably write it up.

    Semi-related, a few of us have started a community around composable OCI fedora images, and one of our images is intended to be used as a home server built on CoreOS with ZFS, cockpit, and all the goodies you'd need. It's still fresh and we're looking for help if anyone's interested: https://github.com/ublue-os/ucore (Disclaimer: I helped start this project)

  • What are good resources for silverblue ?
    3 projects | /r/Fedora | 28 Feb 2023
    Some interesting links: https://github.com/castrojo/awesome-immutable
  • A list of resources for people who want to investigate image-based Linux desktops
    1 project | /r/CKsTechNews | 22 Feb 2023
  • Immutable image-based Linux desktops
    1 project | news.ycombinator.com | 22 Feb 2023
  • Hi, i installed the Fedora 37 Silverblue (Gnome) But DNF and YUM commands dont even exist there. what i made?
    1 project | /r/Fedora | 12 Feb 2023
    Found this page for you. It has lots of resources, including videos and guides, about all things Silverblue and other immutable Linux distros, and their tooling. Enjoy.
  • What is best Distro/DE combo for productivity on ML Workstation
    1 project | /r/FindMeADistro | 19 Jan 2023
    Note, I haven't tried these two distros myself, but I am strongly considering moving to such a system at the moment. Here is some reading material in case you're interested: https://github.com/castrojo/awesome-immutable
  • GitHub - castrojo/awesome-immutable: A list of resources for people who want to investigate image-based Linux desktops
    1 project | /r/devopsish | 13 Nov 2022

What are some alternatives?

When comparing arch-linux-installation-guide and awesome-immutable you can also consider the following projects:

Rufus - The Reliable USB Formatting Utility

bazzite - Bazzite is a custom image built upon Fedora Atomic Desktops that brings the best of Linux gaming to all of your devices - including your favorite handheld.

thinkpad-e14-linux - Current state of GNU/Linux on Lenovo Thinkpad E14

ucore - An OCI base image of Fedora CoreOS with batteries included

RSL-Helper - Der Farbstoff RSL-Helper

sodalite - 🪨 A Pantheon experience for rpm-ostree [Moved to: https://github.com/sodaliterocks/sodalite]

WD-DX4000 - Running Ubuntu or Debian Linux on the Western Digital WD Sentinel DX4000

ublue - A familiar(ish) Ubuntu desktop for Fedora Silverblue.

gnu-linux-lenovo-ideapad-s145-14IIL - Configuración, bug fixes, y demás cosas sobre compatibilidad.

ostree-rs-ext - Rust library with higher level APIs on top of the core ostree API

arch-btrfs-install-guide - Arch Linux installation guide with btrfs and snapper, this guide is based on the information from unicks.eu guide https://www.youtube.com/watch?v=TKdZiCTh3EM, and Arch Linux UEFI step-by-step installation guide https://www.youtube.com/watch?v=dOXYZ8hKdmc from ALU.

rpm-ostree - ⚛📦 Hybrid image/package system with atomic upgrades and package layering