Welcome to Sysadmins of the North

The latest in tech, science, personal growth, business and travel curated for you daily.

apt-cache search monit lists "monit – utility for monitoring and managing daemons or similar programs"

MySQL Connector/ODBC C# test script

2018-10-03

Whenever you need to test your ASP.NET connection to your MySQL database, using ODBC, you can use the following C# test script. Currently it uses MySQL ODBC 8.0 Unicode Driver, but you can easily change the version used

List all SPNs used in your Active Directory

2018-02-28

3 unique methods to list Service Principal Names (SPNs) in your Windows network quickly using PowerShell. An SPN or Service Principal Name is a unique identity for a service, mapped with a specific account (mostly service account).

Windows Server logo

Windows Server 2016 VM on Hyper-V stuck at stopping

2018-02-28

If a Windows Server 2016 guest VM on Hyper-V hangs while stopping after Windows Updates, and it won't reboot, it might be caused by the recovery debug information type set. Especially when you have moved the Windows PageFile to a different partition / VHDX

four hardbound books - book archive

How to unzip a file in PowerShell

2017-08-30

Unzip a file on your PowerShell command-prompt may come in handy sometimes, even on your Windows 11/10 workstation. Use Expand-Archive for this, and all that is required is PowerShell 5.0+, or the .NET 4.5+ Framework to use System.IO.Compression.ZipFile.

Detect ethernet network speed in Windows

2017-05-12

Being able to detect the ethernet network speed using PowerShell or WMI is perfect for Windows Server Core. If you ever need to lookup the speed of your ethernet network card in Windows, on the command-prompt, use one of the following PowerShell / WMIC commands.

Share via
Copy link