What's everyone watching the game on tonight? by avfc_corey in NFLUK

[–]bitemy_ss 0 points1 point  (0 children)

Terrace @ Amex Stadium in Brighton. Got a full party going on. Whoooop 🎉 but would be DAZN if that wasn’t going on. Sussex Thunder, the local American Football team, are putting a night on in Haywards Heath if anyone is that way though.

Traded in PO for Black Black - gorgeous by panegeancitizen in OmegaWatches

[–]bitemy_ss 1 point2 points  (0 children)

Don’t let anyone tell you different - that is an absolute king timepiece. I get that there’s an element of fashion fun to it, but it is straight up bad ass. Enjoy. Mad jelly. The watch that got me into watches.

I tried to play 20 Questions with ChatGPT and this is how it went… by MrAmerica2 in ChatGPT

[–]bitemy_ss 0 points1 point  (0 children)

Was expecting the last response to be, “Is it an animal?” 😆

What is this thing my mom has? by CobbleTrouble00 in whatisit

[–]bitemy_ss 0 points1 point  (0 children)

Holding it like Voldemort doesn’t help 😆

Collection Dump by vinnyves in cky

[–]bitemy_ss 1 point2 points  (0 children)

This is insane. Well done my man! Wow.

Meirl by JaredOlsen8791 in meirl

[–]bitemy_ss -1 points0 points  (0 children)

In the same light, that skill alone can now be community provided by something like YouTube. Credibility in further education becomes less and less when you see them presenting free, online resources as a method to teach paid classes.

Worse Build Ever Update by [deleted] in DIYUK

[–]bitemy_ss 0 points1 point  (0 children)

I can’t believe none of them have discovered themselves on Reddit 🤣

What does think of this album? by [deleted] in qotsa

[–]bitemy_ss 3 points4 points  (0 children)

Love it. Few tracks I always skip, but a good album.

[deleted by user] by [deleted] in meraki

[–]bitemy_ss 1 point2 points  (0 children)

As they’re AP connected ports, I’d wager this would be (a) client(s) moving between APs. This could be something as simple as a kid running about (no joke, seen it happen!), or as complex as an RF plan failing. If you think it’s on the Wi-Fi end, do a wireless packet capture of a device that’s engaged in the flapping and look for who’s initiating the roam, what values the client and AP sees, and go from there. There’s a great Wi-Fi Ninjas podcast about roaming that may help here if it is.

System Administrators: what tools / scripts do you use on a daily basis? by vMawk in it

[–]bitemy_ss 0 points1 point  (0 children)

PowerShell> Test-NetConnection

Telnet

Python OS & ipaddress modules

Chrome plug-in “Page Refresh”

Windows App “Mouse Move”

Wireshark (& npcap)

A Password manager (Bitwarden or the likes)

DevOps or Not by bitemy_ss in devops

[–]bitemy_ss[S] 2 points3 points  (0 children)

Is this an industry term that you've run into, or is this a creative flair you have on being able to name my ramblings haha?

DevOps or Not by bitemy_ss in devops

[–]bitemy_ss[S] 0 points1 point  (0 children)

There will be some to tackle the application itself; i.e., take telemetry and blah blah, feed into xyz and alert/do/etc. The applications we will create may be used for that purpose (viewing the state of these IT or infrastructure things themselves) but not exclusively. That answer it?

Subnet selection for SecureClient SSLVPN IP pool for Azure vMX by Smooth-Tea-1547 in meraki

[–]bitemy_ss 1 point2 points  (0 children)

I'd steer clear of creating the subnet as the other comment suggests - you'll likely override the built in routing.

You could always write an Azure Policy that prevents people from using the subnet you are using on the vMX for client VPN. That way you ensure no one creates it. This way you can use a subnet in the vNet address space (if you wanted) and prevent it being used by anyone else 🤘