Skip to content

Instantly share code, notes, and snippets.

@pulberg
pulberg / nerd_fonts.md
Created August 9, 2025 22:12 — forked from davidteren/nerd_fonts.md
Install Nerd Fonts via Homebrew [updated & fixed]
@pulberg
pulberg / .bash_profile
Created August 9, 2025 22:12 — forked from davidmroth/.bash_profile
Homebrew Setup Mac M1
# !!! IMPORTANT
# Must point to the correct director or this entire script breaks
eval $(/opt/homebrew/bin/brew shellenv)
# The next line updates PATH for the Google Cloud SDK.
if [ -f '/usr/local/google-cloud-sdk/path.bash.inc' ]; then . '/usr/local/google-cloud-sdk/path.bash.inc'; fi
# The next line enables shell command completion for gcloud.
if [ -f '/usr/local/google-cloud-sdk/completion.bash.inc' ]; then . '/usr/local/google-cloud-sdk/completion.bash.inc'; fi
@pulberg
pulberg / mysql-docker.sh
Created January 16, 2019 20:34 — forked from spalladino/mysql-docker.sh
Backup and restore a mysql database from a running Docker mysql container
# Backup
docker exec CONTAINER /usr/bin/mysqldump -u root --password=root DATABASE > backup.sql
# Restore
cat backup.sql | docker exec -i CONTAINER /usr/bin/mysql -u root --password=root DATABASE
init_config:
# Change default path of trusted certificates
# ca_certs: /etc/ssl/certs/ca-certificates.crt
instances:
- name: Rancher Server
url: http://testp04wblsb.rjf.com:8080
timeout: 5
# The default HTTP method is GET but the (optional) method parameter allows you to change the
NODE02 -
global
log 127.0.0.1 local0
log 127.0.0.1 local1 notice
maxconn 4096
maxpipes 1024
chroot /var/lib/haproxy
user haproxy
group haproxy
"type": "collection",
"resourceType": "processExecution",
"links": {
"self": "…/v2-beta/processinstances/1pi253381/processexecutions"
},
"createTypes": { },
"actions": { },
"data": [ 16 items
{