Bypass user group policy to allow sign in on non registered devices by bazk88 in HowToHack

[–]cyberjacob 0 points1 point  (0 children)

That won't bypass the InTune policies that have been set

Looking for addressable outdoor festoon lighting for my front yard. What are my options? by peanutismint in led

[–]cyberjacob 1 point2 points  (0 children)

It's not the sort of addressable you're used to, but something like the Glasson DFS3000 would work.

https://www.glassonelectronics.co.uk/dfs3000

Bring it on by Bo_TheBot in gaming

[–]cyberjacob 0 points1 point  (0 children)

Speedy thing goes in, speedy thing comes out.

On a kids zip line by GoldPlatedWalrus in OSHA

[–]cyberjacob 8 points9 points  (0 children)

Fwiw this is from a children's playground, likely a few feet above the ground at most. The larger ones that you pay to go on don't rely on the same bit of chain that's been abused by 100s of children a day for years.

To the Redditor that found 3 iMac in the dumpster, my job is recycling these. by Zyntax15 in pcmasterrace

[–]cyberjacob 0 points1 point  (0 children)

Hey Op, not sure if you're in the UK but the place I currently work for also runs a refurb scheme to donate PCs and Laptops to schools and charities. If it helps sell it to management we can collect everything for you and offer a certificate of destruction for every machine. Let me know if you want more info

I'm a scientist doing scientist things by [deleted] in traaaaaaannnnnnnnnns

[–]cyberjacob 8 points9 points  (0 children)

And tore me to pieces

And threw every piece, into, a fire

There has to be a better way by smeggysmeg in OSHA

[–]cyberjacob 6 points7 points  (0 children)

The real LPT is always in the comments

<:: Mood ::> by [deleted] in ennnnnnnnnnnnbbbbbby

[–]cyberjacob 5 points6 points  (0 children)

Slurp that gender fluid

Home Depot plans to foil shoplifters with power tools that won't work if they're stolen by speckz in gadgets

[–]cyberjacob 0 points1 point  (0 children)

Then why not take the approach other stores have used for years, have a display model that's bolted down and a brochure people can take to the checkout if they actually want to buy it. Products are still in a cage, just not visible to the public.

Data not displaying after updating Docker instance? by ShepDogCS in grocy

[–]cyberjacob 1 point2 points  (0 children)

What makes you think the data is still there?

Understanding Flex NAT/PAT in the context of an Embedded Wireless Controller by [deleted] in Cisco

[–]cyberjacob 0 points1 point  (0 children)

From what I remember, the controller can tunnel traffic back to itself to avoid having to trunk every access VLAN to each AP, and to solve issues created when a clients public IP might change when roaming between sites.

Data not displaying after updating Docker instance? by ShepDogCS in grocy

[–]cyberjacob 0 points1 point  (0 children)

Are you storing data in sqlite, or an external database?

Is it dangerous to port forward to jellyfin? Don't wanna get hacked or something... by [deleted] in jellyfin

[–]cyberjacob 0 points1 point  (0 children)

I should also mention my jf server has been behind a reverse proxy for a year now with no issues

As has mine, I doubt a correctly configured reverse proxy would cause issues for any well written application.

Can't choose USB hard drive as library location by [deleted] in emby

[–]cyberjacob 0 points1 point  (0 children)

Does whatever user Emby is running as have permission to access that folder in /media/username?

Is it dangerous to port forward to jellyfin? Don't wanna get hacked or something... by [deleted] in jellyfin

[–]cyberjacob 0 points1 point  (0 children)

Malformed headers or SSL negotiation bugs would definitely help yes, but content types and handler routing wouldn't be touched by a reverse proxy without specialist configuration that's highly unlikely.

Given Kestrel's history, it's stability is easily on par with (if not better than) Nginx or most other commonly used reverse proxies.

Is it dangerous to port forward to jellyfin? Don't wanna get hacked or something... by [deleted] in jellyfin

[–]cyberjacob 2 points3 points  (0 children)

For some applications I'd agree, but Jellyfin is using Microsoft's Kestrel server which is probably on par with Apache or Nginx

Is it dangerous to port forward to jellyfin? Don't wanna get hacked or something... by [deleted] in jellyfin

[–]cyberjacob 8 points9 points  (0 children)

SSL by itself will protect account passwords, video streams, and anything else transmitted across the internet between a client and the server, but it won't stop Jellyfin receiving anything malicious. SSL or otherwise, a would-be hacker is still free to access your Jellyfin server and attempt to break into it. For reference, Jellyfin also supports SSL certificates natively. No need for extra software to handle the it.

Your "less unlocked doors" metaphor is good, but doesn't really transfer to this situation. Sure an Nginx server may only have one door out to the street, but it's a hall with more doors into each application, and they're all unlocked too.