Skip to content
View CrustyBarnacle's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home
Block or Report

Block or report CrustyBarnacle

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
CrustyBarnacle/README.md
  • ๐Ÿ‘‹ Hi, Iโ€™m @CrustyBarnacle
  • ๐Ÿ‘€ Iโ€™m interested in Networking (all the kinds), Python, and InfoSec
  • ๐ŸŒฑ Iโ€™m currently learning K8s, Docker VM 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

Pinned

  1. ansible-learning ansible-learning Public

    Learning the Ansible way - node deploy, configure, and jupyter lab deployment

  2. somafm somafm Public

    Create a playlist for your favorite stream-capable music player.

    Python 1

  3. CrustyBarnacle.github.io CrustyBarnacle.github.io Public

    Adventure Blog

    SCSS

  4. ZSH function to start, stop, pause, ... ZSH function to start, stop, pause, and get Volumio audio status on remote (LAN/WAN) host.
    1
    music () {
    2
    	case $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' ;;
  5. musicpi musicpi Public

    Control, status of Volumio music server over REST API

    Python

  6. 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
    4
    
                  
    5
    from netaddr import *