• 2 Posts
  • 34 Comments
Joined 1 year ago
cake
Cake day: July 6th, 2024

help-circle




  • I do seed stuff (I downloaded a TV show of around 40GB last month and I’ve been seeding it since). It just keeps seeding at full speed till the time they throttle my bandwidth. Last I checked I was over 7 in ratio for that thing, but whatever. It works out because I don’t leech much

    I will eventually move to a VPS provider who doesn’t mind public torrents (I’ll pay through XMR). This seems like a much better idea since my needs have diversified and I’d like everything together on one machine to save costs. There’s other ways to use your seedbox too (without root access) and seed stuff that people really need/are deprived of (vague description on purpose).









  • Qubes OS doesn’t have GPU acceleration using Virtio-powered interfaces if that’s something you need. Also it’s based on Xen and you are not encouraged to mess around with dom0.

    TBH if there’s a way that you can attach to the display output of a VM with a GUI when you start your computer, it will probably fit your use-case perfectly. I haven’t found a method to do this but I think there should be some way to attach directly to the display of a VM after booting up.







  • I don’t know why people are recommending apps like Navidrome and Jellyfin when it isn’t a music server that you’re looking for but a way to share the music collection.

    With that said, I can think of 2 approaches, and (likely) the easier option will be to use the help of such a server. Both will require a VPN server in the cloud which will be redirected via NAT/reverse-proxy into your network.

    1. Use something like Navidrome with LDAP/Auth solutions like Authelia. User has to authenticate themselves to access their account on the service like something in the cloud.

    2. To offer more barebones access to the underlying storage directly: set up NFSv4 for Kerberos.



  • Yeah I guess installing a root CA cert (or an Intermediate, depending on how complex your setup is) and automatically rotating certs upon expiry isn’t the most trivial thing. With that said, dekstop linux/windows isn’t a problem. You could theoretically do it on iOS too. Android recently has completely broken this method, however, and there’s a fair few hoops one must jump over to insert a root CA into the Android trust store on Android 13 and later. I’d like find a way to do it just for browsers on Android using adb if possible