Repair Windows File System

sfc /scannow
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth


Terraform Commands

terraform output -json # list sensitive terraform outputs
terraform apply -target <resource_type>.<resource_name> # create one resource
terraform destroy -target <resource_type>.<resource_name> # destroy one resource
terraform state rm <resource_type>.<resource_name> # remove a resource from state


Secure DNS Servers

dns.gregoret.com.ar/dns-query
tls://dns.gregoret.com.ar:853
quic://dns.gregoret.com.ar:853


Set up OpenVPN Server In 5 Minutes on Ubuntu

wget https://git.io/vpn -O openvpn-install.sh && bash openvpn-install.sh