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 )
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 )
Here I collect the aliases I’m currently collecting, which help in some cloud development work Hints: Store in ~/.bashrc apply with source ~/.bashrc
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)
ktx and kns https://github.com/blendle/kns kubectl in der neusten Version (auch für update) Aliases kubeseal helm istoctl Alternatively create a symlink in /usr/local/bin
Linking the ssh credentials The ssh key can easily loaded into pagent.exe and very smooth from KeypassXC (automatically when starting). But git is not automatically using it. Therefore we have to set the environment variable to the path of the plink.exe: GIT_SSH=C:\Program Files\PuTTY\plink.exe Freezing git command for new repo Fetching a git repo from command …
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 …
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 …
Microsoft does not provide a ready to use SPA template for Svelte. There here an easy way to create this from scratch (to be continued) First we need to initialize a svelte project converted to typescript and a ASP.net Core WebAPI project Now we adjust a few path to keep the project in line with …
.NET Core and Svelte with typescript including Docker build Weiterlesen »
Sometimes there is a situation where we need to add users to an Azure Tenant, which do not have an option to receive an email. This is typically the case when we use Admin-/Service Accounts. This can also happen if the mail domain and the login account does not match. When we send such users …
The quickest way how to deploy wordpress including an MySQL database for free is via a simple template https://azure.microsoft.com/de-de/resources/templates/wordpress-app-service-mysql-inapp/