Skip to content

Instantly share code, notes, and snippets.

View tjburch's full-sized avatar

Tyler Burch tjburch

View GitHub Profile
From: https://github.com/microsoft/WSL/issues/5068#issuecomment-970049434
https://github.com/sakai135/wsl-vpnkit with Pulse Secure Desktop Client
I had used this successfully but my company was skeptical with using a public GitHub repo solution and recommended not having it.
In my context of using Pulse Secure VPN, I fixed this by both changing /etc/resolv.conf as well as adjusting the networks MTU value to match the VPN's. Here's how:
From WSL, edit /etc/wsl.conf (if not present, create it with touch /etc/wsl.conf):
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active May 8, 2024 07:49
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname