this post was submitted on 30 Dec 2024
181 points (93.7% liked)

Linux

49068 readers
760 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.

(page 3) 49 comments
sorted by: hot top controversial new old
[–] stevedice 2 points 2 weeks ago (2 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] 2 points 2 weeks 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.

[–] stevedice 1 points 2 weeks 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.

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

save you a little changes here, Kate and Kwrite are now combined as one install.. When you install one you get the other as they are no longer separate packages.

[–] stevedice 1 points 2 weeks ago

Yeah, I just meant I switch the default from Kate to KWrite

[–] penguin202124 2 points 2 weeks ago* (last edited 2 weeks ago)

The default terminal (varies) gets switched to Kitty. VLC to MPV.

Okular instead of the default PDF editor (varies).

Text editor (varies) to Vim.

I usually just install Arkenfox, but if I'm feeling lazy I'll use Librewolf.

I prefer doas, but I don't usually switch to it.

I rebind my caps lock key (most useless key ever) to escape.

[–] [email protected] 2 points 2 weeks ago

Bahah as other dude said I don't replace anything cus I'm on arch btw, but I often tend to remove the default web browser whenever i run a vm or somethinf cus base Firefox isn't my thing, its far too dull for me. I rock ff forks like zen browser, librewolf, icecat, and mullvad. Currently on zen.

[–] [email protected] 2 points 2 weeks ago
  • sysvinit with openrc-init
  • elogind with seatd

Yes. I run Gentoo.

[–] [email protected] 2 points 2 weeks ago* (last edited 2 weeks ago)

Replaced alacritty with ghostty
Fish With Zsh (Fish not being posix got annoying)
The distro am using comes with not too much apps so yeah thats it

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

I didn't see this one yet:

apt -> nala

Though I think it's technically just a wrapper, the colour support and formatting makes things much easier to parse (visually)

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

It's not quite as fancy as nala, but apt also has colour support since 2.9.

[–] [email protected] 1 points 2 weeks ago

Mind blown!

[–] [email protected] 1 points 2 weeks ago

I also replace Firefox with LibreWolf and Brave! I don't do much more than that though; I used to replace GNOME Software with Warehouse, but I eventually found it easier to just remove PackageKit and use Software to install my flatpaks (I still use Warehouse for changing flatpak settings).

[–] [email protected] 1 points 2 weeks ago

I wonder who's even using these built in video players, no subtitle support, barely any keyboard shortcuts, trash like windows media player

[–] [email protected] 1 points 2 weeks ago

KDE Neon - I replace the Firefox deb with the snap.

[–] [email protected] 1 points 2 weeks ago

I definitely do the Firefox to LibreWolf (and also install Brave as a backup). I also replace the default video player with Haruna and VLC (but default to Haruna). I change music players all the time so I just replace the default with whatever I feel like using at the time. In the past I've replaced Thunderbird with KMail, but on my latest install I left Thunderbird alone since I like having available RAM.

[–] [email protected] 1 points 2 weeks ago

i keep rhythmbox honestly because it helps me in organizing all my audio and music files and plus i don't have to keep opening the file manager to change the music, i can just press the forward button and it changes track!!

[–] [email protected] 1 points 2 weeks ago

Found myself replacing the broken file roller flatpak by the file roller from thr APT repo.

The desktop linux feels more and more like windows as time goes on. The things that worked fine for years are being broken in new and innovative ways.

[–] [email protected] 0 points 2 weeks ago

I have a script that makes a list of every package and binary into an output file of packages as a list. I can just cat the output of the file in a subshell and pass that off to pacman -S. Pacman might complain here and there, but I can just edit the list. Then its just cp -r my config files that I've backed up and run my backups for movies, music, pics, games, etc.

And yeah, it's not perfect, but it's good enough for me. I still have to do other stuff like switch out bash for zsh, etc. Gotta love bash scripts and backup configs though. That plus actual backups makes restoration from catastrophic failure at least bearable, albeit still time consuming.

load more comments
view more: ‹ prev next ›