rpm -ivh https://dl.dropboxusercontent.com/u/5756075/jdk-7u45-linux-x64.rpm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat ~/.ssh/id_rsa.pub | ssh username@remote_host "mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys" | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 / { |
#WRT Firmware Link Collections
##Netgear R7000 and DD-WRT
Broadcom SoC based Hardware <<--- READ ALL THE THINGS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
NewerOlder