I’m your regular end user. I use my computers to edit text, audio and video, watch movies, listen to music, post and bank on the internet…
my main computer uses now debian 12.5 after abandoning xubuntu.
For my backup notebook I have several candidates:
-
Simply install debian 12.5 again, the easiest choice.
-
Install linux mint, so I get ubuntu but without them throwing their subscription services down my throat. I’m unsure about other advantages, as ubuntu is debian based, maybe the more frequent program updates? Kernels are also updated more often than with debian as far as I know. Do you know of other advantages?
-
Go for FreeBSD: this might require a learning curve, because this is an OS I’ve never used. Are commands that different from debian?
other more niche linux OSs seem too much a hassle and I guess won’t be as supported as the main ones.
- kbal ( @kbal@fedia.io ) 21•5 months ago
Um… Debian? I may be biased, but sometimes I think half the “which distro” questions I see are specifically designed to get me to say Debian. It’s unclear why you think that more frequent updates would be an advantage.
- LeFantome ( @LeFantome@programming.dev ) 2•5 months ago
More up-to-date packages can be an advantage. One, they may have features you need. Two, there may be compatibility issues. This is especially true of dev tools and the graphics stack. The packages in Debian Stable are not that old yet but they will be.
It’s unclear why you think that more frequent updates would be an advantage.
kernels: I forgot the command to compare both but ubuntu/canonical releases kernel upgrades more often than debian. To a newbie like me this means ubuntu/canonical reacts to security flaws and fixes stability bugs that get discovered faster than debian. Updated hardware support is also a plus.
- hyperobject ( @hyperobject@lemmy.ml ) 11•5 months ago
is there anything which actually bothers you about Debian? what impedes your workflow? what edge cases with hardware and updating affect you?
is there really a reason to switch? do you care about unburdening developers from dealing with systemD?
is there really a reason to switch?
just considering my options
- hyperobject ( @hyperobject@lemmy.ml ) 3•5 months ago
That’s valid. I want to know the reasons why people go to the lengths they do with some distros. I have just settled in.
- biribiri11 ( @biribiri11@lemmy.ml ) 9•5 months ago
Go for FreeBSD: this might require a learning curve, because this is an OS I’ve never used. Are commands that different from debian?
Both of them are, at the very least, unix-like, so the core command set is mostly the same, albeit with sometimes large functional differences.
Simply install debian 12.5 again, the easiest choice.
You are familiar with Debian. This is probably the choice I’d go with.
Kernels are also updated more often than with debian as far as I know.
That’s why Debian has backports.
- narc0tic_bird ( @narc0tic_bird@lemm.ee ) 7•5 months ago
If by backup notebook you mean a notebook that you use in case your main notebook breaks or something similar, I’d install the same OS and software on it.
If by backup notebook you mean that you want to use it as a server where you store backups on, I’d use either Debian or AlmaLinux.
- muhyb ( @muhyb@programming.dev ) 7•5 months ago
If it simply will be a backup, why complicate things? You already know what to do.
- LeFantome ( @LeFantome@programming.dev ) 6•5 months ago
You should give FreeBSD a shot sometime but it is probably not the best choice for a laptop honestly. If you do want to try it, maybe give one of the desktop FreeBSD distros like GhostBSD a try.
If you already like Debian, why not stick with that? If you want to try Mint, maybe Debian Edition ( LMDE ) would be a nice compromise.
- 0xtero ( @0xtero@beehaw.org ) 6•5 months ago
The obvious recommendation is Gentoo stage1 tarball running in Windows Linux Subsystem.
(on a serious note: whatever you’re running on your daily driver)
- Falken ( @leecalvin@lemmy.ca ) 6•5 months ago
The specific distro doesn’t really matter. What matters is package choice (being able to do the few things you listed with the apps you would like to use). I guess if you’re among the Debian evangelists you probably value stability more than any other consideration. Just pick some server distro or Debian again.
- banazir ( @banazir@lemmy.ml ) 5•5 months ago
If you want Debian with more frequent updates, consider going Debian sid. Base Debian is also fine, maybe with Flatpaks for more up-to-date applications where needed.
- 乇ㄥ乇¢ㄒ尺ㄖ ( @electro1@infosec.pub ) 2•5 months ago
From your experience is it really unstable ( annoyingly buggy ), or do they just call it that and it stable really ?
Sid exclusively gets security updates through its package maintainers. The Debian Security Team only maintains security updates for the current “stable” release.
Is this a good thing ?
- gnuhaut ( @gnuhaut@lemmy.ml ) 2•5 months ago
I used unstable for years (don’t anymore). It broke itself in minor and major ways every couple of months. Maybe it wouldn’t boot or X wouldn’t start, or the package dependencies were broken and I couldn’t install certain packages for a couple of days. Stuff like that.
You will have manually to fix these things from time to time, or do a workaround (like manually downgrading certain packages), or wait a week so stuff gets sorted. Most of the time it works fine though. I imagine the experience is somewhat similar to running arch.
You do not get security fixes, but it’s not a massive problem usually, since you’ll get the newest version of most software after a couple of days (occasionally longer) after it is released.
Anyway do not recommend unless you want to be a beta tester. I did report bugs sometimes, but almost always by the time I encountered an issue, it was already reported and a fix was already in the works.
- Andy ( @AndyW@chaos.social ) 4•5 months ago
@merompetehla Debian GNU/Linux 12 (bookworm), of course :-)
- lemmyreader ( @lemmyreader@lemmy.ml ) English4•5 months ago
Simply install debian 12.5 again, the easiest choice.
Good choice.
Install linux mint, so I get ubuntu but without them throwing their subscription services down my throat. I’m unsure about other advantages, as ubuntu is debian based, maybe the more frequent program updates? Kernels are also updated more often than with debian as far as I know. Do you know of other advantages?
There’s LMDE, Linux Mint Debian version.
Go for FreeBSD: this might require a learning curve, because this is an OS I’ve never used. Are commands that different from debian?
Yes, commands are different (For example
ifconfig
and notip
. Andwatch
on Linux is something different on FreeBSD) and you can expect several things to not work out of the box. Also, mounting removable devices is different. Documentation is very good though unless your reached a niche problem. I’d suggest to first toy around with FreeBSD in a VM (Qemu or VirtualBox) if you want to sneak preview it and learn more. - Eugenia ( @eugenia@lemmy.ml ) English4•5 months ago
I’d go with Linux Mint Edge Edition (not the default Mint). Better support for hardware than either plain Mint, or Debian, and more optimizations for laptops and battery (ubuntu might be hated, but they have lots of kernel patches). Also, for some weird reason, Mint with Cinnamon uses less RAM than Debian with Cinnamon. Also, easier support for third party non-free drivers.
I love BSD, but I wouldn’t want it on a laptop. They’re just not optimized for such usage with batteries etc.
Linux Mint Edge Edition
is Edge a desktop environment or a system that lets you use other DEs later? I’m partial to xfce.
I thought every DE gets the same kernel patches.
- Eugenia ( @eugenia@lemmy.ml ) English1•5 months ago
Edge is Cinnamon with a newer kernel. So, since you like XFce, try install the XFce version of Mint, and see if it works with your system. If it mostly works and boots, but not completely, you can always install the newer kernel found on Edge using the Update app (there’s a menu option to install newer kernels after installation). But if it doesn’t install/boot, but you’re confident that Linux should support your laptop, then consider the Edge version with Cinnamon.
- rand_alpha19 ( @rand_alpha19@moist.catsweat.com ) 4•5 months ago
You could do a mix of options 1 and 2 and try LMDE (Linux Mint: Debian Edition), I’ve heard good things.
thanks, I found LMDE
- GravitySpoiled ( @GravitySpoiled@lemmy.ml ) English3•5 months ago
Usually, I’d say silverblue but it sounds like you want to stay in the debian environment which is why I’ll recommend vanillaos. Just download the live image and check it out https://vanillaos.org/
- CuttingBoard ( @CuttingBoard@sopuli.xyz ) 3•5 months ago
MX or antix.