Skip to content
View jgillman's full-sized avatar

Sponsoring

@dani-garcia
@syncthing
@JonnyWong16
@linuxserver
@CollinHeist
@ArchiveBox

Organizations

@Goldbely@HubPress

Block or report jgillman

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. dotfilesdotfilesPublic

    jgillman's special collection of configs

    Shell 18 4

  2. JoelGillman.comJoelGillman.comPublic

    Source of JoelGillman.com

    HTML 3

  3. digital-ocean-dynamic-dnsdigital-ocean-dynamic-dnsPublic

    A dependency free bash script to dynamically update your DNS on Digital Ocean.

    Shell 22 9

  4. pg_restore a local db dump into Dockerpg_restore a local db dump into Docker
    1
    # Assumes the database container is named 'db'
    2
    3
    DOCKER_DB_NAME="$(docker-compose ps -q db)"
    4
    DB_HOSTNAME=db
    5
    DB_USER=postgres