Skip to content

Instantly share code, notes, and snippets.

View dyllanwli's full-sized avatar
🎸
Focusing

DY-L dyllanwli

🎸
Focusing
View GitHub Profile
@dyllanwli
dyllanwli / gist:5c76fe5a285700acc052a79e61e264ec
Created May 13, 2019 02:42
Get Stuff From Fine Print Stdout
$(<command> | grep <something I want to grep> | awk '{print <the line I wants to get, e.g. $1>}')
@dyllanwli
dyllanwli / gist:37a9ca3d3085087cc59d0f62809cd0a2
Last active May 13, 2019 02:45
Docker SwitchDaemon on Windows
cd "C:\Program Files\Docker\Docker"
./DockerCli.exe -SwitchDaemon
# I should switch back if I still needs the original Daemon