mat @ mat @linux.community Posts 6Comments 118Joined 2 yr. ago

Would that work even if the T&Cs are for a third party (the ISP), while the correspondence is with my dorm provider (not legally related to my uni, they just have a partnership)?
I'm in the UK, not sure if they have their own british version of the FCC or just follow their rules but it might be different. The router/AP is a tp link Archer C6, which I use as it is performant enough to do VR streaming w/o stutters or high latency.
So technically I should get away with connecting the router and making an AP right? I can't do a hotspot from my laptop because the performance is not high enough for streaming (this is why I bought a dedicated router).
That's fair yeah. In my case the dorms are a separate unrelated company from the uni (they just have a partnership) and the ISP is yet another third party that did the install and sells extras to each student. I think it's pretty scummy since I read my whole dorm contract and it never said this would be a condition to the "free fast wifi" access.
Woah, that's really cool. I'll contact my uni to ask about it and I guess for now use a phone data hotspot and skip on VR.
I'd be happy to set my device to passthrough mode, but I think the ISP prevents peer-to-peer connections (which my laptop would make to the VR headset) unless you buy one of their plans for Chromecast/smart TVs. Would that prevent it from working? And would I still be able to connect multiplw devices despite their one-device limit?
Yeah, the interference argument is fair, but I think this is also the ISP (totally separate third party) trying to protect the paid plans they sell for connecting more than one device...
That's good advice, however this dorm is not part of my uni (just a partner to provide housing) and the internet provider whose T&C I'm expected to accept and sign up for 1y of are a totally separate legal entity, that has a bunch of upsells for stuff like "connect more than 1 device" (which my router/AP would basically be bypassing, and I think that's what these clauses are about). About the interference, is it possible to limit it severely while still having a reliable connection just within my room? I only really want to connect:
- Laptop (wired)
- Phone
- VR for streaming from laptop
Yeah I definitely don't want to hurt the network for other folks staying at this (very large) dorm complex/building. Can I reasonably run it at low power (since I only need it in my room) and not have it bother anyone?
Interesting about hiding SSIDs, I never knew why that option existed. I'm here on Erasmus so I don't want to risk too much by knowingly breaking rules... them triangulating it to my room and starting a legal case or something sounds real scary.
Yeah, that's what I did at my previous dorm (which didn't have a third party ISP trying to sell stuff to students). I brought that same router to this one because they told me it was fine, but now I'm faced with these T&C I didn't know about from a third party.
Yeah that's the thing... the max devices is one, unless I pay a fee (per device I think). This third party that manages the internet offers a bunch of upsells in the account creation for stuff like more devices.
Yep, that's what I mean with VR streaming. The PC connects thru eth to the router, and the headset is connected to the router's AP via wifi. I get the point about unauthorized access, but I set strong passwords and never share them. I think this clause is more about preventing me from connecting more than one device to the internet, which they want to charge me for if I do. Obviously having my own AP would allow me to easily circumvent that.
Unfortunately, connecting to the ethernet port still prompts me to log into the network (make an account and accept these terms)
My Ubuntu server (which has been working for a few years now) recently asked me in a full-screen prompt while updating something about GRUB. There was a list of partitions with just one element, which is the partition that GRUB os on. I was focused on something else so I just hit enter, but now I am really scared to reboot it. Is there any way to pull this back up or to double-check that everything is ok with the machine?
I tried this and was able to set a colorscheme in qt5/6ct that stuck in nheko (with QT_QPA_PLATFORMTHEME=qt5ct), but it still has the same icons issue in Dolphin. pcmanfm-qt also has the icons missing.
the what
Is there a way to set catppuccin as the qt5ct theme? I tried manually adding the files but using qt5ct breaks all icons in Dolphin (it displays alt text or nothing), and kind-of applies in nheko but leaves the main window background fully white.
Agreed! I wonder how it will work if I have to reinstall, I guess I git clone my flake from the install CD and use that instead.
For Qt themes, I had Catppuccin working on Arch but I haven't found a way to apply it. I tried Stylix (kde.enable = true does nothing for Dolphin or nheko), the official Catppuccin flake (dropped GTK support, sets QT_STYLE_OVERRIDE which breaks nheko). I know it's possible to theme Qt apps because I've had it working before, but I can't find any info on how to do it with NixOS that works..
Yeah, I did find the page, but it assumes you're doing a command line install whilst I was using the graphical installer. Now that I know more about Nix I think I should've gone for a CLI install, but I don't know if I will stick with it due to the themeing issues.