Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am rope93 on github.
  • I am cypherpunk (https://keybase.io/cypherpunk) on keybase.
  • I have a public key ASBBV80wGkCgtAAxswM7KY-91sP5LA-woUj_z-fTrFkRSwo

To claim this, I am signing this object:

@RoPe93
RoPe93 / gist:e2ff5f6597191bb3e557
Last active September 16, 2015 14:19 — forked from xnyhps/gist:33f7de50cf91a70acf93
mod_onions: Install instructions on Debian
# Add the Prosody repository, because we want the latest version
echo deb http://packages.prosody.im/debian $(lsb_release -sc) main | sudo tee -a /etc/apt/sources.list
wget https://prosody.im/files/prosody-debian-packages.key -O- | sudo apt-key add -
sudo apt-get update
# Install tor and prosody, and lua-bitop, which is required for mod_onions
sudo apt-get install prosody tor lua-bitop
# Prepare the directories where Tor will store the hidden service's private key