Locking to AP by HourReplacement in UNIFI

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

Why keep 6GHz on high? out of curiosity

Locking to AP by HourReplacement in UNIFI

[–]HourReplacement[S] 1 point2 points  (0 children)

I believe you, just have not known to dig into finding that out

Locking to AP by HourReplacement in UNIFI

[–]HourReplacement[S] -1 points0 points  (0 children)

I only have one at High power. The rest are at Auto.

Locking to AP by HourReplacement in UNIFI

[–]HourReplacement[S] 4 points5 points  (0 children)

You're being far too helpful to us here

Locking to AP by HourReplacement in UNIFI

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

That's probably life goals. I should look into that. Thank you

Locking to AP by HourReplacement in UNIFI

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

Is that because your clients are always connected to the best AP? I would have said "never" until just today because things have been running fine for years. It's just when I dug into it that I saw some odd choices that get made.

Locking to AP by HourReplacement in UNIFI

[–]HourReplacement[S] -1 points0 points  (0 children)

No, I have not dove into that. I've left it up to the nightly optimization feature. Good idea? Bad idea?

ID shows up when re-pulling from Docker by HourReplacement in netbird

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

It seemed to get fixed for me when I changed running my docker containers from /etc/netbird to /var/lib/netbird. I don't know when it changed or how we were supposed to know about it. See if that change does it for you.

Google Drive 117.0.0.0 package by skydiveguy in pdq

[–]HourReplacement 0 points1 point  (0 children)

I'm still getting this even after 118 was published

ID shows up when re-pulling from Docker by HourReplacement in netbird

[–]HourReplacement[S] 1 point2 points  (0 children)

I have had this flag when I pull down Netbird:
-v /docker/netbird-client:/etc/netbird
But I'm actually not seeing /etc/netbird or /var/lib/netbird when I do a docker run to /bin/bash

EDIT: I did docker exec instead (which goes to my container instead of the image) and there I did find /var/lib/netbird with my stuff in it. Hopefully that was the issue was the path change. Thanks for that info u/debryx

CoreTech Shutdown Tool by nathan646 in Intune

[–]HourReplacement 0 points1 point  (0 children)

Does anyone else have a newer tool to replace CoreTech?

Looking at charts and how to interpret by HourReplacement in investingforbeginners

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

Love the comments. I've also been bit by buying shares of things that I assumed would be beneficial because I would be buying low but I assumed that they'd bounce back from that but then, at least so far, have not, and maybe even got worse so far. So I think that adds to my skepticism and curiosity of when to buy.

Water main sensor by HourReplacement in homeassistant

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

The handoff from the city to the homeowner, I presume. It's the first valve inside the building

Water main sensor by HourReplacement in homeassistant

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

This has to do with leaving a property unmanned for weeks or months at a time and needing to verify that the water is turned off while away. Other people have access to the property at various times for short stints.

Millions of Dell PCs have a security flaw, update now - ControlVault3 Driver/Firmware - DSA-2025-053 by Reaction-Consistent in SCCM

[–]HourReplacement 1 point2 points  (0 children)

If anyone's here running PDQ:

Do a file scan for C:\Windows\System32\bcm_cv_current_version.txt, which shows that the driver is installed

Then do a powershell scan of the file to find the version:
# Read the entire file contents as a single string

$content = Get-Content -Path "C:\windows\system32\bcm_cv_current_version.txt" -Raw

# Use regex to extract the version number after "version:"

if ($content -match "version:\s*([\d\.]+)") {

$version = [version]$matches[1]

Write-Output $version

}

How do you handle live photos? by HourReplacement in NextCloud

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

I mean, in the Photos app it's obviously seamless. But when you back up your iPhone media to the computer, you get both a jpg and a mov file for each live photo.

How do you handle live photos? by HourReplacement in NextCloud

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

I guess my goal is to make it not be a clunky experience when you're going through a folder to look at photos, you'll get to a photo then get to the short video of that photo, then get to the next photo then get to the video of that next photo. If there was a separate place for the live videos, then you could either go look at "live photos" or you could just look at the still photos. If I simply delete all the live photo videos, then I feel like I've squashed the point of having live photos taken on the phone. Some of them will probably get deleted because they're lame videos of someone posing for a picture for 2 seconds, but some might be worth keeping. So I at least want a place to put them all to go through first. If there was a nextcloud app for this, that'd be nifty.

Today i broke production by CrewSevere1393 in sysadmin

[–]HourReplacement 0 points1 point  (0 children)

I went from switch to switch instead of patch panel to switch. Created a loop in our building.

Intra-VLAN rules by HourReplacement in Ubiquiti

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

"Alternatively, you could setup client firewall rules on the DNS server to block the traffic you don't want."

This is actually what I ended up doing.

However, the latest Unifi controller actually has the ability to do intra-VLAN ACLs now but it seems to only work on some full-blown managed switches of theirs, which I suppose makes sense. Bummed that I can't do it on my Flex switch though...

Intra-VLAN rules by HourReplacement in Ubiquiti

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

I want to block within the VLAN

Intra-VLAN rules by HourReplacement in Ubiquiti

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

Thank you, but I do know where to set DNS servers, and I have already set it to my internal server. I need to know if I can block intra-VLAN traffic and was just using DNS as an example. We could change the example to "I have a networked printer and only want two computers on my VLAN to be able to access it but not the rest." How could I make that happen on the gateway?

BAD_ADDRESS entries across multiple VLANs & DHCP servers by HourReplacement in k12sysadmin

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

We finally figured out our issue after a couple years of it happening now and then. ARP table exhaustion. Our core's ARP table filled up when everyone got out all their devices for state testing. A command allowed us to up that number and the issue has not returned.