List of standard tools

To get the list of installed programs run as administrator wmic /output:C:\InstalledPrograms.txt product get name,version Macrium Reflect FreeFreeFileSync7-ZipPaint.NET (Portable paint.net )

Configuration of Azure Support Tools

Azure KeyVault Explorer The Azure KeyVault Explorer https://github.com/microsoft/AzureKeyVaultExplorer seems to be for MS internal usage. The standard configuration is just supporting Microsoft Internal accounts. To change this go to the settings and correct the Authority to https://login.microsoftonline.com/common/ (from default https://login.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47)

Remember ssh key in WSL

For development purposes we currently still need ssh authentication for git. Most of the solutions require to enter the passphrase multiple times. But now there is a better solution, which requires it just when the wsl is starting. First install the keychain to hold the secret sudo apt install keychain Then add the following line …

Remember ssh key in WSL Weiterlesen »

Switch Terraform Version

With several projects it happens that you need to switch the terraform version. The solution to this is a helper called tfswitch How to manage different terraform versions for each project | by Warren Veerasingam | Medium https://tfswitch.warrensbox.com/ Afterwards we can change the terraform version with In addition tfswitch reads the terraform file in the …

Switch Terraform Version Weiterlesen »