aboutsummaryrefslogtreecommitdiffstats
path: root/prototyping.md
diff options
context:
space:
mode:
Diffstat (limited to 'prototyping.md')
-rw-r--r--prototyping.md46
1 files changed, 46 insertions, 0 deletions
diff --git a/prototyping.md b/prototyping.md
index d8be735..915a485 100644
--- a/prototyping.md
+++ b/prototyping.md
@@ -1,4 +1,50 @@
+## ia-onion1 (NUC) bionic
+
+An Intel NUC running Ubuntu 18.04, following `device_setup.md` notes.
+
+ mkdir -p /private/eotk
+ cd /private/eotk
+ screen -S eotk
+
+ git clone https://github.com/alecmuffett/eotk.git src
+ cd src
+ ./opt.d/install-everything-on-ubuntu-18.04.sh
+ ./eotk make-scripts
+
+ cat archive_org.tconf
+ #set project archive_org
+ #hardmap %NEW_V3_ONION% archive.org us
+
+ ./eotk config archive_org.tconf
+
+ cat archive_org.conf
+ # example, not actual results
+ #set project archive_org
+ #hardmap c6srwspz6764tcyn archive.org us
+
+ # edit file to remove comments and add...
+ #
+ # set x_from_onion_value 1
+ # set preserve_csv tld-ao,archive\\.org,i,archive.org
+ # set ssl_mkcert 1
+
+ ./eotk config archive_org.conf
+
+ ./eotk start archive_org
+
+Set up scripts:
+
+ sudo cp eotk-init.sh /etc/init.d && sudo update-rc.d eotk-init.sh defaults
+
+ # copy line from head of eotk-housekeeping.sh
+ crontab -e
+
+After all this, needed to re-enable default tor (for SSH service):
+
+ sudo systemctl enable tor
+ sudo service tor start
+
## wbgrp-svc206.us.archive.org Log
A cluster VM, running Ubuntu 16.04.