Skip to content
View quickshiftin's full-sized avatar
  • Moxune LLC
  • Denver, CO

Block or report quickshiftin

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 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 Loading

  1. mysqlbkup mysqlbkup Public

    Lightweight MySQL backup script in BASH

    Shell 161 70

  2. gcp-lb-ssl-updater gcp-lb-ssl-updater Public

    Automated Let's Encrypt SSL certificate renewal for Google Cloud Load Balancers

    Shell

  3. Checkout this approach for knowing w... Checkout this approach for knowing what to transfer. This revision uses a local tag to track each time you use the command. The first time you use it, it pushes all files in the project. At the end of each run it updates the tag to point to HEAD. Next time you run it, it will only push files that have changed since the last push.
    1
    #!/usr/bin/env bash
    2
    # author: Thomas Aylott SubtleGradient.com
    3
    # author: Nathan Nobbe quickshiftin.com
    4
    
                  
    5
    # Find out where HEAD is pointing
  4. Running GNU coreutils via Homebrew o... Running GNU coreutils via Homebrew on your Mac? Here's a one-liner to get the manpages working!
    1
    # Short of learning how to actually configure OSX, here's a hacky way to use
    2
    # GNU manpages for programs that are GNU ones, and fallback to OSX manpages otherwise
    3
    alias man='_() { echo $1; man -M $(brew --prefix)/opt/coreutils/libexec/gnuman $1 1>/dev/null 2>&1;  if [ "$?" -eq 0 ]; then man -M $(brew --prefix)/opt/coreutils/libexec/gnuman $1; else man $1; fi }; _'
  5. wfpc wfpc Public

    Magento full page cache warmer

    PHP 99 29

  6. mage2-ordered-assets mage2-ordered-assets Public

    Order assets (read: css tags) explicitly with an order attribute

    PHP 26 10