This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.
To capture the video (filesize: 19MB), using the free "QuickTime Player" application:
| #!/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 |
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.txzExample 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 \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]Article on using it https://silentworlds.info/2018/07/03/lets-make-apps-on-mruby-c-for-m5stackesp32/
link to code https://github.com/mrubyc/mrubyc
Install FreeBSD packages in pfSense / OPNsense
Setup SMB on FreeBSD https://blog.vulnifo.com/2021/09/17/how-to-setup-nfs-and-samba-on-freebsd-13/
| base_diameter = 60; | |
| base_ellipse_width = 35; // set to 0 to keep as circle | |
| base_height = 4.3; | |
| base_top_diameter_difference = 4; | |
| wall_thickness = 1.5; | |
| top_thickness = 1.5; | |
| text_size = 4; | |
| text_heigth = 1.2; |
| # Title: annoying_hosts | |
| # Description: Annoying hosts I noticed in PiHole and need to blacklist | |
| # ads and crap | |
| (\.|^)amazon-adsystem\.com$ | |
| (\.|^)doubleclick\.net$ | |
| (\.|^)fool\.com$ | |
| ^r(\.|^)googlevideo\.com$ | |
| # Nielson |