💻
tell computers to do stuff ... sometimes they listen
- St George, UT. USA
-
22:50
(UTC -06:00)
Pinned Loading
-
Debian / Ubuntu Purge Un-Used Kernels
Debian / Ubuntu Purge Un-Used Kernels 1#!/bin/bash
23base="dpkg -l 'linux-*' | sed '/^ii/!d;/'\"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")\"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d' | xargs sudo apt-get "
45help () {
-
browserpass-extension
browserpass-extension PublicForked from browserpass/browserpass-extension
Browserpass web extension
JavaScript 1
-
browserpass-native
browserpass-native PublicForked from browserpass/browserpass-native
Browserpass native client app
Go
-
-
GPG Cheat Sheet
GPG Cheat Sheet 1## Basics
2generate key in batch mode using a custom profile
34`gpg --gen-key --batch gpgspecs`
5 -
postgresql dump and restore script
postgresql dump and restore script 1#!/usr/bin/env bash
2set -euo pipefail
34SCRIPT=$(basename "$0")
5FILE=
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.