Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am dbwest on github.
  • I am dbwest (https://keybase.io/dbwest) on keybase.
  • I have a public key ASCIn7Zyz8xHkSgFk8O_8aKLfA3lBJ7b0y2qQf26HGPWwAo

To claim this, I am signing this object:

version: "3.7"
services:
zalenium:
image: dosel/zalenium
user: seluser:<gid> # required when running in a swarm without sudo - use the <gid> of docker group of swarm
hostname: zalenium
deploy:
placement:
constraints:
#!/usr/bin/env bash
set -eo pipefail
# install dependencies
pkg install git cmake make g++ wget boost boost-static -y
# make a source directory to store the sauce in
mkdir -p ~/src
cd ~/src
ARCH=$( /bin/arch )
sudo subscription-manager repos --enable "codeready-builder-for-rhel-8-${ARCH}-rpms"
sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm -y
sudo dnf install python3-pip -y
sudo dnf install bashtop -y
@dbwest
dbwest / resume.json
Last active January 31, 2024 13:38
resume.json
{
"meta": {
"theme": "stackoverflow"
},
"basics": {
"name": "David West",
"label": "Platform Engineer",
"image": "https://gravatar.com/userimage/6625569/fc0491adf60a81634fc58869ce5edb7f.jpeg?size=256",
"summary": "I am an Infrastructure Automation Specialist that designs and implements systems to reduce lead time, alleviate bottlenecks, and improve cybersecurity posture for organizations.",
"email": "dbwest@skiff.com",