this post was submitted on 27 Apr 2025
91 points (93.3% liked)

Linux

53630 readers
996 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

You just installed a shiny new fresh install of Linux mint. What are your must install apps/tools?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 1 day ago (4 children)

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.

[–] [email protected] 4 points 19 hours ago (1 children)
[–] [email protected] 1 points 16 hours ago

Nice list, thanks. A lot of them I was not even aware of.

[–] [email protected] 7 points 1 day ago (1 children)

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.

[–] [email protected] 2 points 18 hours ago

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.

[–] [email protected] 5 points 1 day ago* (last edited 1 day ago) (1 children)

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.

[–] [email protected] 2 points 1 day ago

Never heard of bin but this is cool as hell thanks for shouting it out!

[–] [email protected] 2 points 1 day ago

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