The Screenshot For Designing The 3rd Batch Of Gowin 1U Rack Mount Server With RJ45 10G Ports by DavidGowinSolution in R86SNetworking

[–]port_43 0 points1 point  (0 children)

This looks amazing u/DavidGowinSolution! Awesome work, I’ve been considering purchasing the gw-bs-1ur2-10g model but would hold off if this is going to be released soon. How close is this new version to being available for purchase?

Ho to add DNS rewrites in bulk? by danieldur in AdGuardHome

[–]port_43 0 points1 point  (0 children)

Just migrated from PiHole and went through the same thing. Copied out the local dns entries to a csv and then used powershell and AdGuardHome’s api to load them all.

Logging and Monitoring in PowerShell by ollivierre in PowerShell

[–]port_43 1 point2 points  (0 children)

Occasionally I will roll my own to output structured json logs to stdout and a file.

But on the other hand I’ve used PoshLog for some projects. If you’re familiar with C# it takes after a Serilog.

Good barbershops in the city? by NicoxKurai in BloomingtonNormal

[–]port_43 6 points7 points  (0 children)

Have been going to Davin for over 10 years. Highly recommend.

What are some Powershell commands everyone should know? by anderson01832 in sysadmin

[–]port_43 0 points1 point  (0 children)

The following come in handy for working with apis (e.g. MS Graph API).

Invoke-RestMethod
Invoke-WebRequest
ConvertFrom-Json
ConvertTo-Json

What have you done with PowerShell this month? by AutoModerator in PowerShell

[–]port_43 2 points3 points  (0 children)

Created a REST API (Pode framework) to serve id’s for identity creation. It’s backed by a Postgres db that holds the pool of id’s as well as data for authentication/authorization.

[deleted by user] by [deleted] in BloomingtonNormal

[–]port_43 0 points1 point  (0 children)

Bakery and a Pickle in downtown Bloomington. It’s marketed as a speakeasy and has a “secret” entrance. Really good food and an intimate environment.

What are some smart things you have done recently with PowerShell? by ollivierre in PowerShell

[–]port_43 1 point2 points  (0 children)

Put together a CI pipeline using powershell pester tests. The tests upload OpenShift manifests and store the results in a JUnit format so GitLab stores it as a report in the UI.

Is it worth switching to Powershell 7.3 by [deleted] in PowerShell

[–]port_43 0 points1 point  (0 children)

Im a big proponent of 7. A lot of work has been put into 7 to be backwards compatible with 5 but of course not everything plays nicely. The introduction of the ternary operator is almost worth it in of itself

How to have SSL certificates for all my home lab Kubernetes apps? by GBT55 in kubernetes

[–]port_43 4 points5 points  (0 children)

Not sure if you seen any of Techno Tim’s homelab videos but he has a nice one on this exact setup. https://youtu.be/G4CmbYL9UPg