this post was submitted on 06 May 2025
99 points (97.1% liked)

Linux

53944 readers
896 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
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 day ago (1 children)

For me, it was having a cool-looking and user-friendly terminal app.

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

How do you get a terminal app that’s cool and user-friendly? Any recommendations?

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

Kitty is also a good example ! Very customizable but maybe less user friendly to begin with.

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

Konsole and yakuake. Bear in mind that the terminal I was comparing them to was Windows' CMD.EXE, and anything is better than that.

Yakuake is a Quake-style terminal, which means that you can open and close it with an F-key, and it scroll down from the top of the screen. This is both cool-looking and convenient. I like to have some window transparency, so that I can see through the terminal window somewhat. I also like to use a nerd font like Fantasque Sans Mono.

[–] [email protected] 2 points 22 hours ago* (last edited 21 hours ago) (1 children)

Install some terminal apps

Examples:

https://github.com/clangen/musikcube

https://github.com/yorukot/superfile

This is the font I use

https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/Meslo/M-DZ

I also use ghostty because it’s themeable, I found adding transparency helped me because i can have whatever I need to see under the terminal (helps for command cheatsheets)

[–] [email protected] 1 points 21 hours ago

These do look nice 🤩 Thanks!