I hereby claim:
- I am vinyll on github.
- I am vinyll (https://keybase.io/vinyll) on keybase.
- I have a public key ASABlty2BAOWfId2Rzoqv2MU5mHBxvvUv5SPaWfeC2iAQQo
To claim this, I am signing this object:
| <!-- Chromium (or Google® Chrome®) only for now --> | |
| <meta charset=utf-8> | |
| <style> | |
| todo-item[checked] { | |
| text-decoration: line-through; | |
| color: #888; | |
| } | |
| </style> |
| <meta charset=utf-8> | |
| <script src=https://gitcdn.xyz/repo/webcomponents/custom-elements/master/custom-elements.min.js></script> | |
| <x-hello name=Native></x-hello> | |
| <x-world name=Component color=red></x-world> | |
| <script> | |
| class Component extends HTMLElement { | |
| constructor(tagName) { |
| <meta charset=utf-8> | |
| <script src=https://gitcdn.xyz/repo/webcomponents/custom-elements/master/custom-elements.min.js></script> | |
| <x-hello name=Native></x-hello> | |
| <x-world name=Component color=red></x-world> | |
| <script> | |
| class XHello extends HTMLElement { | |
| constructor(tagName) { |
| #/bin/sh | |
| # Instructions: | |
| # 1. Copy this script locally and run the following `chmod +x mac-address-spoofer.sh` | |
| # 2. Later, run the following: `./mac-address.spoofer.sh` and see your MAC address changing. | |
| echo "origin MAC address: " `sudo ifconfig en0 ether | grep ether` | |
| sudo ifconfig en0 ether `openssl rand -hex 6 | sed 's/\(..\)/\1:/g; s/.$//'` | |
| echo "new MAC address: " `sudo ifconfig en0 ether | grep ether` |
I hereby claim:
To claim this, I am signing this object:
nanobox run
Building runtime :
--------------------------------------------------------------------------------
+ HEADS UP:
+ This is the first build for this project and will take longer than usual.
+ Future builds will pull from the cache and will be much faster.
--------------------------------------------------------------------------------
nanobox run python manage.py runserver 0.0.0.0Starting Nanobox :
! Launching VM
! Launching VM
Error : permission denied