##Netgear R7000 and DD-WRT
Broadcom SoC based Hardware <<--- READ ALL THE THINGS
| 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 |
##Netgear R7000 and DD-WRT
Broadcom SoC based Hardware <<--- READ ALL THE THINGS
#WRT Firmware Link 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 / { |
| 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 | |
| cat ~/.ssh/id_rsa.pub | ssh username@remote_host "mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys" | |
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.