Inktvip

joined 1 year ago
[–] [email protected] 3 points 3 months ago* (last edited 3 months ago)

Oh I switched jobs, so not switch as in migrate.

The industry I work in now is very conservative, so Microsoft is a brand people know and "trust". Amazon is scary and new.

[–] [email protected] 42 points 3 months ago (3 children)

As someone who recently switched from AWS to Azure I feel your pain.

Best part is when you finally have a working solution, Microsoft sends you an email that it's being deprecated.

[–] [email protected] 2 points 3 months ago

I call them reset button pushers

[–] [email protected] 4 points 4 months ago

If it's only you (or your household) that is accessing the services then something like hosting a tailscale VPN is a relatively user friendly and safe way to set-up remote access.

If not, then you'd probably want to either use the aforementioned Cloudflare tunnels, or set up a reverse proxy container (nginx proxy manager is quite nice for this as it also handles certs and stuff for you). Then port forward ports 80 and 443 to the server (or container if you give it a separate IP). This can be done in your router.

In terms of domain set-up. I've always found subdomains (homeassistant.domain.com) to be way less of a hassle compared to directories (domain.com/homeassistant) since the latter may need additional config on the application end.

Get a cheap domain at like Cloudflare and use CNAME records that point domain.com and *.domain.com to your dyndns host. Iirc there's also some routers/containers that can do ddns with Cloudflare directly, so that might be worth a quick check too.

[–] [email protected] 17 points 4 months ago (1 children)

That hit my timeline the other day. The amount of work that has been put into that video must have been insane.

[–] [email protected] 29 points 4 months ago (1 children)

Kinda the same thing as winrar. They rather have consumers get used to it so the companies they work at have a higher chance of buying licenses. That's where the real money is.

[–] [email protected] 21 points 4 months ago* (last edited 4 months ago) (3 children)

Didn't some company have a script running that would randomly kill stuff to always test redundancies?

I vaguely recall someone telling me that about netflix

Edit: https://github.com/Netflix/chaosmonkey

[–] [email protected] 3 points 4 months ago (1 children)

People having to work with Microsoft stuff (not just windows) have gotten so used to needing to find workarounds for everything that those genuine issues have become the baseline expectation.

Only having to fill in a wrong email/password a few times sounds like peak user experience compared to the shit I have to pull in Azure/Power BI/AD at times. My genuine first reaction when reading that post was "ah of course, that makes sense".

Personally I use Linux for server/container stuff wherever possible. With the occasional excursion into Manjaro to see what's happening on the desktop side.

[–] [email protected] 2 points 4 months ago (3 children)

I am repping Rufus here, not windows. Painful as it may sound, truth is that most people creating windows usbs would do so from windows.

The tool you're talking about might be Ventoy. Which is indeed a great way to make any type of bootable usb stick. Once installed you can just throw all sorts of isos (and more) to your usb drive and it'll generate nice grub menu to pick from.

You'll just have to use the classic oobe\bypassnro method instead to install windows. (The fact that you have to use a workaround to create a local account at all is still BS, there's no denying that.)

[–] [email protected] 8 points 4 months ago (8 children)

I just did it this morning, when you burn the ISO to a usb drive using Rufus you get a nice little menu that allows you to pre-set a local account, disable the TPM check and more.

The biggest pain is downloading the windows 11 iso in the first place. You can only do that when the site believes you're not already using windows.

Bypassing the online check on setup is basically required on new hardware anyways, since most 2.5g/wifi6+ networking drivers aren't included in the installer.

[–] [email protected] 20 points 5 months ago
[–] [email protected] 2 points 5 months ago (2 children)

There's a couple SD-WAN solutions out there that you can do this with. Essentially route all your traffic through one or more VPSes while still keeping things like port forwards and STUN working properly.

I've had to use it to enable proper video feeds to and from people that had Spectrum as their ISP.

view more: ‹ prev next ›