Debugging ASP.net Framework outside of Localhost or from a WAN connection

In .NET core, Microsoft recently released DevTunnels which creates an outgoing connection to a centralized service which receives request from an external provided URL when subscribing to the service, sadly there is no equivalent solution for .NET Framework. As a quick fix I threw together a proxy that resolves this issue exposing the self-hosted debug …

My recommended firewall configurations for proxmox

My explanation of the default rules below, add additional restrictions as needed but for starters this is a decent baseline for security to build off of. 0: Accept SSH for Linux host from your local network 1: Allow RDP from a VPN to Window boxes 2: Allow RDP from your local network 3: Allow VM’s …

Debugging a Windows VM in Proxmox Windows 8+

Open command prompt as Administrator “bcdedit /dbgsettings NET HOSTIP:192.168.x.x PORT:55555 nodhcp” Note the Key Apply these firewall rules to Proxmox for the VM (OUT) Src and (IN)Dst UDP on port 55555 on firewall Start WinDbg on your client machine and select “Attach to kernel”, target the assigned IP, port and key. Sample response:

Once …

Resolve oodle shader error in Zombieville and Call of Duty crashing with error code 1338 (0x00001338)

For months I’ve been facing issues since a recent patch lead to COD to continuously crash. Moving the Performance Core Ratio from 57x->54x appears to fully have resolved the issue. The problem appears to be narrowed to Intel’s P cores with my 14900KF processor. Hours of time burned but with this setting it appears everything …