From ab48873debef25fefac9a22b7a80d2aa742d0d96 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 2 May 2019 14:32:48 -0700 Subject: init with notes --- prototyping.md | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 prototyping.md (limited to 'prototyping.md') diff --git a/prototyping.md b/prototyping.md new file mode 100644 index 0000000..e83bc57 --- /dev/null +++ b/prototyping.md @@ -0,0 +1,84 @@ + +## wbgrp-svc206.us.archive.org Log + +A cluster VM, running Ubuntu 16.04. + + sudo mkdir -p /srv/eotk + sudo chown bnewbold:bnewbold /srv/eotk + cd /srv/eotk + screen -S eotk + + git clone https://github.com/alecmuffett/eotk.git src + cd src + ./opt.d/install-everything-on-ubuntu-16.04.sh + +This initially failed on: + + gpgkeys: key A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 can't be retrieved + +"yav" Following random internet things and trying: + + # FAIL + gpg --keyserver pool.sks-keyservers.net --recv A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 + +I instead commented out the gpg key recv line from the script and did: + + curl https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc | gpg --import + +Got a bunch of python `bdist_wheel` issues. + + sudo apt install build-essential python3-dev python-dev + +This probably shouldn't be done on cluster machines with NFS home by regular +(staff) user accounts; python/pip and system/user/local is a big mess. + +Moving on: + + ./eotk make-scripts + +Going to ignore those for now. + + cat archive_org.tconf + #set project archive_org + #hardmap %NEW_ONION% archive.org us + ./eotk config archive_org.tconf + + cat archive_org.conf + #set project archive_org + #hardmap c6srwspz6764tcyn archive.org us + + ./eotk start archive_org + +Browse to in tor browser, accept a bunch +of self-signed SSL errors and... it just works ?!?!? + +For wayback, , or an example reply page +. + +Blog: + +Quick checks of things that work (some need cert accept digging): + +- archive.org/download/.../... +- general search and catalog view +- audio playback +- tv news archive +- archive.org login (email/pass) +- video playback +- book reader +- wayback replay (at least the basics) + +## Bugs / Issues + +Rewriting of "archive.org" in plain text. Eg, blog post title: "Official EU +Agencies Falsely Report More Than 550 c6srwspz6764tcyn.onion URLs as Terrorist +Content" and "A blog from the team at c6srwspz6764tcyn.onion". + +At least audio /details/ pages ask for canvas access; probably ok? + +Audio playback initially: "This video file cannot be played.(Error Code: +224003)"; but this was just a cert exception thing. Worked after downloading an +MP3 (to make exception). + +Streaming large files (video) is slow to start, but no surprise there. + -- cgit v1.2.3