I hereby claim:
- I am u1i on github.
- I am u1i (https://keybase.io/u1i) on keybase.
- I have a public key ASAmBfCFPLodeS8nOF38Z4qJNcytXAH2xdHA6oW5MWCZDwo
To claim this, I am signing this object:
| #!/bin/bash | |
| # Script: cocoaDialogTests.sh | |
| # Author: Mark Carver | |
| # Created: 2011-09-23 | |
| # Updated: 2012-07-24 | |
| # Copyright (c) 2012 Mark Carver. All rights reserved. | |
| cocoaDialog(){ | |
| # Replace this with your path if it isn't installed in the applications folder. | |
| /Users/Shared/Applications/cocoaDialog.app/Contents/MacOS/cocoaDialog "${@}"; |
I hereby claim:
To claim this, I am signing this object:
| docker run -d -p 6379:6379 --name mockbin_redis redis | |
| docker run -d -p 8888:8080 --link mockbin_redis:redis brianlow/mockbin |
| { | |
| "method": "POST", | |
| "url": "http://mockbin.com/request", | |
| "httpVersion": "HTTP/1.1", | |
| "queryString": [ | |
| { "name": "tach", "value": "les" }, | |
| { "name": "adios", "value": "amigos" } | |
| ], | |
| "headers": [ | |
| { "name": "Accept", "value": "application/json" }, |
| docker run --name portainer -d -p 9000:9000 -v "/var/run/docker.sock:/var/run/docker.sock" portainer/portainer |
| docker run --restart always --name mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=secret -d mysql |
| defaults write org.videolan.vlc NSRecentDocumentsLimit 0 | |
| defaults delete org.videolan.vlc.LSSharedFileList RecentDocuments | |
| defaults write org.videolan.vlc.LSSharedFileList RecentDocuments -dict-add MaxAmount 0 |
| server { | |
| listen 80 default_server; | |
| listen [::]:80 default_server; | |
| root /var/www/html; | |
| # Add index.php to the list if you are using PHP | |
| index index.html index.htm index.nginx-debian.html; | |
| server_name _; |
| docker run -it -p 18080:8080 u1ih/adi bash /root/adi |
| curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python - |