Skip to content

Instantly share code, notes, and snippets.

View xentrick's full-sized avatar

Nick Mavis xentrick

View GitHub Profile
@xentrick
xentrick / WSL2_VPN_Workaround_Instructions.md
Created March 28, 2024 00:42 — forked from machuu/WSL2_VPN_Workaround_Instructions.md
Workaround for WSL2 network broken on VPN

Overview

Internet connection and DNS routing are broken from WSL2 instances, when some VPNs are active.

The root cause seems to be that WSL2 and the VPN use the same IP address block, and the VPN routing clobbers WSL2's network routing.

This problem is tracked in multiple microsoft/WSL issues including, but not limited to:

@xentrick
xentrick / idapython_cheatsheet.md
Created July 28, 2020 23:44 — forked from icecr4ck/idapython_cheatsheet.md
Cheatsheet for IDAPython
@xentrick
xentrick / problem.md
Created June 24, 2019 21:49
Flycheck issues
(require 'flycheck)

(defgroup flycheck-snort nil
  "snortism intergrate with flycheck"
  :prefix "flycheck-snortism"
  :group 'flycheck

(flycheck-define-checker snortism