From cf8bc7d7cec5dde44f422d5abfe051fa4dafeb3f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 14 Aug 2019 15:32:26 -0700 Subject: update/iterate --- prototyping.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) (limited to 'prototyping.md') 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. -- cgit v1.2.3