DKDeepak Kumar Mahanaindkm10.hashnode.dev·Jan 8, 2023 · 1 min readInstall certificates on WSL2You might come across a situation where you want to add some certificates in your WSL instance to fix any SSL issues. You need to first copy your certificates to the location /usr/local/share/ca-certificates and then run the command sudo update-ca-ce...00
DKDeepak Kumar Mahanaindkm10.hashnode.dev·Jan 8, 2023 · 3 min readWSL2 — Install and Configure on Windows10/11Windows Subsystem for Linux (WSL) lets you run a GNU/Linux environment within your windows system without using a virtual machine. You can run most of your favorite Linux tools/utilities like grep, vim, etc. and also run shell scripts directly from y...00
DKDeepak Kumar Mahanaindkm10.hashnode.dev·Jan 8, 2023 · 2 min readSigning Git commitsAs part of my workflow, I regularly make commits to git repositories, be it GitHub or Azure Repos. I also realized how easy it is to spoof a commit in git. Having a signed commit is the best way to make sure the commits are coming from an authenticat...00
DKDeepak Kumar Mahanaindkm10.hashnode.dev·Jan 5, 2023 · 1 min readRoadmap for Azure DevOps with TerraformInterested in learning DevOps but confused about where to get started? This might just help you with a few ideas! Coming from a sysadmin background, most of my DevOps tasks are related to platform management and provisioning, primarily on the Azure c...00