Skip to content
View troyfontaine's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report troyfontaine

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. alpinelinux alpinelinux Public

    Builder for Alpine Linux Docker Images with multi-platform compatibility.

    Shell 2 1

  2. unifi_controller_letsencrypt unifi_controller_letsencrypt Public

    Script for installing Let's Encrypt onto a Unifi Cloud Key

    Shell 4

  3. Signing your Git Commits on MacOS Signing your Git Commits on MacOS
    1
    # Methods of Signing Git Commits on MacOS
    2
    
                  
    3
    *Last updated March 13, 2024*
    4
    
                  
    5
    This Gist explains how to sign commits using gpg in a step-by-step fashion.  Previously, krypt.co was heavily mentioned, but I've only recently learned they were acquired by Akamai and no longer update their previous free products.  Those mentions have been removed.
  4. USG ddclient Upgrade Script USG ddclient Upgrade Script
    1
    # How to use this script?
    2
    Why, that's simple!  Copy this script to your USG, run chmod +x on it and then, as a user with sudo permission, execute it.
    3
    
                  
    4
    Shamelessly borrowed from [Brittanic](https://community.ui.com/user/britannic/7168491b-836a-47cb-826d-61233bbfda66) on the Ubiquiti Unifi forums
    5
    
                  
  5. Windows 10-based Linux Developer Set... Windows 10-based Linux Developer Setup (Coming from macOS)
    1
    # How to Install OpenSSH on Windows 10 (any version) with Publickey Authentication working
    2
    _This brief tutorial assumes you already have an SSH public key you want to use_
    3
    1. Install chocolatey via Powershell
    4
    
                  
    5
        ```