Title pretty much says it all. I’ve been using ubuntu as my daily driver for the last 5 years or so and honestly, I’ve had a wonderful experience with it.
That said, with the way things are going, I feel like its only a matter of time before Canonical pulls the rug out so I’d like to at least get my feet wet with something other than Ubuntu and Debian seems like the logical choice.
I mainly use my machines for gaming, self hosting, programming, and weird networking projects/automation testing.
I’ve heard gaming on debian isnt as ‘out of the box’ as it is with Ubuntu. So I’m hoping somone with more experience can share some tips on what I should be looking out for or point me to some good guides. Thanks yall.
EDIT: I fucking love this community. Thank you all for your replies. I appreciate you taking the time to help me out.
How did you get gog games to play? I tried game hub but it fails to install stuff.
Use the net installer. Leave the root password empty if you want sudo installed. There is probably no need for you to read the official installation manual, but maybe do so if you run into any trouble.
There are wiki pages for the most common things you might want to setup, like how to install steam, nvidia driver, enable backports (good way to get (some) newer packages without breakage), and enable flatpak. Just google “debian wiki nvidia” etc.
Holy shit I never knew you could have sudo installed like that. Always done it post-install lmao
Yeah it actually says that in the text on that root password screen. But nobody ever reads that, me included. Literally everybody I have told this to was surprised when they hear about it. It’s a total UI failure.
@finickydesert @gnuhaut The installer installs sudo.
Also, what are the advantages of doas compared to sudo?
afaik, doas is a bit more minimal than sudo, so less bloatware. Sudo has a lot of CVE’s every year and because doas is way smaller, it has a lot less security issues.
Maybe a bit naive, but what is the way that things that are going? What would Canonical pulling the rug out look like?
Canonical has been pushing their less portable Snap solution and moving away from traditional packages.
This means:
- They are the sole store host and decide what is allowed.
- The apps can be less secure or totally broken on other distros.
- The tooling to make snaps heavily incentivize only using Ubuntu as a base.
If you’re already into self hosting, programming, networking and automation then I don’t think you’ll have any trouble.
With that background you should be able to google the solutions.
Debian offers you 3 variants of Debian:
Debian stable (what you get by default from their homepage). https://wiki.debian.org/DebianStable
Debian testing (has newer packages than stable and breaks less often than Debian unstable). https://wiki.debian.org/DebianTesting
Debian unstable (has the most recent packages and is considered the most fragile of all). https://wiki.debian.org/DebianUnstable
Use configuration as code. Ansible, puppet, salt, nix or something else. Debian is nice but its a diy ubuntu. You appreciate the effort cononical puts in to take away the rough edges on places. Using debian allows you to craft the OS you want from scratch, which is great! Just make sure you don’t have to redo work if your system dies at some point.