Skip to content
View CharlesGodwin's full-sized avatar
  • Canada
Block or Report

Block or report CharlesGodwin

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

  1. I Don't Need Port Forwarding and Don... I Don't Need Port Forwarding and Don't Care About CGNAT
    1
    **I Don't Need Port Forwarding and Don't Care About CGNAT**
    2
    
                  
    3
    **This was rewritten 2022-11-30**
    4
    
                  
    5
    This article is for users that want all these features:
  2. How to set up the WaveShare Raspberr... How to set up the WaveShare Raspberry Pi PoE HAT Type (B) with display
    1
    #!/bin/bash
    2
    # 2022-01-01 Charles Godwin
    3
    #  Derived from https://www.waveshare.com/wiki/PoE_HAT_(B)
    4
    # enable i2c interface if necessary
    5
    # Read the following for details
  3. pymagnum pymagnum Public

    A read only interface for Magnum Energy Network devices

    Python 9 7

  4. A python program to sanitize CSV fil... A python program to sanitize CSV files for loading into MySQL
    1
    #!/usr/bin/env python
    2
    #
    3
    #  MUST be at least python 3.7
    4
    #
    5
    import argparse
  5. Windows 10/11 scripts to support ssh... Windows 10/11 scripts to support ssh-copy-id which is missing in Windows OpenSSH
    1
    The Windows version of OpenSSH client doesn't include a ssh-copy-id command. I don't know why. If it does one day, then this can be ignored.
    2
    
                  
    3
    __NOTE__ If you have Windows Subsystem for Linux (WSL) installed, you can use the linux version of ssh-copy-id instead. Go to the description at the end of this document.
    4
    
                  
    5
    * Download the file `ssh-copy-id.cmd` to your Windows PC, or copy and paste its contents.