- ๐ Hi, Iโm @CrustyBarnacle
- ๐ Iโm interested in Networking (all the kinds), Python, and InfoSec
- ๐ฑ Iโm currently learning
K8s, DockerVM and container provisioning/configuration Packer, Terraform, Ansible, and automation in general, and have my Security+ (is it worth the upkeep?) - ๐๏ธ Iโm looking to collaborate on Documentation improvement projects.
- ๐ซ How to reach me: Tootin @CrustyB
๐
Working from home
-
PetrieLabs
- Los Angeles, CA
- blog.petrielabs.com
- @marioburgosh
- @CrustyB@ioc.exchange
Pinned Loading
-
ansible-learning
ansible-learning PublicLearning the Ansible way - node deploy, configure, and jupyter lab deployment
-
-
ZSH function to start, stop, pause, ...
ZSH function to start, stop, pause, and get Volumio audio status on remote (LAN/WAN) host. 1music () {
2case $1 in
3(status) ssh volumio@<host>.<domain> -C "volumio $1" 2&> /dev/null | jq '.title, .artist, .status' ;;
4(start) music play ;;
5(*) ssh volumio@<host>.<domain> -C "volumio $1" 2&> /dev/null | jq '.response' ;;
-
-
net_subnet_mask_range.py
net_subnet_mask_range.py 1# Tue Jul 13 01:35:17 AM PDT 2021
2# CrustyB
3# https://code.google.com/archive/p/netaddr/wikis/IPTutorial.wiki
45from netaddr import *
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.