Skip to content

Instantly share code, notes, and snippets.

View igolaizola's full-sized avatar

Iñigo Garcia Olaizola igolaizola

View GitHub Profile
@suraj-deshmukh
suraj-deshmukh / tweet_dumper.py
Last active March 19, 2021 12:48 — forked from yanofsky/LICENSE
A script to download all of a user's tweets into a csv
import pandas as pd #to store tweets into csv
import tweepy
#Twitter API credentials
consumer_key = ""
consumer_secret = ""
access_key = ""
access_secret = ""
@PatrickLang
PatrickLang / README.md
Last active June 25, 2019 14:55
WSL2 for Kubernetes developers

Using WSL2

KIND can run using Windows Subsystem for Linux 2 (WSL2) on Windows 10 Insider builds. All the tools needed to build or run KIND work in WSL2, but some extra steps are needed to switch to WSL2. This page covers these steps in brief but also links to the official documentation if you would like more details.

Getting Windows 10 Insider Preview

Download latest ISO at https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewadvanced . Choose "Windows 10 Insider Preview (FAST) - Build 18912". If there's a later build number, get that instead and then you can skip the work to upgrade to 18917.

VM Settings