Skip to content

Instantly share code, notes, and snippets.

@bobbyd3
bobbyd3 / show_hidden_files_osx.md
Created October 20, 2016 19:16
Show Hidden Files in OSX

For showing hidden files and folders in OS X El Capitan 10.11, Yosemite 10.10, and OS X Mavericks 10.9, use the following command string to show hidden files:

defaults write com.apple.finder AppleShowAllFiles TRUE;killall Finder

@bobbyd3
bobbyd3 / keybase.md
Created August 19, 2016 21:58
keybase GitHub verification

Keybase proof

I hereby claim:

  • I am bobbyd3 on github.
  • I am bobbyd3 (https://keybase.io/bobbyd3) on keybase.
  • I have a public key whose fingerprint is 4AD5 7DAA E8A5 EB4D 0AC8 01CB 2E13 9E26 6242 6F7B

To claim this, I am signing this object:

@bobbyd3
bobbyd3 / FJ80.md
Last active December 8, 2015 21:15
Toyota Land Cruiser FJ80 Notes
@bobbyd3
bobbyd3 / gist:eea21befeda2cb9d46dd
Last active October 24, 2015 21:33
osx freebsd usb drive

diskutil list

diskutil umount /dev/diskN

sudo dd if=FreeBSD-10.2-RELEASE-amd64-memstick.img of=/dev/diskN bs=1m conv=sync

sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install\ OS\ X\ El\ Capitan.app --nointeraction
@bobbyd3
bobbyd3 / archlinux_setup_guide.md
Last active December 6, 2017 11:56
How to setup Archlinux

Arch Linux setup guide

This guide is based on the official Archlinux [Installation Guide][1], [Beginners' Guide][2] and some personal preferences.

Partition layout

HDD fs size mountpoint
/dev/sda1 LUKS MAX -
/dev/sda1 LVM MAX /dev/mapper/lvm
@bobbyd3
bobbyd3 / gist:ef6be9ecca31133e679b
Last active August 29, 2015 14:25 — forked from atcuno/gist:3425484ac5cce5298932
HowTo: Privacy & Security Conscious Browsing

The purpose of this "howto" is to document how browsing can be done in a privacy and security conscious manner. This information is compiled from a number of sources, which are referenced throughout the document, as well as my own experiences with the described technologies.

I welcome contributions and comments on the information contained. Please see the "How to Contribute" section for information on contributing your own knowledge.

Table of Contents