Skip to content

Instantly share code, notes, and snippets.

View igorGevaerd's full-sized avatar
:octocat:

Igor Gevaerd igorGevaerd

:octocat:
  • Clevertech
  • Brazil
View GitHub Profile
@kenmori
kenmori / iTerm2setting_to_VSCodeTerminal.md
Last active June 13, 2022 07:40
How to set VSCodeTerminal as same ITerm2

When you lanch terminal on VSCode. you would want the terminal to initialize as same iTerm2.

here is how to set on the setting.json at VSCode.

see your current setting on iTerm

you can see command and send text at start on iTerm2 -> Prefernance -> Profile

@ibuildthecloud
ibuildthecloud / README.md
Last active May 14, 2024 21:29
k3s on WSL2

Instructions to hack up WSL2 on Windows 10 Build 18917 to run k3s (Kubernetes) and rio

Install WSL2

https://docs.microsoft.com/en-us/windows/wsl/wsl2-install

I already had Ubuntu-18.04 installed in wsl 1. So I just did wsl --set-version Ubuntu-18.04 2

Compile Kernel

Using Ubuntu 18.04 (I'm sure any distro will work), inside WSL2 download https://thirdpartysource.microsoft.com/download/Windows%20Subsystem%20for%20Linux%20v2/May%202019/WSLv2-Linux-Kernel-master.zip and extract to a folder. The latest version of the kernel source is available at (https://github.com/microsoft/WSL2-Linux-Kernel)

@ryanpedersen42
ryanpedersen42 / config.yml
Last active May 8, 2024 13:00
Path filtering example
version: 2.1
setup: true
orbs:
path-filtering: circleci/path-filtering@0.0.2
workflows:
setup-workflow:
jobs: