Skip to content
View sodonnell's full-sized avatar
Block or Report

Block or report sodonnell

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

    A space-track.org API Client (Composer Package) written in PHP.

    PHP 1

  2. rssbot2 rssbot2 Public

    A modern version of my ancient rssbot script, written in python3.

    Python 1

  3. sodonnell.github.io sodonnell.github.io Public

    Sean's GitHub Pages

    HTML

  4. vscode-extensions-sync vscode-extensions-sync Public

    A simple way to synchronize VS Code Extensions across multiple (personal/work) MacOS and Linux desktops.

    Shell 1

  5. bash bash Public

    random bash scripts

    Shell 3 4

  6. Let's Encrypt/certbot wildcard certi... Let's Encrypt/certbot wildcard certificate configuration for Apache HTTP Server
    1
    #!/usr/bin/env bash
    2
    ###########################
    3
    # define your fully qualified domain name.
    4
    FQDN=mydomainname.com
    5
    ###########################