database-tools

Finding Public IP Address

Here is a one-liner that retrieves your current public IP address: PS> Invoke-RestMethod -Uri http://ipinfo.io ip : 87.153.224.209 hostname :...

Real-Time Log Processing

PowerShell comes with a powerful yet simple way of monitoring file changes. Let’s assume you have a log file that changes every now and then....

Detecting Storage Issues

In Windows 10 and Windows Server 2016, PowerShell can access storage reliability data so you can find out whether there is something wrong with one...

MySQL Security Basics

Full security requires security of the network, hosts, databases, and applications. Most of these are the same, regardless of which database vendor...

1 94 95 96 97 98 396