All public logs

Jump to navigation Jump to search

Combined display of all available logs of Traxel Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 20:33, 5 October 2023 RobertBushman talk contribs created page CypherNetFirstInstallAttempt (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...")