35
submitted 11 months ago* (last edited 11 months ago) by OneCardboardBox@lemmy.sdf.org to c/linux@lemmy.ml

For years, I've gotten by with a desktop at home running Arch and a work laptop running Kubuntu. Now I want a laptop that's not owned by my job, so that I can use a computer outside the house and not have my workplace own the IP rights of whatever I do on it. My workload is basically just going to be emacs and web browsing, so basically any distro can do it.

I've already got the laptop (HP Elitebook 840 G5, secondhand), but now it's time for the distro. I don't plan to use this laptop often, since it'll mostly be when I travel a few times a year. I don't want Arch, because I don't want to install 6 months of software updates the night before a vacation and then hope that everything works.

Thus, I'm looking at Fedora Silverblue, since that can apply updates atomically on the system, and I can always roll back. I'm wondering if anyone else has good recommendations for a distro to serve my needs.

top 38 comments
sorted by: hot top controversial new old
[-] banazir@lemmy.ml 27 points 11 months ago

I mean, base Debian should work out fine.

[-] MrPhibb@reddthat.com 19 points 11 months ago

I'm fond of Linux Mint: Debian Edition for most of my computers, but run Solus on my travel laptop (recent change), though both of those might be problematic for your needs. Perhaps regular Linux Mint?

[-] backhdlp@lemmy.blahaj.zone 18 points 11 months ago

Not enough people here saying Debian. /j

[-] outbound@lemmy.ca 10 points 11 months ago

You're right! We need more ~~cowbell~~ Debian. I've got a fever and the only prescription is Debian!

[-] hexagonwin@lemmy.ml 18 points 11 months ago

Devuan or Debian is great.

[-] boo_@lemmy.blahaj.zone 16 points 11 months ago

Debian is rock-solid! A very low maintenance and comfy system in my opinion

[-] Bombastic@lemmy.world 15 points 11 months ago

Voting for debian as well. Apt upgrade never gave me any hassle when i needed to update anything in a pinch

[-] priapus@sh.itjust.works 15 points 11 months ago
[-] sebamann@discuss.tchncs.de 15 points 11 months ago

Another vote for Debian.

[-] dontblink@feddit.it 15 points 11 months ago

Debian with some low spec DE like xfce or Debian basic DE

[-] Nuuskis9@feddit.nl 12 points 11 months ago
[-] Shikadi@lemmy.sdf.org 2 points 11 months ago

What do you do for a volume icon/volume control?

[-] imnotneo@lemmy.world 2 points 11 months ago

slightly unrelated but I use i3 and use volume hardware keymaps. would be nice to have a tray alsa source switcher etc. don't know if one exists. for the stupid work meetings

[-] Shikadi@lemmy.sdf.org 2 points 11 months ago

I also use i3 and volume key maps, the tray icon I use is just called volumeicon and it can be used to switch sources. I think it has optional dependencies to do it though

[-] Nuuskis9@feddit.nl 2 points 11 months ago* (last edited 11 months ago)

For volume control, I use Wireplumber:

  • To raise the volume bindsym XF86AudioRaiseVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%+
  • To lower the volume bindsym XF86AudioLowerVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%-
  • To mute/unmute the volume bindsym XF86AudioMute exec wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
  • To mute/unmute the microphone bindsym XF86AudioMicMute exec wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle

For icon I have configured the swaybar. I don't use notifications, thus they're simple to set for bindsym (above) if needed.

[-] Shikadi@lemmy.sdf.org 1 points 11 months ago

Thanks! By configure the sway bar, do you mean that it has a way to display the volume? I couldn't find that last time I tried to get things configured and ended up just going back to i3

[-] Nuuskis9@feddit.nl 2 points 11 months ago

I have 4 icons displaying the current amount of volume with white background and for mute I use red background. It was super easy to set in the config file even I don't speak C++.

[-] MangoKangaroo@beehaw.org 9 points 11 months ago

Since you're experienced, I think Debian is appropriate. Rock-solid, well-supported, and comes with a decent variety of DE options. I personally rock GNOME and have Timeshift set up for rollbacks if necessary.

[-] Sir_Simon_Spamalot@lemmy.world 7 points 11 months ago

I know a lot of people have said it here, but Debian.

[-] MyNameIsRichard@lemmy.ml 7 points 11 months ago

Any of the openSUSE distros should be fine. They have immutable offerings in Aeon (Gnome) and Kalpa (KDE). I can't speak to them but I recently updated Tumbleweed after eighteen months and it was fine.

[-] di5ciple@lemmy.world 5 points 11 months ago

NixOS, i was a long time btrfs with snapshots Arch user. But Nix is just more stable and makes my life happy knowing it will always work as a server, desktop, or on a laptop. The config file is easy to read as documentation as code. That can reproduce the setup and even use flakes and home-manager to copy all your dot-files with ease. Just modify the version number in the file to update it and all apps are independent of each other with no weird dependencies. Better rollbacks then btrfs as it uses systemd and you can save git of your configuration files. This is the future

[-] buwho@lemmy.ml 5 points 11 months ago

Pop OS works well for me.

[-] AnotherPerson@lemmy.world 4 points 11 months ago

Any mainstream distro should work I feel like. I'm not familiar with Fedora Silverblue so I can't say anything about it.

[-] linuxisfun@lemmy.world 4 points 11 months ago

Fedora Silverblue or Kinoite, as you will reliably be able to update the system, even after half a year of not using it.

Updates are atomic, so either an update is installed successfully or no changes to your system have been done whatsoever, there is no in-between state (i. e. broken system) possible.

[-] garam@lemmy.my.id 3 points 11 months ago

Got with Fedora, Fedora Kionite, Silverblue, anything. rpm ostree, and if you need other things, go with distrobox. RPM OS Tree will be standard near future, I think.

But I will stick with XFCE Spin tho

[-] housepanther@lemmy.goblackcat.com 2 points 11 months ago

Xubuntu would be a nice easy one to install. Look into Arch as well. I actually run Arch just about everywhere and really like it.

[-] BCsven@lemmy.ca 2 points 11 months ago

I found the GUI interface for firewalld on OpenSUSE was beneficial for travel. You set your open services and ports per zone: Public, Trusted, Home, work, etc. And when you connect to a network just move adapter to the appropriate Zone in the network dropdown settings. This way you arent a single zone and changing ports all the time.

[-] nan@lemmy.blahaj.zone 1 points 11 months ago

Do they use yast or is it the general firewall-config gui?

[-] BCsven@lemmy.ca 1 points 11 months ago

It is a yast firewall module to config it all. Then your regular network manager settings to move wifi network to an alternate zone when you connect to various networks

[-] Shikadi@lemmy.sdf.org 2 points 11 months ago

I haven't had an arch update go bad since 2016, other than a few things that had instant fixes on the home page/mailing list, whereas with Ubuntu I have trouble with every distro upgrade.

I like Fedora's dnf package manager though, it's similar to Pacman. It's been a while but last time I used Fedora I got annoyed by packages being out of date and went back to Arch

[-] nani8ot@lemmy.ml 3 points 11 months ago

Arch updates going bad is much more likely to happen if the system goes without updates for a long time. So I'd really not recommend it for a seldomly used laptop.

But regularly updated Arch is fine. Even if something breaks it's usually easy to deal with.

[-] Shikadi@lemmy.sdf.org 1 points 11 months ago

I should have added that I update one of my arch computers like once or twice a year, and the other maybe 4 times a year. The reputation for having update issues is just as out dated as Ubuntu's reputation for not having update issues

[-] makingStuffForFun@lemmy.ml 2 points 11 months ago
[-] Shikadi@lemmy.sdf.org 2 points 11 months ago

I'm probably the only one here who doesn't like Debian for desktop lol, stable doesn't have to mean out of date

[-] garam@lemmy.my.id 2 points 11 months ago

Fedora

I like fedora, and I don't like how apt handle rollback in debian, so I'm same on desktop, I would rather use Fedora, and on Critical Production Server, I use RHEL/Fedora/RHEL Clones (Alma).

[-] I_EAT_CHALK@beehaw.org 2 points 11 months ago

Silverblue is cool if you want to explore an immutable base and install most apps with flatpak or in a container. If you want to install packages in a "normal" way you "overlay" them, it's the only major difference

[-] GustavoM@lemmy.world 1 points 11 months ago

Nothing beats a baremetal install of (whatever you like using).

[-] bour@lemmy.ml 1 points 11 months ago

I too use Arch on my desktop (on a daily basis). I think you will find MX Linux to be a great fit for your secondary device. It works like a charm on my laptop.

load more comments
view more: next ›
this post was submitted on 22 Jul 2023
35 points (100.0% liked)

Linux

45530 readers
1324 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