Skip to content

Instantly share code, notes, and snippets.

@johnp789
johnp789 / net-debug.txt
Created October 12, 2013 01:39
Arch Linux network problem: can ping by IP, but not by hostname
[root@storm ~]# ping www.google.com # This is the problem
ping: unknown host www.google.com
[root@storm ~]# ping -c3 8.8.8.8 # I can ping by IP, though
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=43 time=32.5 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=43 time=34.9 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=43 time=33.9 ms
--- 8.8.8.8 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2002ms
@johnp789
johnp789 / comedi_calibrate_output.txt
Created November 10, 2012 20:35
comedi_calibrate run with pci-das6402/16
initial creation