Skip to content

Instantly share code, notes, and snippets.

View t3hcr's full-sized avatar
💭
[🔋 ,⚡]🐚

Chris Rivers t3hcr

💭
[🔋 ,⚡]🐚
View GitHub Profile
@t3hcr
t3hcr / WSL2_VPN_Workaround_Instructions.md
Created April 9, 2021 02:17 — 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 workaround breaks down into two problems:

  1. Network connection to internet
  2. DNS in WSL2

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

@t3hcr
t3hcr / code_review.md
Created June 10, 2016 03:31 — forked from marionzualo/code_review.md
Code Reviews

Code Review

A guide for reviewing code and having your code reviewed.

Peer code reviews are the single biggest thing you can do to improve your code - Jeff Atwood

Purpose

Code review is an important part of a team's development process. It helps to:

  • disseminate knowledge about the codebase/technology/techniques across teams
  • increase awareness of the features being developed