User:Rudxain/Unix
Welcome to my page about anything Unix! Here you can learn about Linux, Android, and maybe even Redox and BSD.
The purpose of this page is to raise awareness about OSes that respect their users, and to propose them as alts for Microslop Winbloats and Crapintosh. I know there are non-*nix systems that also honor their users, but "Unices" are more standard (both in practice, and in theory), so it's more pragmatic to recommend *nix.
Why Unix?
This is the part where I sell you the benefits of *nix systems. Imagine a salesman voice, lol:
- Tired of getting your data collected, sold, and leaked?
- Tired of over-hyped AI being forced onto everything?
- Frustrated by lack of transparency and documentation? (and meaningless error messages?)
- Tired of being treated like a toddler?
- Don't have patience to deal with bloat?
Oh dear, do I have a deal for you! *nix is what you need:
- Private and secure: No telemetry by default.
- No AI, unless you want to run a self-hosted model.
- Open-source (better than source-available!): naked internals; freedom to modify and redistribute (depends on license)
- Lightweight and blazing-fast ⚡: install only what you want; wanna remove the bootloader? sure you can!
- File oriented: wanna see battery temperature? just
catits file; wanna flash a USB? justcpthe image to the raw device! No need for special tools.
Choosing a distro
While I agree that recommending Mint to beginners is fine (it'd be better if it wasn't based on Ubuntu; though LMDE seems promising), please DO NOT even imply that "Debian is hard". I might be biased, but installing and using Debian as a daily-driver is easier than ever.
With that out of the way, keep in mind that Linux gives you the freedom to install any desktop-environment (DE) you want! So if you care more about the system GUI than pre-installed apps, just choose one of the following:
- Debian: the big daddy/momma of all popular distros. If outdated packages are a concern, install Testing rather than Stable. See the FAQ about anything remotely related to Debian (multi-language).
- Arch (BTW): cutting-edge packages; low (not minimal) bloat; nice documentation.
- Nix: most popular immutable distro; easily roll-back any problematic upgrades (unlike Arch).[1]
- Bazzite (see also SteamOS): for gaming.
- PMOS: for smartphones and tablets.
Android
If you need Android but your BL is perma-locked, you can install Termux, as it's more lightweight than a VM. If your BL is unlocked, then try installing a custom "ROM" (I hate that term so much. It's clearly a misnomer). List of suggestions:
Note that you might not need a real Android device: you can install Waydroid on a regular distro.
Choosing a DE
There are 2 major options:
- If you prefer non-cluttered UIs, choose GNOME
- If you prefer versatility and ergonomics, choose KDE Plasma
Everything else is "less standard", but still worth trying:
- Cinnamon is the default on Mint
- There's also Xfce, if you want less bloat, but I've read that nowadays its memory footprint is in the same ballpark as Plasma and GNOME.[citation needed]
Choosing a shell
Um acshually 🤓, "shell" can refer to any kind of UI, not just text interfaces
Yes, but for the purposes of this page, "shell" will refer to REPL and CLI programs.
Let's be honest, Bash and Readline have terrible defaults. No wonder Zsh and Fish are so popular. HOWEVER, let me be clear that Bash can approximate the ergonomics of Zsh really well, given that you configure it properly.[2][3][4]
I haven't tried Fish, because it looks bloated. However, I'd recommend it over Zsh,[5](source correction: Bash has bracketed-paste by default) simply because Zsh is too similar to Bash. If you use a non-POSIX shell, why not go all the way and enjoy the benefits? ;) (the Zsh condition is sad)
Since we're talking about "anti-POSIX", maybe try Nushell? It's too weird for me, very "PowerShelly", lol.
Usage
Your distro (and most installed packages) should have docs available locally as man-pages or in /usr/share/doc/. Most DEs have a "Welcome" app that auto-starts on first login, so you should be good to go.
And please:
- Don't be afraid of the terminal! Terminals are your friend. Don't let Big
BrotherTech tell you otherwise. - Don't be afraid of CLI apps![6][7] Except
rm, that one is dangerous unless you add-i. See how to recover deleted files. - Don't be afraid of shells! except Bash, that one is a menace.[8][9][10][11] I use Bash daily but I'd recommend Oils (shill alert!).
It's fine if you're not used to TUIs, don't feel pressured. Depending on the distro you choose (e.g. Mint), TUIs aren't required at all.
Like many things in life, it might take you time to get comfortable with a different way to do things, this would be the case if you've been using TUIs your entire life and encountered a GUI. Arguably, GUIs tend to be more intuitive (on average) for most tasks, but TUIs can sometimes be more user-friendly than GUIs!
IMO, the "holy war" of GUI vs TUI is pointless, both excel at different things. I typically use this example:
- A camera app is clearly better as a GUI. Real-time photo-previews are one of the main reasons why digital cameras made film-based cameras "obsolete".
- A calculator app is better as a TUI (unless it's a graphing-calc), because you're not limited by a custom keyboard. Also, most TUI calculators (such as
bc) support looping and conditional constructs. And you're dealing with mostly-alphanumeric data anyways, so a GUI would feel "forced" and inconsistent.
Personally, I have a preference for TUIs, simply because they tend to not be bloated. But I love GUIs when they're used properly!
External links
- POSIX spec. It also serves as
man-pages. - Open Android Projects
- "Make Android self-hosting"
References
- ↑ https://github.com/0atman/noboilerplate/blob/bbbc16c32d6f4f69b0ba50c4199179c7e5b0ff62/scripts/38-nixos.md
- ↑ https://github.com/Rudxain/dotfiles/blob/d02045700129609f2c6dfa91ebf9a54a9d81b012/.config/inputrc
- ↑ https://github.com/Rudxain/dotfiles/blob/d02045700129609f2c6dfa91ebf9a54a9d81b012/.config/sh/rc#L24-L28
- ↑ https://github.com/Rudxain/dotfiles/blob/d02045700129609f2c6dfa91ebf9a54a9d81b012/.bashrc#L5-L10
- ↑ Evans, Julia. "Reasons I still love the fish shell". Archived from the original on 2026-03-04. Retrieved 2026-04-19.
- ↑ https://github.com/you-dont-need/You-Dont-Need-GUI
- ↑ https://github.com/jlevy/the-art-of-command-line
- ↑ https://mywiki.wooledge.org/BashPitfalls
- ↑ https://github.com/anordal/shellharden/blob/1e629728e37d2e78dd3a06ed69cd54e2f66b87b0/how_to_do_things_safely_in_bash.md
- ↑ https://github.com/oils-for-unix/oils/wiki/Shell-WTFs
- ↑ "Feature suggestion: Warnings regarding (automatic) recursive indirection/eval within \[\[ (( and $(( blocks". GitHub. 2024-10-05. Archived from the original on 2026-04-20. Retrieved 2026-04-19.