This is a proposal for a lightning talk at Reactive Conf. Please π this gist to push the proposal! If you're on your phone, please request the π₯ desktop site to star this gist π #ReactiveConf
FWIW: I (@rondy) am not the creator of the content shared here, which is an excerpt from Edmond Lau's book. I simply copied and pasted it from another location and saved it as a personal note, before it gained popularity on news.ycombinator.com. Unfortunately, I cannot recall the exact origin of the original source, nor was I able to find the author's name, so I am can't provide the appropriate credits.
- By Edmond Lau
- Highly Recommended π
- http://www.theeffectiveengineer.com/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |