I hereby claim:
- I am talon on github.
- I am talon (https://keybase.io/talon) on keybase.
- I have a public key ASA50GMpdx-f6PXd4R_rtpiH4kf2SQnfZ-jTEhiATRpZOgo
To claim this, I am signing this object:
/* copy this line and paste it into the javascript console on the bio page: | |
/* DOESN'T WORK YET. | |
reqListener = function (stuff) {eval(stuff);};var oReq = new XMLHttpRequest(); oReq.onload = reqListener; oReq.open("get", "https://api.github.com/gists/7576946", true); oReq.send(); | |
*/ | |
// Get the data! | |
var nl = document.querySelectorAll("label"); | |
var raw_data_array = []; | |
for(var i = nl.length; i--; raw_data_array.unshift(nl[i].innerHTML)); |
I hereby claim:
To claim this, I am signing this object:
this_to_that() { | |
case "$1" in | |
# [learn] | |
*) | |
read -rp "$1: " value | |
local add="$1) echo \"$value\";;" | |
sed -i "/\[learn\]/i \ \ \ \ $add" "${BASH_SOURCE[0]}" | |
echo "$value" | |
;; | |
esac |
#!/bin/bash | |
trap ctrl_c INT | |
ctrl_c() { tput sgr0 && tput clear && exit 0; } | |
while true; do | |
tput setab "${b:-0}" | |
head -c "$(tput cols)" < /dev/zero | tr '\0' " " | |
if [[ $b -gt 7 ]]; then b=1; else b=$((b + 1)); fi | |
done |
"Windows Home Docker Desktop requires Windows 10 Pro or Enterprise version 15063 to run." So says the Docker Installer however, the Docker forums beg to differ
The workaround is to manually image the Hyper-V and Containers features, then trick the installer into thinking you're using Windows Pro.
TL;DR
git clone https://gist.github.com/4191def376c9fecae78815454bfe661c.git windows_home_docker
windows_home_containers.ps1
in an Administrative Powershell{ config, pkgs, ... }: | |
{ | |
imports = | |
[ | |
# this is generated during the install process | |
./hardware-configuration.nix | |
]; | |
# hardware |