arch-linux-installation-guide VS sysfetch

Compare arch-linux-installation-guide vs sysfetch 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)

sysfetch

A super tiny system information fetch script written in BASH (by wick3dr0se)
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 sysfetch
5 30
6 212
- -
0.0 4.8
over 1 year ago 3 months ago
Shell
- GNU General Public License v3.0 only
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

sysfetch

Posts with mentions or reviews of sysfetch. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-17.
  • Curious, how long did it take you to learn bash?
    2 projects | /r/bash | 17 Apr 2023
    My first GitHub commit ever and first time writing a BASH script – Nov 19, 2021: https://github.com/wick3dr0se/sysfetch/commit/4190caeb6fb1f14eedffc9ec34b4dc0cf637b160
  • Beginner
    2 projects | /r/bash | 7 Apr 2023
  • Have you made a bash script that improved your life on some way? My examples
    5 projects | /r/bash | 23 Mar 2023
    A system information fetch utility I wrote as my first project, somehow most popular of anything I've wrote — https://github.com/wick3dr0se/sysfetch
  • longest||coolest Linux pipes you have written
    1 project | /r/bash | 19 Nov 2022
  • so i made my own fetch using bash...
    1 project | /r/bash | 19 Nov 2022
    If you'd like a refrence, you should checkout my fetch on first commit and see where it's at now. It's gradually become more performant and full of hardware/software information. I don't work on it much anymore but I'll rewrite it once I get bored of other projects. https://github.com/wick3dr0se/sysfetch
  • I finished The Odin Project's Foundations course yesterday!
    3 projects | /r/learnprogramming | 30 Jun 2022
    Web development lead me to Linux where I got into scripting. It wasn't a week into learning BASH that I started making sysfetch. I've made many more useful utilities for Linux (mostly for personal use). Most recently(last week) I started making a BASH framework to extend BASH and make it easier to use. I ran into several things BASH can't do pretty quickly. Now I am learning C and working on an expression evaluation algorithim. I plan to pull C into my BASH framework, making much more possible.
  • What's the f#$king alias?
    3 projects | /r/bash | 28 Jun 2022
    I do btw!! I wrote a Neofetch alternativethat prints btw versioning on Arch systems too lol
  • What are some cool/fun things one can do with Bash?
    9 projects | /r/bash | 28 Jun 2022
    I don't document many projects because they are for my usage. prompt.sh is well documented as well as bashin and of course sysfetch. Also Mac isn't suck on BASHv3 it can be updated. I hear that a lot but I've already had contributors prove that wrong. If you look at sysfetch it was all external commands on commit 1. Also external commands such as awk, sed, grep have absolutely nothing to do with BASH. Those are command usable from and script language. BASH has beautiful bashisms that can do a ton of things. Sysfetch was not usable from WSL, Mac or BSD before the usage of builtins. At one point it was usable from all 3 but I only care about Linux. Contributors can handle other operating systems again if they desire. I never plan to support proprietary bits anyway. It works on BSD already. Another thing to note is many operating systems have different flags for external commands like awk or sed and as a result do different things
  • { Opening an image inside termin@l }
    5 projects | /r/commandline | 25 Jun 2022
    There is several other useful scripts in that repository. I apologize for not having documentation. I do have a neofetch-like alternative called sysfetch, and a BASH framework I recently started. I ran into some things I couldn't achieve in BASH. So I'm going to work on a BASH framework in C next.
  • After a long undesired break, I rewrote sysfetch (a super tiny sys fetch script). Looking for testers!
    3 projects | /r/commandline | 22 May 2022

What are some alternatives?

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

Rufus - The Reliable USB Formatting Utility

neofetch - 🖼️ A command-line system information tool written in bash 3.2+

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

arch-scripts - A collection of bash scripts and configs that fully automate the Arch Linux install process; Utilizing systemd-boot & NetworkManager on UEFI booted 86_64 devices

RSL-Helper - Der Farbstoff RSL-Helper

ansitest - ansible test stuff and root/bin bash scripts for Linux / OSX admins

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

hermit - A minimal & fast Hugo theme for bloggers

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

fetch - A BASH screenshot, system information, and logo display tool.

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.

awk-hack-the-planet - Source code repo for Ben Porter (FreedomBen)'s free course on Awk (originally a talk at Linux Fest Northwest 2019 and 2020)