Skip to content
View justinhartman's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Organizations

@22digital @shopifytheme @chillwines @makebetterza @humcoder @imltd @esg-one
Block or Report

Block or report justinhartman

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
justinhartman/README.md

Hi there, I'm Justin ๐Ÿ‘‹

I joined GitHub on 8 April 2011 and, aside from a small hiatus in 2018, I've been contributing code to public and private repositories from day one. Here are some stats around my contributions to GitHub over the years.

Key Repositories

These are some of the projects I've created which are important to me. Check them out and see what you think.

Pinned

  1. Setup Debian 10 LEMP Virtual Machine... Setup Debian 10 LEMP Virtual Machine or Server
    1
    # How To Install Nginx, MySQL, PHP, Redis and more on a Debian 10 Virtual Machine
    2
    
                  
    3
    This series of documents will configure and setup a Nginx, MySQL, and 
    4
    PHP (LEMP) server on a pretty _feature-rich_ VM running Debian. I used a
    5
    VM with 8GB RAM and 4 CPU Cores so YMML with some of the settings below.
  2. Setup Azure Ubuntu 18.04 LEMP VM Setup Azure Ubuntu 18.04 LEMP VM
    1
    # How To Install Nginx, MySQL, PHP, SFTP on an Ubuntu Azure Virtual Machine
    2
    
                  
    3
    This series of documents will configure and setup a Nginx, MySQL, and 
    4
    PHP (LEMP) server on a basic `Standard B1s (1 vcpus, 1 GiB memory)` Ubuntu 
    5
    16.04 or 18.04 LTS Virtual Machine on Microsoft Azure. 
  3. Let's Encrypt Certbot post hook comm... Let's Encrypt Certbot post hook command for Nginx which checks the updated configuration files and reloads the server if everything validates.
    1
    #!/usr/bin/env bash
    2
    #
    3
    # Certbot Nginx Reload
    4
    #
    5
    # Let's Encrypt Certbot post hook command for Nginx which checks the updated
  4. Debian Remote FTP Server Mount Script Debian Remote FTP Server Mount Script
    1
    # Debian Remote FTP Server Mount Script
    2
    
                  
    3
    The following is a Debian based Remote FTP Server Mount script that will connect to an FTP server at boot time and mount the fileshare to the filesystem at /mnt/ftpserver. This script depends on `curlftpfs` and `umount` and you may need to install them if they're not already installed. You can change the MOUNT path to any path on your server and please don't forget to replace the ftp details in the OPTIONS string.
    4
    
                  
    5
    ## Shell Script
  5. Take fullscreen screenshots using Fi... Take fullscreen screenshots using Firefox and Bash
    1
    #!/usr/bin/env bash
    2
    #
    3
    # Take fullscreen screenshots using Firefox.
    4
    #
    5
    # Author: Justin Hartman <justin@hartman.me>
  6. The most amazing copyright notice, e... The most amazing copyright notice, ever!
    1
    # Copyright Notice for Projects
    2
    
                  
    3
    Instead of a copyright notice contained inside of a source code file, I found the following blessing instead. I want to use this at some point.
    4
    
                  
    5
    ```