###Useful OS X commands ####(initially by iharosi's Useful OS X commands)
-
App Store Debug menu
Show
defaults write com.apple.appstore ShowDebugMenu -bool true
###Useful OS X commands ####(initially by iharosi's Useful OS X commands)
App Store Debug menu
Show
defaults write com.apple.appstore ShowDebugMenu -bool true
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title></title> | |
<!-- js, css includes --> | |
<style> | |
html, body { | |
height: 100%; |
# Right CMD && Super_R swap | |
xmodmap -e "keycode 134 = ISO_Level3_Shift" | |
xmodmap -e "keycode 108 = Super_R" | |
# Whatever DM you want to use... |
Every so often I have to restore my gpg keys and I'm never sure how best to do it. So, I've spent some time playing around with the various ways to export/import (backup/restore) keys.
cp ~/.gnupg/pubring.gpg /path/to/backups/
cp ~/.gnupg/secring.gpg /path/to/backups/
cp ~/.gnupg/trustdb.gpg /path/to/backups/
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
git clone https://github.com/cbabos/dotfiles ~/dotfiles | |
cd dotfiles | |
./setup.sh |