In this post I’ll go over some examples of how to parse log files with PowerShell, specifically my blog’s raw access log from cPanel. Access log file structure Each line …
Category:
PowerShell
-
-
Terminal window showing the output of the above PowerShell code. ping sweep in powershell
-
I’ve been messing around with routers this weekend, and I’ve decided to write a PowerShell script to decode Asus router configuration backup files. The script is inspired by this Bash …
- Home LabPowerShellSQL ServerVirtualBox
Setting up an Ubuntu VM for SQL Server 2019 and 2022
by Vlad DrumeaIn this post I’ll outline the process of setting up an Ubuntu Server VM in Oracle VirtualBox for running SQL Server on Linux. If you want to do this via …