this post was submitted on 17 Jun 2025
18 points (80.0% liked)

Linux

55358 readers
487 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 6 years ago
MODERATORS
 

I know this probably comes up a lot and is liable to spark some debate, but I'm curious what the good options are for terminals. I've skimmed some reddit/lemmy posts about it and looked at a few options and I dunno how to decide between them because they all seem like they're too narrowly focused on some particular use case. I'm just using it for general terminal stuff, nothing terribly fancy. I'm aware that there's not one terminal to rule them all or anything, so I'm curious: what do you folks use, and more importantly, why do you use that over the (many) other options available?

Personally I've just been using konsole since it's what came with kde and it seems nice and all, but I feel like I'm missing out on features I don't even know about. One feature that might be nice is some kind of local LLM integration so I can get help on how to tinker with settings and such where i'm doing the tinkering instead of constantly tabbing out to duck.ai or w/e.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 18 points 21 hours ago* (last edited 21 hours ago) (2 children)

The one that comes with your DE is generally just fine, unless you're a serious terminal user.

One feature that might be nice is some kind of local LLM integration so I can get help on how to tinker with settings and such

I think that's a quick way to nuke your install, LLMs are generally wrong about what commands to run and don't understand enough to know when something is dangerous. All it takes is changing one wrong file and everything breaks.

[–] [email protected] 2 points 18 hours ago (1 children)

Fair, I'm definitely not a 'serious' terminal user.

Yeah I was wondering about that, it'd be nice to have an LLM that's specifically trained on like linux system configs and shit, but that's well beyond the scope of my capabilities, so if it doesn't already exist I'm just SOL on that one.

[–] [email protected] 3 points 16 hours ago

Yeah I mean even if it was trained specifically for that, they often will still be incorrect because they don't actually understand the concepts they're presenting.