this post was submitted on 31 Jul 2021
7 points (73.3% liked)

Linux

49469 readers
693 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
top 10 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 3 years ago

Title suggestion: A few great terminal based applications. Or Three great terminal based applications.

"Best Linux apps" suggest that there has been a conclusion on the topic and that the following apps mentioned are the best which does not jive with the actual content of the article.

nnn, aerc, neovim, micro

[–] [email protected] 4 points 3 years ago

gdu is one of my favorites. It is an intuitive disk usage analyzer that is wicked fast; on a SSD gdu can analyze more than a terabyte of files in just a few seconds.

[–] [email protected] 3 points 3 years ago* (last edited 3 years ago) (1 children)

I've always found detox one of the most simple and elegant commands. It does one thing only (cleans up filenames), and does it very well.

[–] [email protected] 1 points 3 years ago

Thanks, I'll check that out.

[–] [email protected] 3 points 3 years ago
[–] [email protected] 2 points 3 years ago

spell & aspell are also nice ;-)

[–] [email protected] 2 points 3 years ago

joplin #outliner take notes cmus #musicplayer gotop #nicer htop (syste monitoring) bat #nicer cat youtube-dl / yt-dlp # save a local copy of onlinemedia dog / doggo #dig replacement qrencode -t ansiutf8 #generate qrcodes in cli

bash alias: alias weather='_weather() { curl -s wttr.in/"${1:-YOURCITY}" | head -n 7 ;}; _weather' # nice weather report

[–] [email protected] 1 points 3 years ago (1 children)

I'm pretty sure everyone knows about the those apps, but I guess it's helpful for the newbs

[–] [email protected] 3 points 3 years ago* (last edited 3 years ago)

It's not helpful for newbies either.

The article does a poor job with its pitch, except perhaps ranger—why would I choose vim over any other terminal editor? For a supposed best terminal app, just having keyboard shortcuts isn't a selling point. I happen to have recently started learning vi, so I now know what modal editing is, albeit just insert and command mode so far, but the article just mentions and drops it without explaining why that is useful or even what that means. No newbie will intuitively grok how it functions, and vim-aware folk learn nothing new.

[–] [email protected] 1 points 3 years ago

Rtv is fun if your still using reddit. Tmux and htop are nice to haves too.