Archive

Quick Search
  • 2026-04 (2)
    10 SSH for Git Quick Reference 10 Getting Generic ESP32 Boards Working on Windows with the CP2102 Driver
  • 2026-03 (5)
    31 Generating Random RGB Colors in PowerShell 15 Disable PSReadLine Predictions During Demos 08 How Much Time Have I Actually Spent on This Thing? 06 I "developed" a C# .NET8 desktop app in 25 minutes 03 Getting USB Devices Working in WSL2
  • 2026-02 (4)
    24 Parse PowerShell Errors Without IDE/Linter 11 mpremote example: run code from device memory, install missing module 08 Using Splunk and Armis index to get an inventory list 08 Monitoring Network Activity using Splunk index firewall-pan
  • 2025-12 (1)
    14 FTDI Devices on Ubuntu
  • 2025-11 (3)
    16 Monitoring (USB) Device Change Events with PowerShell 09 Using FT232RNL with Sigrok/Pulseview on Windows 02 PowerShell Get-Member Essentials: Static vs Instance Members
  • 2025-08 (1)
    12 Getting Started with mpremote for MicroPython
  • 2025-05 (2)
    10 Reading Raw Data from a Foot Pedal HID 04 Bitmap Visualizer
  • 2025-04 (1)
    07 Identify Computer and User Connections to an SQL Server
  • 2025-03 (4)
    25 Enable-PSRemoting: public network connection type? 24 Get Installed Software List From Windows Registry 24 Using WinEvent to review Windows Update installs 23 First Steps
Mark Go
  • About Me

Mark Go


Random nerdy system admin stuff.

Monitoring Network Activity using Splunk index firewall-pan

Posted on February 8, 2026

Splunk query to monitor network traffic using firewall-pan index. [Read More]
Tags: splunk, network, cybersecurity

FTDI Devices on Ubuntu

How to check for FTDI USB-to-Serial adapters on Ubuntu using command line tools

Posted on December 14, 2025

FTDI devices are commonly used USB-to-Serial adapters, common enough that many operating systems have built-in support for them. [Read More]
Tags: ubuntu, ftdi, usb, linux

Monitoring (USB) Device Change Events with PowerShell

Capture system device changes using WMI to quickly identify connected or disconnected hardware

Posted on November 16, 2025

Copy Copy Copy ```powershell function Start-WMIDeviceChangeMonitor { [CmdletBinding()] param() [Read More]
Tags: powerShell, WMI, Device Monitoring, USB, HID

Using FT232RNL with Sigrok/Pulseview on Windows

Getting FTDI logic analyzer working with proper drivers

Posted on November 9, 2025

Using FT232RNL with Sigrok/Pulseview on Windows [Read More]
Tags: FTDI, Logic Analyzer, Sigrok, Pulseview, Windows, Hardware, USB

PowerShell Get-Member Essentials: Static vs Instance Members

Posted on November 2, 2025

Master the key distinction between static and instance members in PowerShell using Get-Member to unlock the full power of .NET objects. [Read More]

Getting Started with mpremote for MicroPython

Posted on August 12, 2025

Learn what mpremote is, why it’s useful for MicroPython development, and how to install it on your system. [Read More]

Reading Raw Data from a Foot Pedal HID

Posted on May 10, 2025

Learning to read raw data from a foot pedal HID device using C# and the Windows API. [Read More]

Bitmap Visualizer

Posted on May 4, 2025

A simple GUI for editing an 8x8 pixel bitmap. [Read More]

Identify Computer and User Connections to an SQL Server

Posted on April 7, 2025

Discovering who is connected to an SQL Instance [Read More]

Enable-PSRemoting: public network connection type?

Posted on March 25, 2025

Enable-PSRemoting fails. What's this about a public network connection type? [Read More]
  • ← Newer Posts
  • Older Posts →
  • GitHub
  • Email me
  • LinkedIn
  • RSS

Mark Go  •  2026

Theme by beautiful-jekyll

Forked from kratzert.github.io

Page updated: April 10, 2026 at 21:09 UTC