this post was submitted on 30 May 2024
214 points (97.8% liked)

Linux

48220 readers
720 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
 

Trying to discover new/unheard Linux desktop programs (Sorry for the confusion).

Edit: I apologise for confusing a lot of people. I meant Linux desktop “programs” coming from Windows/Mac. I'm used to calling them “apps”.

Edit: 🙌 I’m overwhelmed with the great “programs” people have recommended in the comment section. Thank you guys.

(page 4) 50 comments
sorted by: hot top controversial new old
[–] [email protected] 14 points 5 months ago (1 children)

Thrown away your current ssh client and get

https://xpipe.io/

load more comments (1 replies)
[–] [email protected] 12 points 5 months ago* (last edited 5 months ago) (1 children)

edir to mass-rename

fd is more convenient than find

aria2 makes downloads go brr with parameters -x 10 -k 5M and is integrated with multiple tools like yt-tlp, yay

Oh, and pass for password-management

ssu makes root console tools password-less. That and rdo for gui-tools (both a bit over 100 loc) made me uninstall sudo.

load more comments (1 replies)
[–] [email protected] 19 points 5 months ago* (last edited 5 months ago) (10 children)

Emacs.

Emacs is an app platform in and of itself, and the vanilla installation comes with dozens of its own apps pre-installed. Like how web apps are all programmed in JavaScript, Emacs apps are all programmed in Lisp. All Emacs apps are scriptable and composable in Lisp. Unlike on the web, Emacs encourages you to script your apps to automate things yourself.

Emacs apps are all text based, so they all work equally well in both the GUI and the terminal.

Emacs comes with the following apps pre-installed:

  • a text editor for both prose and computer code
  • note taking and organizer called Org-mode (sort of like Obsidian, or Logseq)
  • a file browser and batch file renamer called Dired
  • a CLI console and terminal emulator
  • a terminal multiplexer (sort-of like "Tmux")
  • a process manager (sort-of like "Htop")
  • a simple HTML-only web browser
  • man-page and info page browser
  • a wrapper around the Grep and Find CLI tools
  • a wrapper around SSH called "Tramp"
  • e-mail client
  • IRC client
  • revion control system, including a Git porcelain called "Magit"
  • a "diff" tool
  • ASCII art drawing program
  • keystroke recorder and playback

Some apps that I install into Emacs include:

  • "Mastodon.el" Mastodon client
  • "Elfeed" RSS feed reader
  • "consult" app launcher (sort-of like "Dmenu")
load more comments (10 replies)
[–] [email protected] 19 points 5 months ago (5 children)

Syncthing and KeepassXC for syncing 2FA between devices. (I use Bitwarden for passwords)

load more comments (5 replies)
[–] [email protected] 3 points 5 months ago (1 children)

Emacs is the only app you'll ever need once you've mastered it.

load more comments (1 replies)
[–] [email protected] 4 points 5 months ago

Not exactly unheard of:

Terminal:

Vim or Neovim, Tmux or Zillij.

Web browser:

Firefox or a fork, but personally I’m fine with the standard Mozilla offering with a couple of extensions.

Photos:

Big fan of darktable as a lightroom replacement.

[–] [email protected] 18 points 5 months ago

Analogous to the Krita post, I am surprised nobody seems to know KolourPaint. It's similar to MS paint. I use it, when I need to make a quick sketch, whiteboard style, e.g. when sharing my screen with a coworker.

Otherwise, I really must have Dolphin and Okular.

I love dolphin's split mode (quickly toggled with F3) and its ability to seamlessly navigate all kinds of protocols for my NAS, webdav for nextcloud storage, MTP for the phone...

Okular has annotations which have been super useful to me. And it's so easy to switch between viewing single page, two-page and multi-page. Which is great for skimming text documents and presentations. The auto reload ability is great when iterating on a document (e.g. latex doc or matplotlib chart).

Otherwise, of course firefox and thunderbird, not much to say here Please don't use chrome. It's market share makes Google the de-facto owner of www technology. But I guess I'd be preaching to the choir here.

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

I use XSane and TheGimp to scan and edit my paintings, Firefox with privacy extensions to browse, VLC to play videos, Gnome Mahjongg to waste time playing. I used to use Resolve to edit videos, I'll soon start using Kdenlive. As a visual artist I have a thing for film emulation that Kdenlive can't do, but it's something I'll have to leave behind.

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

What do you mean with film emulation that Kdenlive can't do?

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

On Resolve there various helper for-film-emulation plugins, and also third parties like Dehancer and Cineprint (which are exceptional), that do near-perfect film emulation. These things don't exist on Linux video editors. They barely exist for Premiere/FinalCut. It's a Resolve-first ability.

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

I think I didn't expressed myself correctly, what do you mean with film emulation?

load more comments (1 replies)
[–] [email protected] 2 points 5 months ago* (last edited 5 months ago) (1 children)

Htop vim and ncdu to name a few terminal apps.

[–] [email protected] 2 points 5 months ago (1 children)

+1 for vim. Although I usually use a stripped down gvim.

Didn't know ncdu, will try.

I prefer btop to htop, the interface is much nicer.

For the terminal (and within vim) another must-have is fzf.

[–] [email protected] 3 points 5 months ago

ncdu is like Filelight but for terminal. It’s awesome!

[–] [email protected] 39 points 5 months ago (5 children)

I don't know about you specifically, but I'm surprised how many people haven't heard of Krita, a FOSS image editing app with an optional AI Image Generation plugin.

[–] [email protected] 9 points 5 months ago (1 children)

Huh, didn't know Krita had a plugin for that. Is it for Stable Diffusion?

[–] [email protected] 13 points 5 months ago

It uses Stable Diffusion, yes (specifically comfy UI for the backend), but it has a much better in app UI that any stable diffusion web UI I've tried.

load more comments (4 replies)
[–] [email protected] 3 points 5 months ago

Profanity & Dino are nice chat clients

[–] [email protected] 2 points 5 months ago

K9S, it is a TUI kubernetes manager that really integrates well into my workflow.

load more comments
view more: ‹ prev next ›