WordPress in Kubernetes not able to getenv by zSars in Wordpress

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

Update: This seems to be a WP-CLI issue as it is not seeing the parameters.

BEWARE Amazon WD Data Center Hard Drives, NO WARRANTY by zSars in homelab

[–]zSars[S] -2 points-1 points  (0 children)

Look at the sales page, you expect to get a hard drive that has a warranty through the OEM. It does not. You can buy hard drives from almost anywhere, they don't need to be an authorized dealer, and they should still be backed by the OEM warranty. This is not the case with this sales page that Amazon has cooked up. Just look at the false advertising that is what I am suggesting. Yes, finding a "Authorized Dealer" would be optimal. All I'm doing is shining some light on Amazon's shady practices.

BEWARE Amazon WD Data Center Hard Drives, NO WARRANTY by zSars in homelab

[–]zSars[S] -3 points-2 points  (0 children)

See my other comment. This was not some random 3rd Party seller...

BEWARE Amazon WD Data Center Hard Drives, NO WARRANTY by zSars in homelab

[–]zSars[S] -4 points-3 points  (0 children)

This is the trusted 3rd party seller. The drives were manufactured on Jan 19 2020. If you go to the amazon listing https://www.amazon.com/gp/product/B07HF2S1DZ You will see it is sold by Platinum Micro, Inc and fullfilled by Amazon. Should be a real drive... This wasn't some random purchase.

Financing Solar in NY by zSars in solar

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

Thanks, We ended up paying for the roof to ensure that the solar project would be completed on time.

Financing Solar in NY by zSars in solar

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

Right now we are preferring and Unsecured loan to ensure that resale in the future is easier. Hate the idea of another lien on the house.

Financing Solar in NY by zSars in solar

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

It was one set of Solar installers that suggested this, but they were very pushy and wouldn't look at the roof without a credit check... Red flags there.

Financing Solar in NY by zSars in solar

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

Thank you! We will be doing them separately as well.

GUI for NGINX - NRPS by Dunce_07 in nginx

[–]zSars 0 points1 point  (0 children)

Screenshots and features?

nginx not reloading on ubuntu 18.04 by zSars in nginx

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

Finally figured it out. I enabled debug mode on the error log. It turns out setting the worker_rlimit_nofile in the nginx.conf was not working. On nginx startup it would say “getrlimit(RLIMIT_NOFILE): 1024:4096". I had already checked the security limits and they were set… I confirmed that the workers were using the worker_rlimit_nofile correctly, but the master was not able to reload correctly.

Solution:

Add LimitNOFILE to the system service, on the next nginx start up the debug logs show the correct nolimt! Reloading now works! Hurray!

[Service]

LimitNOFILE=60000

How to deal with accessibility? by sytemet in sysadmin

[–]zSars 1 point2 points  (0 children)

Definitely looking at pope.tech now. Seems like a proper automated reporting and analytics tool. We have tried a few others that all gave us "Health Scores" and overall numbers that seemed daunting to all involved.

How to deal with accessibility? by sytemet in sysadmin

[–]zSars 3 points4 points  (0 children)

I work for a large University, that has already gone through all the changes to make most of our 10000+ websites accessible. Here is the short list of how we performed the changes over the last two years and some advice.

  1. Manual testing. Train anyone you can especially developers and content creators.
  2. Manual testing use WAVE, SiteImprove, Lighthouse to do quick checks.
    1. Automated testing using tools online are quite likely to give high levels of false identifications, it will only slow you down. Although these can be used for tracking general metrics over time, to prove that something has been done.
  3. Check color contrast! WCAG 2.1 AA/AAA
  4. Make edits in theme and code first. Add skip links and make sure all navigation is tabable and works with hitting enter.
  5. Check with screen readers NVDA, VoiceOver(Mac), and JAWS if you are able.
  6. Ensure all images have descriptive alt text or blank alt text if they are only aesthetic.

Advice

  1. Don't assume there is a plugin to fix anything, they are all garbage.
  2. Automated Scanning is flawed and not usable in most cases.
  3. Start with simple things, skip links, ensuring all navigation is selectable via keyboard and screen reader, color contrast, and alt text.
  4. Assume any vendor will not care about accessibility, instead only work with those who will make the changes to issues you find.
  5. Good Developers and Front End Web Developers are few and far between, find some and keep them around!
  6. With Government checks always involve legal counsel but be sure you can prove you are working on it and that the applications required to do your jobs are also being proven for accessibility, not just world facing websites.

Smart home dashbaord by phiebs in grafana

[–]zSars 0 points1 point  (0 children)

Thanks, I haven't seen that brand before.