this post was submitted on 27 Apr 2025
87 points (93.1% liked)
Linux
53624 readers
984 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Potentially unpopular opinion: a bunch of rust replacements for the common terminal utilities: eza, bat, dust, fd, helix. Also fish and nushell, yt-dlp, and some of my favorite programming languages.
Here's an exhaustive list of modern replacements:
https://github.com/ibraheemdev/modern-unix/blob/master/README.md
Nice list, thanks. A lot of them I was not even aware of.
All of these alternatives and you missed the best one ripgrep (rg). The other ones in my opinion are nice to have. Recursive multi-threaded grep that respects gitignore files is a must for me.
I have it installed on a few of my machines but don't really find it that useful. But then again that's specific to my needs and usecases.
I also do this. There are some utilities I'd like to see included directly into most *nix distributions, like fd.
I use bin to manage the utilities, and can setup a new install by just bringing he binary and config. It works great--I highly recommend it.
Never heard of bin but this is cool as hell thanks for shouting it out!
I just discovered bat and eza, which were already installed, along with fd though I haven't played with that one yet. I've really liked the first two at least