Great writeup on setting up wifi VLAN and DMZ using pfsense and Ubuquti.
To ensure fileshares are not super slow, do some basic Samba perf tuning in /etc/samba/smb.conf:
[global]Great writeup on setting up wifi VLAN and DMZ using pfsense and Ubuquti.
To ensure fileshares are not super slow, do some basic Samba perf tuning in /etc/samba/smb.conf:
[global]Example of using handlers in Golang to support a shared environment such as a logger, tracing and seperation of business logic from handlers.
To run a jaeger collector and UI run the following:
docker run -d -e \
COLLECTOR_ZIPKIN_HTTP_PORT=9411 \
-p 5775:5775/udp \
-p 6831:6831/udp \
-p 6832:6832/udp \Install docker Install docker
curl -o docker-17.06.1.txz http://pkg.freebsd.org/freebsd:11:x86:64/latest/All/docker-17.06.1.txz
pkg install ./docker-17.06.1.txz
curl -o ca_root_nss-3.34.1.txz http://pkg.freebsd.org/freebsd:11:x86:64/latest/All/ca_root_nss-3.34.1.txz
pkg install ./ca_root_nss-3.34.1.txz| #!/bin/bash | |
| # super handy stuff | |
| brew install jq aq thefuck the_silver_searcher wget curl | |
| # dev | |
| brew install maven protobuf | |
| # devops | |
| brew install docker-machine |
| #!/bin/bash | |
| # super handy stuff | |
| brew install jq aq thefuck the_silver_searcher wget curl | |
| # dev | |
| brew install maven protobuf | |
| # devops | |
| brew install docker-machine |
I hereby claim:
To claim this, I am signing this object:
This is a recipe ingredient parser. Strings like:
2 cups whole pecans (8 ounces), toasted and chopped into small pieces
Should end up as:
{
units: 2,
unit: 'cups',
item: 'whole pecans (8 ounces)',
| # install ruby | |
| ENV RUBY_VERSION jruby-1.7.8 | |
| ENV RBENV_VERSION $RUBY_VERSION | |
| ENV CONFIGURE_OPTS --disable-install-doc | |
| RUN curl https://raw.githubusercontent.com/fesplugas/rbenv-installer/master/bin/rbenv-installer | bash | |
| ENV PATH $HOME/.rbenv/bin:$PATH | |
| ENV PATH $HOME/.rbenv/shims:$PATH | |
| RUN rbenv install $RUBY_VERSION | |
| RUN rbenv global $RUBY_VERSION |