Skip to content

Instantly share code, notes, and snippets.

View mcr's full-sized avatar

Michael Richardson mcr

View GitHub Profile
austerlitz-[~] mcr 1002 %traceroute6 rhayader6.tricolour.ca
traceroute to rhayader6.tricolour.ca (2001:470:b13d:1::4) from 2001:4830:116e:1:52e5:49ff:fe56:9b57, port 33434, from port 37780, 30 hops max, 60 bytes packets
1 pink.gatineau.credil.org (2001:4830:116e:1::1) 0.126 ms 0.123 ms 0.278 ms
2 * gw-341.bos-01.us.sixxs.net (2001:4830:1100:154::1) 31.355 ms 31.541 ms
3 sixxs-ic-1139-bos.customer.occaid.net (2001:4830:e1:b::2) 31.374 ms 31.558 ms 34.442 ms
4 dcr01-ve402.bstn01.occaid.net (2001:4830:e1:b::1) 31.565 ms 34.465 ms 30.906 ms
5 bsn01-ip-rt-gi0-1-219.occaid.net (2001:4830:ff:11::1) 35.446 ms 31.480 ms 31.583 ms
6 ewr01-ip-rt-gi0-0-1.occaid.net (2001:4830:ff:10::1) 37.276 ms 38.159 ms 37.269 ms
7 bbr01-g1-0.stng01.occaid.net (2001:4830:ff:f150::2) 49.139 ms 49.417 ms 50.223 ms
8 ibr01-g0-1.atln01.occaid.net (2001:4830:ff:f151::3) 49.433 ms 50.362 ms 50.708 ms
@mcr
mcr / gist:6cd49b65865888ce8d3f
Last active August 29, 2015 14:03
6tisch process
nodeA nodeB
| |
+--------->| IEEE802.15.4e type: DATA
| POST | CoAP Header: POST (T=CON)
| | Uri-Path: "6t/6/ng"
| | Payload: CBOR(
| | Opcode=RESERVATION,
| | RequiredBW,
| | SlotframeID,
| | TrackID,
@mcr
mcr / gist:5445510
Last active December 16, 2015 13:59
598c598
< qq|<th>| . $locale->text('Account') . qq|</th>|;
---
> qq|<th>| . $locale->text(^GAccount') . qq|</th>|;
608c608
< </tr>
---
> 4/tr>
610c610
< <tr>
@mcr
mcr / gist:5373547
Created April 12, 2013 17:09
problems with gerrit.
c3p0-[~/jellybean/external/qemu] mcr 1061 %repo upload -t
Upload project external/qemu/ to remote branch refs/tags/android-4.2.2_r1:
branch netbridge ( 1 commit, Fri Apr 12 10:04:52 2013 -0500):
38eb3618 added -netbridge option to bridge wifi
to https://android-review.googlesource.com/ (y/N)? y
Counting objects: 15, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (8/8), done.
Writing objects: 100% (8/8), 1.38 KiB, done.
Total 8 (delta 7), reused 0 (delta 0)
mcr@c3p0:~/cm10-1$ breakfast tf300t
including vendor/cm/vendorsetup.sh
ls: cannot access device/*/tf300t/cm.mk: No such file or directory
build/core/product_config.mk:234: *** Cannot locate config makefile for product "cm_tf300t". Stop.
Device tf300t not found. Attempting to retrieve device repository from CyanogenMod Github (http://github.com/CyanogenMod).
Traceback (most recent call last):
File "build/tools/roomservice.py", line 59, in <module>
result = json.loads(urllib2.urlopen(githubreq).read())
File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)