Today, lovely Windows 11 installed an update. And since then I don’t have internet access because Microslop Wincrap 11 can somehow magically no longer connect to the DNS server - to any DNS server. No other device in my network has the same issue. I’ve been bugfixing for over an hour and haven’t found a solution. setting the DNS manually, resetting the network adapter, flushed all DNS entries (I used the commandline tool on Windows!). nothing works.
I don’t have ANY more patience with W11!
I already tried Linux. I’m using Ubuntu Server for hosting Nextcloud and Fedora just to play around.
Do you prefer Fedora or Ubuntu? I have an old Thinkpad…
(And no, I will not go down the rabbit hole of Arch ;-) At least not for now.)


What would you say was a good size/ percentage for a home directory partition?
+1 Fedora (Workstation, in my case) When I set up Fedora on the machines I loaded it on, I normally allocate 50 GB to /root and the balance of the space to /home after setting up my swap and /boot partitions. This has worked well for me so far, YMMV. It also sounds like its not a bad idea to leave a small percentage of a drive un-allocated but I haven’t done this personally.
Thank you.
My assortment of varied storage devices & drives me nuts sometimes.
I’d been boping along just fine, but had to install window the other day to do something and I been meaning to look into this before jumping back over.
Leaving a bit of change on the drive sounds like a good idea too.
if you care to walk “on the wild side” I’d say use LVM, create one big volume covering entire drive then do 50G for / and 20G for /home . I use ext4 since it offers live resize2fs. So the drill is: you set up OS etc. and whenevr you get closer ti the allocated limit bump it by 5G with lvresize + resize2fs which allows you to “grow into” your setup. Also allows snapshots of running OS in cases of iffy updates OR parallel second distro install with subsequent distro removal and space still being at your disposal after it’s gone. BTRFS is fun but offers less flexibility than LVM IMO.