Skip to content

Instantly share code, notes, and snippets.

View somehume's full-sized avatar
🏠
shelter in place

Donnie Brown somehume

🏠
shelter in place
View GitHub Profile
@somehume
somehume / keybase.md
Created December 6, 2019 16:17 — forked from webframp/keybase.md
Signing git commits on github using keybase.io gpg key

Probably one of the easiest things you'll ever do with gpg

Install Keybase: https://keybase.io/download and Ensure the keybase cli is in your PATH

First get the public key

keybase pgp export | gpg --import

Next get the private key

@somehume
somehume / repo.sh
Created October 10, 2017 20:14 — forked from adimania/repo.sh
This script will create a local Fedora mirror via Rsync
#!/bin/sh
rsync="rsync -avrt"
mirror=mirrors.kernel.org::mirrors/fedora
verlist="13 14"
archlist="i386"
baselist="os"
local=/var/www/fedrepo
@somehume
somehume / gist:3781728ce798eb0820aa
Created November 18, 2015 11:34 — forked from ferbass/gist:3ecc06a8ae992365bf73
Xcode failed to download. Use the Purchases page to try again.
Steps:
Open Terminal.
Run the following command:
defaults write com.apple.appstore ShowDebugMenu -bool true
Relaunch the App Store.
Choose the menu item Debug → Reset Application.
@somehume
somehume / gist:41f83d29e30c1c82e53f
Last active August 29, 2015 14:26 — forked from reidransom/gist:6042016
Auto-starting VirtualBox VMs on OS X

Auto-starting VirtualBox VMs on OS X

After finding a lot of other posts on the topic that didn't work out for me this one did the trick so I'm reposting for my own sense of self preservation.

Link to original article.

Copy the Virtualbox autostart plist template file to your system's LaunchDaemons folder.

sudo cp \

/Applications/VirtualBox.app/Contents/MacOS/org.virtualbox.vboxautostart.plist \