During a git sync, I faced this error on a corporate network. This could have multiple reasons, the most common
Continue readingTag: windows
How to install and configure KubeCtl
To run commands against your Kubernetes cluster form your system they have made a command line tool called KubeCTL. With
Continue readingAccess a Windows fileshare with Ansible
Using credentials in a PowerShell script over WinRM is not always possible if you cannot use Kerberos delegation. For this
Continue readingCreate Windows user using SALTstack
The first thing i did using salt stack was creating a local windows user. Creating users on different OS builds
Continue readingInstall git with PowerShell on Windows
With the following PowerShell function you can download and install git using PowerShell. It downloads the latest “stable” git release
Continue readingHow to check the SFP state on a Physical Windows Host
In the past we have had an issue with a bad batch of SFP’s in our Windows servers. The issue
Continue readingHow to install terraform on Windows
Download Terraform Unzip Terraform to c:\Terraform Add terraform to your environment variables: Test your installation typing terraform in CMD.Your output
Continue readingGenerate CPU Load with PowerShell
In some situations you need to stress your system a little (for example: to check if your monitoring is functioning
Continue readingEnable safe mode Windows 8 or 10
Last week I was working on a young defect SSD powered computer running on Windows 10. Hitting the F8 key
Continue reading