Skip to content
View patgmiller's full-sized avatar
💻
tell computers to do stuff ... sometimes they listen
💻
tell computers to do stuff ... sometimes they listen
  • St George, UT. USA
  • 22:50 (UTC -06:00)

Block or report patgmiller

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 Loading

  1. Debian / Ubuntu Purge Un-Used Kernels Debian / Ubuntu Purge Un-Used Kernels
    1
    #!/bin/bash
    2
    
                  
    3
    base="dpkg -l 'linux-*' | sed '/^ii/!d;/'\"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")\"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d' | xargs sudo apt-get "
    4
    
                  
    5
    help () {
  2. browserpass-extension browserpass-extension Public

    Forked from browserpass/browserpass-extension

    Browserpass web extension

    JavaScript 1

  3. browserpass-native browserpass-native Public

    Forked from browserpass/browserpass-native

    Browserpass native client app

    Go

  4. patgmiller.github.io patgmiller.github.io Public

    Blog site for Patrick Miller

    JavaScript

  5. GPG Cheat Sheet GPG Cheat Sheet
    1
    ## Basics
    2
    generate key in batch mode using a custom profile
    3
    
                  
    4
    `gpg --gen-key --batch gpgspecs`
    5
    
                  
  6. postgresql dump and restore script postgresql dump and restore script
    1
    #!/usr/bin/env bash
    2
    set -euo pipefail
    3
    
                  
    4
    SCRIPT=$(basename "$0")
    5
    FILE=