this post was submitted on 30 Dec 2024
146 points (92.9% liked)

Linux

48852 readers
1227 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
 

After I install Linux Mint (which is the distro I have settled on), I replace:

  1. Thunderbird with Betterbird
  2. Firefox with Librewolf (I also install Brave for web services that need a chromium browser).
  3. Celluloid / Rythmbox with VLC player
  4. Default Libreoffice with latest Libreoffice from source.
  5. ClipIt/Parcellite with xfce4-clipman

I find this to be my optimal setup and these software give me the extra quality of life that make my workflows easier.

What software do you replace and install on your distro of choice?

Edit: I forgot to say I replace sudo with doas. That's something my friend told me to do although I personally don't find any immediate working advantage with it.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 4 days ago (1 children)
  1. VLC with SMPlayer. I don't understand why they keep shipping VLC as default. It sucks.
  2. Kate with KWrite.
  3. Nano with Vim in *buntu variants
  4. Elisa, Rhythmbox, etc. with Strawberry. Although I mostly just use Spotify nowadays.
  5. Calculator with calc.

Everything else works just fine, unless the distro made an insane choice like having XTerm as the default terminal emulator.

[–] [email protected] 1 points 4 days ago (1 children)

If you haven't tried it the repl python is pretty in a pretty good calculator. Use "_" to use the output value.

[–] [email protected] 1 points 4 days ago

I don't use calc for much more than basic calculations. Even speedcrunch was too much for my taste. Honestly, I'd use bc if it wasn't for the complicated syntax.