Skip to content

Instantly share code, notes, and snippets.

@chairfield
chairfield / domains-ips-top-10k.csv
Created November 14, 2016 02:24
10k most popular domains with their first ip
1 google.com 216.58.217.14
2 youtube.com 216.58.217.46
3 facebook.com 31.13.66.36
4 baidu.com 180.149.132.47
5 wikipedia.org 208.80.153.224
6 yahoo.com 206.190.36.45
7 google.co.in 216.58.217.35
8 twitter.com 104.244.42.129
9 amazon.com 54.239.26.128
10 qq.com 125.39.240.113
@chairfield
chairfield / domains-ips-top-1k.csv
Created November 13, 2016 23:33
1k most popular domains with their first ip
1 google.com 216.58.217.14
2 youtube.com 216.58.217.46
3 facebook.com 31.13.66.36
4 baidu.com 180.149.132.47
5 wikipedia.org 208.80.153.224
6 yahoo.com 206.190.36.45
7 google.co.in 216.58.217.35
8 twitter.com 104.244.42.129
9 amazon.com 54.239.26.128
10 qq.com 125.39.240.113
@chairfield
chairfield / domains-ips-top-100k.csv
Created November 13, 2016 22:00
100k most popular domains with their first ip
We can't make this file beautiful and searchable because it's too large.
1,google.com,216.58.217.14
2,youtube.com,216.58.217.46
3,facebook.com,31.13.66.36
4,baidu.com,180.149.132.47
5,wikipedia.org,208.80.153.224
6,yahoo.com,206.190.36.45
7,google.co.in,216.58.217.35
8,twitter.com,104.244.42.129
9,amazon.com,54.239.26.128
10,qq.com,125.39.240.113
@chairfield
chairfield / domains-ips-top-10.csv
Created November 12, 2016 05:53
10 most popular domains with their first ip
1 google.com 216.58.217.14
2 youtube.com 216.58.217.46
3 facebook.com 31.13.66.36
4 baidu.com 123.125.114.144
5 wikipedia.org 208.80.153.224
6 yahoo.com 98.138.253.109
7 google.co.in 216.58.217.35
8 twitter.com 104.244.42.129
9 amazon.com 54.239.26.128
10 qq.com 61.135.157.156
passwordResetBodyHtml=<p>Someone just requested to change your {2} account''s credentials. If this was you, click on the link below to reset them.</p><p><a href="{0}">{0}</a></p><p>This link will expire within {1} minutes.</p>
<div style="font-size: 15px;color:#333; text-align:left; line-height:25px">
${msg('passwordChangeRequest', user.email)}
<br/><br/>
${msg('ignoreEmail', linkExpiration)}
</div>
@chairfield
chairfield / arch-install-commands.txt
Last active October 13, 2015 18:04
Arch Linux install commands (10/8/15) with ESP, LVM on LUKS (dm-crypt), and hibernate
ls /sys/firmware/efi/efivars
wifi-menu
timedatectl set-ntp true
timedatectl status
lsblk
parted /dev/sda
(parted) mklabel gpt
(parted) mkpart ESP fat32 1MiB 551MiB
(parted) set 1 boot on
@chairfield
chairfield / package.json
Created February 7, 2015 00:48
My package.json for my Nodejitsu ticket
{
"name": "app",
"private": true,
"version": "0.0.1-15",
"description": "A tool to coordinate aid between electric utilities",
"repository": {
"type": "git",
"url": "https://github.com/bitgridinc/app.git"
},
"contributors": [
@chairfield
chairfield / confirmation-error
Created February 7, 2015 00:43
The error I get when I run jitsu deploy ever since changing my Nodejitsu password.
info: Done creating snapshot 0.0.1-30
info: Updating app app
info: Activating snapshot 0.0.1-30 for app
info: Starting app app
error: Error running command deploy
error: You must have a confirmed account to start an app, please check your email
error: Error returned from Nodejitsu:
error: Error: You must have a confirmed account to start an app, please check your email
error: at preStart (/root/nodejitsu/lib/nodejitsu/resources/app/controller.js:765:19)
error: at AppController._start (/root/nodejitsu/lib/nodejitsu/resources/app/controller.js:854:10)