Skip to content
View njregenwether's full-sized avatar

Organizations

@Non-ProfitCodeShare

Block or report njregenwether

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

Pinned Loading

  1. Non-ProfitCodeShare/CRM-Name-Formats Non-ProfitCodeShare/CRM-Name-Formats Public

    Contains name formats and supporting code.

    Visual Basic

  2. Non-ProfitCodeShare/CRM-ColorChange Non-ProfitCodeShare/CRM-ColorChange Public

    Allows for the changing of the color on the navigation bar in Blackbaud CRM.

    1

  3. Manually Scan Plex Library Manually Scan Plex Library
    1
    #!/bin/bash
    2
    
                  
    3
    ##########################################################################################################################
    4
    # This will update plex libraries manually from the command line.                                                        #
    5
    # This will work on centos 7 but I can't make any guarantees about other OSes or platforms.                              #
  4. SnapShotScripts SnapShotScripts Public

    Easily Create, Revert, and Delete Snapshots in SQL Server

    1

  5. Turn Roku Off Turn Roku Off
    1
    #!/usr/bin/python
    2
    
                  
    3
    # Simple script to turn off roku. Send it an ip address of your roku and it'll turn it off. 
    4
    
                  
    5
    # This script is so green and earth friendly it basically refrigerates the polar ice caps. 
  6. SetUpFail2Ban.sh SetUpFail2Ban.sh
    1
    #!/bin/bash
    2
    
                  
    3
    # run this as root
    4
    # This is basically stolen from digital ocean's guide, just made to be a bit more automated.
    5
    # This will install and configure fail2ban for a centos7 system using firewalld.