curl https://speed.hetzner.de/1GB.bin --output 1GB.binLarge files
Category Archives: Uncategorized
Reply
Get Public IP with curl
curl ifconfig.me
Decode access tokens to see data
Measure Azure Latency
Create site for checking out, what the latency is to the Azure datacenters
Force cancelation of subscription in Azure with REST call
Normally you can only cancel/disable a subscription by code if the subscription is empty.
If you add IgnoreResourceCheck=true and thereby still cancel the subscription. This give you the grace time before deletion. Remember to change {subscriptionId} in the URI
Documentation on grace period
Site with Phishing links
Get location names from Azure
az account list-locations -o table
Create local windows user from command line and make the user administrator
net user /add [username] [password] net localgroup administrators [username] /add