this post was submitted on 14 May 2023
2 points (100.0% liked)

Linux

48340 readers
446 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
 

I have always been discovering new things about Linux distros while distro hopping. And when I get something I really like, I just copy the package name and make sure I install it in every distro I use in the future.

Let me start:

  1. Clipboard manager (Gpaste)
  2. KDE connect
top 7 comments
sorted by: hot top controversial new old
[–] Ephera@lemmy.ml 2 points 2 years ago

BTRFS snapshots like openSUSE and now also Fedora has it. I don't want to use a distro without them anymore. Unfortunately, configuring them yourself is a bit more involved than just installing a package...

[–] lhotze@lemmy.ml 1 points 2 years ago

Everything NixOS (https://nixos.org) does. I am 99% sure that if anyone tries it out and gets comfortable with it they will never change again.

  • Your configuration is written in code, it is therefore persistent. Do you know that annoying feeling of "oh shit, how did I configure x program that I want to install on this other machine"? Never again.
  • You can wipe your machine and recover your config in no time. I have 3 machines working with the same config except for small variations. If I change the command to take a screenshot it changes in all of them. If I change my firefox bookmarks it is persisted accross them too. Its awesome.
  • NixOS generates revisions of your config automatically. Ifyou change something and it breaks you can always use a previous version of your system that you know works to fix it.
  • The Nix package repository is the largest (by far) in all the linux ecosystem. And, even if a package you want is missing, adding it yourself is not that hard.

I am probably missing other nice things, but those are awesome already. It's true that the learning curve it a bit steeper than usual, but there is no distro quite like it and even for non coders you can get a lot out of it.

[–] russjr08@outpost.zeuslink.net 1 points 2 years ago

I'd probably say the vast amount of packages that can be installed via the AUR, but since the rising popularity of Flatpak, we're getting incredibly close to this.

My next want would be having the ability to make your system declarative (at least, the initial config) in a fashion that NixOS and Guix do.

[–] Vorthas@lemmy.ml 1 points 2 years ago

I would say AUR access with either Xfce or MATE as a default and first-class option for DEs. It's hard to go to a distro without AUR access for a lot of what I use, doable, but hard.

[–] eshep@social.trom.tf 0 points 2 years ago (1 children)

@Owell1984 Having #vim and #tmux in liveOS should be standard practice.

[–] Owell1984@lemmy.ml 1 points 2 years ago (1 children)

I didn't know about tmux. I haven't heard much about it. What's it's purpose and what use would it have for a general user?

[–] 4pK2@aus.social 1 points 2 years ago

@Owell1984 @eshep tmux and Vim are the 2 things I return to every couple of years. I commit to using them everywhere so everything gets stuck in muscle memory and it all becomes second nature. And then I get sick of it and say screw that (for a year or two).