- create a temporary digitalocean api token and write it down
- Use screenr.com on tails. Requires Java plugin for recording, and Flash if you want playback: https://lunaticoutpost.com/showthread.php?tid=325026
- Test whether vagrant and chefdk will install
- make sure i have a root password set up (for installing packages, and /etc/hosts etc.)
- DON'T mount persistent storage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/repos/dhtHell (master ✔) ᐅ go run main.go | |
# command-line-arguments | |
./main.go:335: undefined: commands.PrintDiagnostics |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
------------------------------------------------------------ | |
/non_encrypted/repos/fdroiddata/env/bin/pip run on Tue Sep 9 12:08:50 2014 | |
--editable=. should be formatted with svn+URL, git+URL, hg+URL or bzr+URL | |
Exception information: | |
Traceback (most recent call last): | |
File "/non_encrypted/repos/fdroiddata/env/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/basecommand.py", line 104, in main | |
status = self.run(options, args) | |
File "/non_encrypted/repos/fdroiddata/env/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/commands/install.py", line 217, in run | |
InstallRequirement.from_editable(name, default_vcs=options.default_vcs)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -ru built/AndroidManifest.xml downloaded/AndroidManifest.xml | |
--- built/AndroidManifest.xml 2014-08-25 19:53:26.005158961 -0300 | |
+++ downloaded/AndroidManifest.xml 2014-08-25 03:18:34.500065038 -0300 | |
@@ -26,4 +26,5 @@ | |
<activity android:name="InstallLogViewActivity" /> | |
<service android:name="InstallService" /> | |
</application> | |
+ <fdroid buildserverid="4fa5d9063ac99f2f969094e215efa5e18590a01b " fdroidserverid="4fa5d9063ac99f2f969094e215efa5e18590a01b " /> | |
</manifest> | |
\ No newline at end of file |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- iptable-vnL-no-auth.log 2014-08-24 01:00:43.964999966 -0300 | |
+++ iptable-vnL-browser-auth.log 2014-08-24 01:00:50.708999638 -0300 | |
@@ -1,7 +1,9 @@ | |
-Chain INPUT (policy DROP 17 packets, 4512 bytes) | |
+Chain INPUT (policy DROP 2 packets, 592 bytes) | |
pkts bytes target prot opt in out source destination | |
-13246 7849K ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 owner UID match 10058 ctstate NEW,RELATED,ESTABLISHED /* Allow Orbot inputs */ | |
- 5400 6455K ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED /* Allow related,established inputs */ | |
+13624 8008K ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 owner UID match 10058 ctstate NEW,RELATED,ESTABLISHED /* Allow Orbot inputs */ | |
+ 5561 6567K ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED /* Allow related,established inputs */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- iptable-vnL-nat-no-auth.log 2014-08-24 01:01:04.304998976 -0300 | |
+++ iptable-vnL-nat-browser-auth.log 2014-08-24 01:00:59.664999202 -0300 | |
@@ -1,23 +1,24 @@ | |
-Chain PREROUTING (policy ACCEPT 29 packets, 11334 bytes) | |
+Chain PREROUTING (policy ACCEPT 6 packets, 2344 bytes) | |
pkts bytes target prot opt in out source destination | |
- 609 251K oem_nat_pre all -- * * 0.0.0.0/0 0.0.0.0/0 | |
+ 622 256K oem_nat_pre all -- * * 0.0.0.0/0 0.0.0.0/0 | |
Chain INPUT (policy ACCEPT 0 packets, 0 bytes) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"action": "closed", | |
"number": 2302, | |
"pull_request": { | |
"url": "https://api.github.com/repos/gittip/www.gittip.com/pulls/2302", | |
"id": 14945815, | |
"html_url": "https://github.com/gittip/www.gittip.com/pull/2302", | |
"diff_url": "https://github.com/gittip/www.gittip.com/pull/2302.diff", | |
"patch_url": "https://github.com/gittip/www.gittip.com/pull/2302.patch", | |
"issue_url": "https://api.github.com/repos/gittip/www.gittip.com/issues/2302", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Step 0 : FROM ubuntu:12.04 | |
---> c0fe63f9a4c1 | |
Step 1 : MAINTAINER Mihir Singh (@citruspi) | |
---> Using cache | |
---> 7a81eb3b4df3 | |
Step 2 : ENV DEBIAN_FRONTEND noninteractive | |
---> Using cache | |
---> 17b8b2499fbb | |
Step 3 : RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ precise-pgdg main" > /etc/apt/sources.list.d/pgdg.list | |
---> Using cache |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ ~ keybase track clone1018 | |
info: ...checking identity proofs | |
✔ public key fingerprint: 5C32 41F4 18F8 A50C 4FB8 CF1B D232 97EB DE01 90AE | |
✖ "clone1018" on twitter: https://twitter.com/clone1018/status/453276538637545472 (failed with code 240) | |
✔ "clone1018" on github: https://gist.github.com/10054267 | |
Some remote proofs failed! | |
Still verify this user as clone1018? [y/N] n | |
warn: Bailing out; proofs were not accepted |