Skip to content

Instantly share code, notes, and snippets.

View jcanfield's full-sized avatar
💭
If I do not respond quickly, try me on Twitter at @creativeboulder.

Joshua Canfield jcanfield

💭
If I do not respond quickly, try me on Twitter at @creativeboulder.
View GitHub Profile
@jcanfield
jcanfield / dns_servers.md
Created June 4, 2017 05:15 — forked from roge/dns.md
Public DNS Servers

This is a list of trusted DNS servers put together by Rogue in order of priority.

Last Updated: 6/13/2014

Public DNS Servers (US, IPv4)

8.8.8.8         # Google Primary
8.8.4.4         # Google Secondary
4.2.2.1         # Level3 Main Primary
4.2.2.2         # Level3 Main Secondary
@jcanfield
jcanfield / public_dns_list
Created June 4, 2017 05:13 — forked from oldsharp/public_dns_list
public dns servers list
# google public dns
8.8.8.8
8.8.4.4
# opendns
208.67.222.222
208.67.220.220
# v2ex dns
199.91.73.222
@jcanfield
jcanfield / giganews-vpn-list_updated-May-2017.md
Created May 20, 2017 03:47
Giganews/VyperVPN Server Lists

Giganews VPN Server List

North America VPN Servers

VyprVPN Server Hostname


Los Angeles, CA us1.vpn.giganews.com

Washington, DC us2.vpn.giganews.com

@jcanfield
jcanfield / _generated_background_page.html
Created May 9, 2017 13:45
Google Chrome Extension: Honey (Refer Ext errors with: This extension failed to modify the request header "Referer" of a network request because the modification conflicted with another extension (Honey).)
<!DOCTYPE html>
<body>
<script src="h0.js"></script>
@jcanfield
jcanfield / sources.list
Created April 27, 2017 17:19
Ubuntu 16.10 Sources for APT
# Ubuntu Sources List Generator
>>> NEWS: Now available on SSL
>>> Replace your /etc/apt/sources.list with the following one. For adding GPG keys of new repos, see instruction (if available) in the sources.list below itself.
## curl https://repogen.simplylinux.ch/txt/yakkety/sources_dccbf34a40895c1d9b7a7e7d24ee21dbbbccc385.txt | sudo tee /etc/apt/sources.list
#------------------------------------------------------------------------------#
# OFFICIAL UBUNTU REPOS #
@jcanfield
jcanfield / index.html
Last active March 29, 2017 02:09
Testing for Joshua Canfield Portfolio
<body>
<div class="LI-profile-badge" data-version="v1" data-size="large" data-locale="en_US" data-type="vertical" data-theme="dark" data-vanity="joshgcanfield"><a class="LI-simple-link" href='https://www.linkedin.com/in/joshgcanfield?trk=profile-badge'>Joshua Canfield</a></div>
<script type="text/javascript" src="https://platform.linkedin.com/badges/js/profile.js" async defer></script>
</body>
@jcanfield
jcanfield / ubuntu-anacrontab.text.sh
Last active February 27, 2017 09:59
[Ubuntu 16.04] Device Information
# /etc/anacrontab: configuration file for anacron
# See anacron(8) and anacrontab(5) for details.
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
HOME=/root
LOGNAME=root
# These replace cron's entries
@jcanfield
jcanfield / crawl_site
Created January 9, 2017 21:39 — forked from reidransom/crawl_site
Download an entire website with wget
wget \
--recursive \
--no-clobber \
--page-requisites \
--html-extension \
--convert-links \
--restrict-file-names=windows \
--domains website.org \
--no-parent \
www.website.org/tutorials/html/
@jcanfield
jcanfield / dns-servers_updated-2017.md
Last active June 10, 2023 09:50
DNS Server List for 2015/2017 (courtesy of http://sos.smerwick.com.tw)

List of DNS Servers

'The following is a list of DNS Servers: both, Private and Public.'

DNS Servers

Why does DNS matter?

The Domain Name System (DNS) protocol is an important part of the web's infrastructure, serving as the Internet's phone book: every time you visit a website, your computer performs a DNS lookup. Complex pages often require multiple DNS lookups before they start loading, so your computer may be performing hundreds of lookups a day.

List of Public DNS Servers