There are multiple ways to get an SSL Certificate for your website. The most used one for non-technical people is
Continue readingCategory: Automation
How to download a GitHub artifact using PowerShell?
Last day I was struggling to download a GitHub artifact. Tried with invoke-webrequest, web session and even with curl. After
Continue readingGIT schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) – The revocation function was unable to check revocation for the certificate.
During a git sync, I faced this error on a corporate network. This could have multiple reasons, the most common
Continue readingWindows Update error: 0x80244010 – The number of round trips to the server exceeded the maximum limit
This error is mostly raised when a Windows client hasn’t been updated for a long time or when the software
Continue readingMake sure you configure your ‘user.name’ and ‘user.email’ in git
When you install GIT for the first time on your computer, and you’re trying to sync a repository, this message
Continue readingHow to get Windows Update history with PowerShell
It’s nowadays very important to install the latest Windows updates on a monthly basis. If your computer is not recently
Continue readingGIT Commit using PowerShell
There are situations that you need to integrate the git commit in your workflow pipeline. In my situation I needed
Continue readingBuild a custom Ansible Module with Python
Standard, there are a lot of modules available that are developed by the big active Ansible community. So reinventing the
Continue readingCurl syntax examples for POST and GET data
cURL is a command line tool which is used all over the world to communicate with web applications. The cURL
Continue readingPowerShell 7 Everything you need to know
Microsoft released PowerShell 7 core. This version runs on the .NET Core 3.0. Cool about this new release is that
Continue reading