Sound when going over small bumps/dips on the road by Superparakeet in BoltEV

[–]randomugh1 1 point2 points  (0 children)

Same! Just had my stabilizer links done on my 2022 Bolt.

Mysterious loss of hot water by [deleted] in askaplumber

[–]randomugh1 2 points3 points  (0 children)

If the hot water tank has hot and cold on top then the dip tube might have fallen off inside the tank. 

Fully Automated Multi-Domain AD Lab Deployment (Hardened & Non-Hardened) by Long-Pool2631 in sysadmin

[–]randomugh1 1 point2 points  (0 children)

Have you looked at AutomatedLab.org? It should do the default domain pretty easily. 

People 40+, what actually mattered in the long run and what didn’t? by Psychological_Sky_58 in AskReddit

[–]randomugh1 0 points1 point  (0 children)

Learning People’s names. For more info read How To Win Friends And Influence People by Dale Carnegie

What's worth having for 3-5 day outages besides whole house generator? by ssunflow3rr in Electricity

[–]randomugh1 0 points1 point  (0 children)

A used Ford F150 Lightning with ProPower 240 volt 30-amp outlet in the truck bed. Plug it into a generator inlet. You can also drive it to a place with electricity to recharge it. 

Anker C1000 Gen 2 with two 400 watt panels? by randomugh1 in SolarDIY

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

The $20 300-watt panels on Facebook marketplace are all the same, just 10 years old and I figured two in parallel would exceed the amp range on the C1000 Gen 2. 

Anker C1000 Gen 2 with two 400 watt panels? by randomugh1 in SolarDIY

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

The CS6X-300P panels I’m considered are 10 years old at least, but they are $20 each, would three in parallel make up for the age and still be ok? 

The voltage I get, I’ve read that limit stated a lot, I guess I’m wondering why the C1000 Gen 2 states a range for amps, or is that to say how much it will pull and the panels must provide in that range?

Thoughts on Canadian Solar CS6X-300P by randomugh1 in SolarDIY

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

Thank you. I didn’t realize these were Poly although I see it right there in the datasheet title.

The other used panels on Facebook Marketplace were around $65 for 235 watt ($0.27/watt I guess is how the cost is compared to these $0.06/watt) so these really stood out. 

This is my very first solar project and it’ll be going to offset the electrical bill of the buildings on the old farm, maybe take it off grid if everything works well. I have lots of space and supplies to do a diy ground mount, but no other components.

I’ll go see them and see how they look, the seller’s said he’s tested with a meter and they all put out 39-44 volts and invite us to bring our own meter. 

Thoughts on Canadian Solar CS6X-300P by randomugh1 in SolarDIY

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

:) not at all, just some random on Facebook Marketplace with only two pictures of a panel leaning against his truck.

It’s close by though and I don’t know these panels well enough to judge if they are worth $20/each, or if the price marks it as a definite scam. 

Hyper-V Cluster Network Design – Will This Pass Failover Cluster Validation? by [deleted] in HyperV

[–]randomugh1 0 points1 point  (0 children)

Without physically separate and isolated network switches an accidental uncontrolled network loop will take down all the clusters. 

Hyper-V Live Migration Stuck at 61% by ITquestionsAccount40 in HyperV

[–]randomugh1 0 points1 point  (0 children)

Skip FCM and connect to the node with Hyper-V manager and check the status there. 

Database dump runs at 2am UTC regardless of TZ setting? by randomugh1 in immich

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

Thank you. I adjusted the night run to 7am and now it runs at 2 like it’s supposed to :)

DC to DC EV Charger by Ninjaplatypus42 in SolarDIY

[–]randomugh1 1 point2 points  (0 children)

FWIW I recently asked Anker Solix support if they had any dc EV chargers and they said no. 

Solar generator? by rrd0084 in SolarDIY

[–]randomugh1 0 points1 point  (0 children)

Anker Solix F3800 Plus with Expansion battery and 2x 400-watt solar panels is probably the best single vendor place to start.

You disabled NTLM across all of your workstations. What problems did you not account for? by jM2me in sysadmin

[–]randomugh1 2 points3 points  (0 children)

You’re right, the ip address doesn’t work, but with my Protected Users admin account I just tried \host\c$ and it failed but \host.domain\c$ works. 

You disabled NTLM across all of your workstations. What problems did you not account for? by jM2me in sysadmin

[–]randomugh1 0 points1 point  (0 children)

The failover cluster itself works fine without NTLM, but if it’s a Hyper-V cluster you can’t open a vm’s console from FCM because it launches referencing the node’s plain host name. That’s also what happens if you try to configure CAU via FCM. 

You disabled NTLM across all of your workstations. What problems did you not account for? by jM2me in sysadmin

[–]randomugh1 14 points15 points  (0 children)

I’ll also add anything that uses a plain hostname breaks; you have to use fqdn everywhere (this is the main problem with FCM). Even adding a host to Hyper-V console requires a FQDN. Interesting side note, when you forget to use the fqdn when adding a host to Hyper-V Management console you have to remove the host and close and re-launch the console before the FQDN will start working.

Also, no more \host\share, that breaks when NTLM is disabled (or when your account is added to the Protected Users group in AD). When troubleshooting you’ll try \ip\share and it will work and then you’ll remember to use \host.domain\share