• 0 Posts
  • 113 Comments
Joined 1 year ago
cake
Cake day: August 16th, 2023

help-circle

  • The reason they don’t want you using your own WiFi access point is probably because dorms are prone to over congestion if everyone sets up their own WiFi network.

    If you wanted to fuck with them-and you don’t mind spending money-then you could set up your WiFi and get internet via mobile carrier or starlink, so that you never actually have to agree to their terms. Then when/if someone comes around to bitch at you you can watch them slowly come to the conclusion that they’ve got nothing on you.

    Otherwise your options are to follow the rules to the letter and live without vr streaming, or accept that you might get in trouble. Some WiFi routers can be configured to not advertise their network; annoying because you’ll have to manually enter the network information on every device, but it might keep you from getting caught.

    As for connecting multiple devices without paying; there’s probably some creative ways to tunnel all your traffic through a single device to get around that. Could still get you in trouble if you’re caught.

    If you’re doing anything that could get you in trouble with the school make sure you save the email in which they told you using your own router is allowed.















  • There’s a very pervasive idea in the corporate and governing world that private industry can be more secure, and that people not having knowledge of a software’s codebase is itself a security feature, not a bug.

    The obvious counterpoint is that open source code has more eyes on it, so vulnerabilities are more likely to be found before they’re exploited. I generally agree with this argument, but it does beg the question: how many people are actually taking the time to vett open source software?

    There’s also legal considerations. If your company leaks a bunch of data due to a Windows bug you can sue Microsoft (or try to, anyway). If the same happens due to a bug in an open source program you probably won’t be able to recover much in damages from the rag-tag gang of free-time developers who made it, assuming you can even figure out who to file suit against in the first place.


  • In two words: Active Directory.

    A robust and well vetted set of tools with reliable GUI interfaces for managing very large numbers of users, their permissions, and the computers from basically anywhere on the network.

    There’s nothing AD does that couldn’t be done in Linux, but nothing even close to the scope and maturity exists yet, as far as I know. Even Apple doesn’t have anything truly comparable.

    Managing a large number of Linux users probably means relying on 3rd party software which isn’t baked in to the OS, which can have reliability issues, or developing user management tools in-house which is pretty hard to justify for most enterprises.