Hacker News new | ask | show | jobs
by lairv 1108 days ago
Had to reinstall ubuntu 3 times already since the beginning of this year and thus switched to debian, hopefully I'll be able to settle in for a while
2 comments

For me Ubuntu has been the most stable distro. I probably won't move, since I want an up-to-date system that stays out of my way
Lol. Enjoy relearning the hot new way to configure DNS every release.
Netplan is garbage. I remove all that and use NetworkManager. It's good and just works.
Through gnome network settings, the same way it has always been(I think GP meant Desktop).
What happened?
- Tried 23.04 and found too many bugs (I guess this doesn't count)

- Some day 22.04 randomly started without GUI and I couldn't get it back either with ubuntu-desktop and startx

- I installed a Python package without a virtual environment and it somehow interfered with system Python, bootloader broke

It's possible that those errors were recoverable but I'm not a linux expert and I couldn't repair it after ~2h of stackoverflow

Since I disabled auto-update most of such issues have gone away and what works stays working. I suspect the second was due to an auto-update if you had that enabled and don't get me started on python versioning and the way that can impact a system.
Never go through odd versions (19.xy, 21.xy, 23.xy,…).
> installed a Python package without a virtual environment and it somehow interfered with system Python, bootloader broke

Shouldn't the OS python be protected by root?

> I installed a Python package without a virtual environment

Coincidentally, doing this is now disabled in Debian Bookworm.