Firewall with Powershell Cheat Sheet for use with powershell task automation framework. Firewall Enable ICMP netsh advfirewall firewall add rule name="ICMP Allow incoming V4 echo request" protocol=icmpv4:8,any dir=in action=allow Enable...
Minecraft Players Cheat Sheet for use with Command Block in Minecraft. Create Ninja Player /clear @p /give @p golden_sword 1 /give @p ender_pearl 10 /give @p lingering_potion 1 24 /give...
Minecraft Basic Cheat Sheet for use with Command Block in Minecraft. Clear Inventory /clear @p Give Command Block /give @p command_block 1
Azure Authentication Cheat Sheet for use with Azure CLI (az). Login (principal) az login --service-principal -u [PRINCIPAL GUID] --password [PRINCIPAL KEY] --tenant [TENANT GUID] Show subscriptions az account list Current...
PFX (Personal Information Exchange Format) Certificates serve the purpose of encrypting data. For example, encrypting traffic to your WordPress website. Or encrypting data in transfer between two machines. Therefore, encryption...
So, the time has come to link your WordPress site with your Google Analytics Global Site Tag (gtag.js) tracking code. This is most commonly achieved by injecting the Global Site...
Do you need to point your new instance of MySQL Database to your WordPress site? Or how do you change authentication details with your database? Maybe changing username or password...
Would you like to always redirect HTTP to HTTPS on your WordPress website or blog? Then you must read this guide as it'll help you to configure this. From the...