this post was submitted on 15 Jul 2026
195 points (94.9% liked)

Linux

18300 readers
199 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 3 years ago
MODERATORS
 

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.)

you are viewing a single comment's thread
view the rest of the comments
[–] negativenull@piefed.world 2 points 2 days ago (1 children)

Not a whole ton truthfully. If you run 'brew list', you'll see a lot of things already installed via Homebrew. The main one I install explicitly is 'yt-dlp', and I've played with llama.cpp and similar too

[–] prole@lemmy.blahaj.zone 1 points 2 days ago* (last edited 2 days ago) (2 children)

Hmmm, I use yt-dlp but forget exactly how I installed it. Definitely not flatpak, definitely not distrobox, and I'm pretty sure I never layered it.

App image maybe?

Edit: I think I literally just downloaded the Linux binary?

[–] Skullgrid@lemmy.world 1 points 2 days ago

Hmmm, I use yt-dlp but forget exactly how I installed it. Definitely not flatpak, definitely not distrobox, and I’m pretty sure I never layered it.

from pip? that's how I have yewtube

[–] negativenull@piefed.world 1 points 2 days ago (1 children)

I used to download their binary from github and put in /usr/local/bin
Hoembrew will update that now whenever I update my system so I don't think about it anymore.

[–] prole@lemmy.blahaj.zone 1 points 2 days ago

Hmmm, I guess I've just been running an outdated version of it for a while then.