Just a fancy alias
pushall = "!f(){ b=${1:-$(git rev-parse --abbrev-ref HEAD)}; for r in $(git remote); do echo \">>> pushing $b to $r\"; git push \"$r\" \"$b\"; done; }; f"
Welcome to my world
Just a fancy alias
pushall = "!f(){ b=${1:-$(git rev-parse --abbrev-ref HEAD)}; for r in $(git remote); do echo \">>> pushing $b to $r\"; git push \"$r\" \"$b\"; done; }; f"
A quicksolutiuon to this is to add MACs hmac-sha2-512,hmac-sha2-256
Host buggyhost.lan User git IdentityFile ~/.ssh/mykey CheckHostIP no MACs hmac-sha2-512,hmac-sha2-256
DISM /online /Get-CurrentEdition
Mögliche Zielversion ermitteln
DISM /online /Get-TargetEditions
Beispielausgabe: ServerStandard, ServerDatacenter –> Hier war es natürlich ServerDatacenter
Version konvertieren:
DISM /online /Set-Edition:ServerDatacenter /ProductKey:JFTY6-2NDFG-KKYJ6-8G76H-4C4Q4 /AcceptEula
Es werden Windows-Updates installiert, es dauert noch etwas