Skip to content

Instantly share code, notes, and snippets.

@bobbyd3
bobbyd3 / .muttrc.txt
Created August 8, 2012 17:55
blank template for .muttrc
set mbox_type = Maildir
set sendmail = /usr/bin/msmtp
set folder = ~/Mail/Gmail
set spoolfile = "+INBOX"
set mbox = "+[Gmail]/All Mail"
set postponed = "+[Gmail]/Drafts"
unset record
mailboxes +INBOX
@bobbyd3
bobbyd3 / gist:10022440
Last active April 17, 2023 09:35
Netgear R7000 and DD-WRT
@bobbyd3
bobbyd3 / gist:10610460
Last active November 20, 2022 16:55
DDWRT Collections
# The blog post that started it all: https://neocities.org/blog/the-fcc-is-now-rate-limited
#
# Current known FCC address ranges:
# https://news.ycombinator.com/item?id=7716915
#
# Confirm/locate FCC IP ranges with this: http://whois.arin.net/rest/net/NET-165-135-0-0-1/pft
#
# In your nginx.conf:
location / {
@bobbyd3
bobbyd3 / gist:22b2a5ad9a26b12dc23c
Last active August 29, 2015 14:04
Verizon HTC One m7vzw Documentation

HTC One M7 "m7vzw"

Setting up ADB and Fastboot for your operating system is outside the scope of this how-to.

We assume you have ADB and Fastboot setup and in your PATH.

To Unlock Bootloader

adb shell
@bobbyd3
bobbyd3 / readme.md
Last active August 29, 2015 14:12 — forked from ashrithr/readme.md

Installing ELK (CentOS)

Install JDK

rpm -ivh https://dl.dropboxusercontent.com/u/5756075/jdk-7u45-linux-x64.rpm

Install & Configure ElasticSearch

@bobbyd3
bobbyd3 / pfsensestuff
Created February 11, 2015 03:56
pfsense
https://doc.pfsense.org/index.php/Writing_Disk_Images
# makememstickosx
diskutil list
diskutil unmountDisk /dev/diskN
sudo dd if=pfSense-memstick-2.2-RELEASE-amd64.img of=/dev/diskN bs=16k
@bobbyd3
bobbyd3 / gist:4f8d8397f633d63c9b8e
Created March 31, 2015 15:23
SSH Key Snippets Linux
cat ~/.ssh/id_rsa.pub | ssh username@remote_host "mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys"
@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