From b4294559e1bf33554083be9b042bd165862e4eb5 Mon Sep 17 00:00:00 2001 From: v3d Date: Mon, 23 Jan 2017 13:25:56 +0000 Subject: [PATCH] Added some stuff --- pivilion-manual-setup.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/pivilion-manual-setup.md b/pivilion-manual-setup.md index 468921d..e72fcb5 100644 --- a/pivilion-manual-setup.md +++ b/pivilion-manual-setup.md @@ -3,6 +3,14 @@ You can chose to download one of our pre-installed images or follow this guide to install Pivilion on your Raspberry Pi from scratch and use it as a portable darknet gallery. It installs Tor with Lighttpd (Lighty) as a hidden service and runs a simple php based gallery system. Tor is free software for enabling anonymous communication and censorship circumvention. However, Pivilion doesn't use Tor for its anonimity features (but Tor still provides them). Tor is used to host a HTTP server as a hidden service. We make extensive use of its NAT punching capabilites to enable us to host a gallery behind NATs and firewalls. Keep in mind that this may or may not break your ISP contract if you do it from home. Using public WiFi to host hidden services, while not technically illegal if you were provided with the password by the owner of the WiFi, may present certain issues with their ISP. Since we're using Tor there is no way for you to get *caught*. With great power comes great resposibility. Be responsible in what you host and do on the darknet while using Pivilion. ## Checklist +## Use a Virtualbox image +For testing Pivilion without a Raspberry Pi, you can use an Ubuntu server (or any other Debian-based OS) as a base and install all packages from this manual. Some package names may differ, depending on your system. Use + +'apt-cache search package name' +to search for similar packages. In Ubuntu server php5-cgi is called php-cgi. + +Run your appliance in bridged networking mode if you need to access your Pivillion appliance from your local network. + #### Raspbian image https://www.raspberrypi.org/downloads/raspbian/ #### Tor Browser @@ -15,13 +23,6 @@ First we need to put a fresh Rasbpian image on our RPi's SD card. You can use either the full or the lite image, it’s up to you. ## Rpi installing images https://www.raspberrypi.org/documentation/installation/installing-images/README.md -####Use a Virtualbox image -For testing Pivilion without a Raspberry Pi, you can use an Ubuntu server (or any other Debian-based OS) as a base and install all packages from this manual. Some package names may differ, depending on your system. Use - -'apt-cache search package name' -to search for similar packages. In Ubuntu server php5-cgi is called php-cgi. - -Run your appliance in bridged networking mode in the settings, if you need to access your Pivillion appliance from your local network. Choose your system. We’ll be using Linux + dd.