I’m a computer janitor that sometimes streams trying to learn dev https://www.twitch.tv/destide

  • 43 Posts
  • 219 Comments
Joined 3 years ago
cake
Cake day: July 4th, 2023

help-circle
  • sudo {package-manager} remove npm nodejs sudo {package-manager} purge npm nodejs

    npm: sudo tee /usr/local/bin/npm >/dev/null <<‘EOF’ #!/bin/sh echo “npm is blocked on this system.” exit 1 EOF

    sudo chmod 755 /usr/local/bin/npm

    npx: sudo tee /usr/local/bin/npx >/dev/null <<‘EOF’ #!/bin/sh echo “npx is blocked on this system.” exit 1 EOF

    sudo chmod 755 /usr/local/bin/npx

    Might break somethings but that’s a part of boycotting something I guess.






















  • To use tailscale you’d need to add every device you want to use to your tailscale machines list. It’s not an anywhere any machine solution without that.

    If you want something more like a proper web service that’s available without Tailscale, you’d need to spin up a reverse proxy or use Tailscale Funnel to expose Jellyfin to the public internet in a controlled way.

    Tailscale won’t affect local as you can access it via browser and phone, the service is running fine locally. Just check in jellyfin it’s bound to the same IP subnet go to Dashboard → Networking and check that it’s set to 0.0.0.0 or your LAN IP (e.g., 192.168.0.xx).




  • Exactly that. It’s not the be all and end all for Linux, nothing ever will be and that’s OK. Some people have had a few issues, especially when Fedora was in the 30s. Just did a quick search, even this year some users reporting it borking itself. But like you, I have never had an issue, but when I deploy machines that are 100 miles from me, I don’t want to deal with that, same for my work machines.

    Bazzite works really well for my living room PC, wife approved PS5 replacement. Again, for my personal gaming rig I don’t want to get home go to game and have to deal with some dependency issue. I put Bluefin on my field laptop because again I use it sporadically, and it’ll update on boot if it was cachyOS or workstation there’s a chance it could drift out of spec enough to bork.

    So yeah I love the Atomics, but I was prob 90% the way there before Silverblue came about and 95% there when the Ublue stuff stated rolling out.

    Like a lot of things Linux it’s not the future of Linux but its a future I think.