Remove file from Git History
This is a way how to remove a file from the history How Remove Files completely from git repository history The full problem is more complicated. See e.g. 4 Ways to Remove Files from Git Commit History
This is a way how to remove a file from the history How Remove Files completely from git repository history The full problem is more complicated. See e.g. 4 Ways to Remove Files from Git Commit History
Restart all services in a namespace
We use Windows OpenSSH to connect to the ssh server instead of Putty Activate the OpenSSH Client in Windows References Git und SSH-Key mit Passphrase unter Windows | dev-community.deHow to use KeepassXC to serve SSH keys to WSL2 and Ubuntu – Mendhak / CodeOpenSSH installieren | Microsoft Docs
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 …