Anonymous communication with PirateBox
Hoist the Mainsails
Besides the installation instructions, you will find a detailed page with further "Raspberry Pi(rate) Box Mods" in the PirateBox wiki [6]. For example, you can enable a USB WiFi stick if you do not want to use the wireless module built into the RPi3, and you will also find information on how to encrypt the WiFi network provided by PirateBox.
For security reasons, PirateBox isolates the devices logged in over WiFi from one another. In network engineering-speak, this is known as "AP isolation," with the result that data can only be exchanged between participants via PirateBox. In return, isolation provides security against unfriendly access to the client computers. If so desired, you can disable this function with a configuration in the /opt/piratebox/conf/hostapd.conf
file (Listing 5).
Listing 5
Disabling AP Isolation
$ sudo sed -i -e 's|ap_isolate=1|#ap_isolate=1|g' /opt/piratebox/conf/hostapd.conf $ sudo systemctl restart piratebox
If you have run out of small memory cards, and you do not want to waste space on the system SD, you can extend the system to the complete SD card by logging in to PirateBox via SSH and executing the command:
$ sudo /opt/piratebox/rpi/bin/sdcard_share.sh
After a brief moment, the complete storage capacity of the SD card is available under /mnt/sdshare
.
Lessons Learned
PirateBox is suitable for users who want to make an anonymous file server available to friends and acquaintances at meetings. The developers have designed the system to work without logins, and it works independently of the locally available network infrastructure: Using the Raspberry Pi's wireless LAN adapter, it sets up its own network. Additionally, PirateBox does not keep any logbooks, so it cannot trace who is chatting, has what nickname, is writing forum posts, or is loading data into the treasure chest.
Application scenarios include, for example, musicians and bands who want to offer their fans individual tracks for download at concerts or pop-up gigs. A power bank is all you need to supply the Raspberry Pi with electricity. Teachers could provide their students with a fast and easy way to use a server for projects, and presenters could use PirateBox to provide materials for a conference.
Infos
- PirateBox: https://piratebox.cc/raspberry_pi:diy
- Kareha: http://wakaba.c3.cx/s/web/wakaba_kareha
- foobar2000: https://www.foobar2000.org
- VLC Media Player: https://www.videolan.org/vlc/
- Slick UPnP: https://play.google.com/store/apps/details?id=com.cajor.dk.dlna&hl=de
- Raspberry Pi(rate)Box Mods: https://piratebox.cc/raspberry_pi:mods
« Previous 1 2
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Direct Download
Read full article as PDF:
Price $2.95
News
-
OpenMandriva Lx ROME Technical Preview Released
OpenMandriva’s rolling release distribution technical preview has been released for testing purposes and adds some of the latest/greatest software into the mix.
-
Linux Mint 21 is Now Available
The latest iteration of Linux Mint, codenamed Vanessa, has been released with a new upgrade tool and other fantastic features.
-
Firefox Adds Long-Anticipated Feature
Firefox 103 has arrived and it now includes a feature users have long awaited…sort of.
-
System76 Refreshes Their Popular Oryx Pro Laptop with a New CPU
The System76 Oryx Pro laptop has been relaunched with a 12th Gen CPU and more powerful graphics options.
-
Elive Has Released a New Beta
The Elive team is proud to announce the latest beta version (3.8.30) of its Enlightenment-centric Linux distribution.
-
Rocky Linux 9 Has Arrived
The latest iteration of Rocky Linux is now available and includes a host of new features and support for new architecture.
-
Slimbook Executive Linux Ultrabook Upgrading Their CPUs
The Spanish-based company, Slimbook, has made available their next generation Slimbook Executive Linux ultrabooks with a 12th Gen Intel Alder Lake CPU.
-
Fedora Linux is Coming to the Raspberry Pi 4
Thanks to significant work in the upstream, the upcoming release of Fedora 37 will introduce support for the Raspberry Pi 4.
-
New Linux Ultrabook from TUXEDO Computers
TUXEDO Computers has released a new 15" Ultrabook running Linux.
-
GNOME 43 To Bring Some Exciting New Features
GNOME 43 is getting close to the first alpha development release and it promises to add one particular feature that should be exciting to several users.