Skip to content

Instantly share code, notes, and snippets.

View kuttor's full-sized avatar
💭
Livin' the dream ... One repo at a time.

Andrew kuttor

💭
Livin' the dream ... One repo at a time.
View GitHub Profile
@kuttor
kuttor / ansible-termux.sh
Created March 19, 2019 06:04
Get Ansible working on an Android phone using a Terminal Emulator like Termux
#!/data/data/com.termux/files/usr/bin/bash
yes | pkg upgrade && \
yes | pkg install \
python \
python-dev \
libffi \
libffi-dev \
openssl \
@kuttor
kuttor / wsl.conf
Created April 23, 2018 00:40
wsl config file /etc/wsl.conf
[automount]
enabled = true
root = /mnt/
options = "metadata,umask=22,fmask=11"
mountFsTab = false
[network]
generateHosts = true
generateResolvConf = true