Live data from Hacker News

Viewing profile — arp

arp

HN member
Joined
Wed, May 02, 2012, 1:35 AM UTC
HN karma
2
Public activity
2 items

About arp

No profile information was provided.

Recent public activity

  1. comment
    Comment #12763372

    Here's how to add static mappings temporarily to survive through the outage: https://www.reddit.com/r/sysadmin/comments/58o5mp/dyn_dns_dd...

  2. story
    Now that DYN is down, here's how to access GitHub

    $ sudo echo "192.30.253.112 github.com" >> /etc/hosts This adds static DNS mapping and allows to at least pull/push. Web UI may be still broken because of assets hosted on subdomai…