CypherNetFirstInstallAttempt: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    5 October 2023

    • curprev 20:3320:33, 5 October 2023RobertBushman talk contribs 2,205 bytes +2,205 Created page with "== Nostr Relay Setup == * NostrRelay * IP: 52.11.172.130 * Deb 11, $5 instance === Server Baseline === <pre> ssh admin@52.11.172.130 sudo apt update && sudo apt dist-upgrade -y sudo apt install -y emacs-nox </pre> === Greasy Kid Stuff === <pre> mkdir -p /home/admin/.local/bin chmod go-rwx /home/admin/.local mkdir -p /home/admin/.local/lib </pre> === Python === <pre> sudo apt install -y python3 python3-pip python-is-python3 sudo pip install --upgrade pip python --ver..."