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
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Find SysAdmin Jobs
News
-
Kubuntu Focus Announces XE Gen 2 Linux Laptop
Another Kubuntu-based laptop has arrived to be your next ultra-portable powerhouse with a Linux heart.
-
MNT Seeks Financial Backing for New Seven-Inch Linux Laptop
MNT Pocket Reform is a tiny laptop that is modular, upgradable, recyclable, reusable, and ships with Debian Linux.
-
Ubuntu Flatpak Remix Adds Flatpak Support Preinstalled
If you're looking for a version of Ubuntu that includes Flatpak support out of the box, there's one clear option.
-
Gnome 44 Release Candidate Now Available
The Gnome 44 release candidate has officially arrived and adds a few changes into the mix.
-
Flathub Vying to Become the Standard Linux App Store
If the Flathub team has any say in the matter, their product will become the default tool for installing Linux apps in 2023.
-
Debian 12 to Ship with KDE Plasma 5.27
The Debian development team has shifted to the latest version of KDE for their testing branch.
-
Planet Computers Launches ARM-based Linux Desktop PCs
The firm that originally released a line of mobile keyboards has taken a different direction and has developed a new line of out-of-the-box mini Linux desktop computers.
-
Ubuntu No Longer Shipping with Flatpak
In a move that probably won’t come as a shock to many, Ubuntu and all of its official spins will no longer ship with Flatpak installed.
-
openSUSE Leap 15.5 Beta Now Available
The final version of the Leap 15 series of openSUSE is available for beta testing and offers only new software versions.
-
Linux Kernel 6.2 Released with New Hardware Support
Find out what's new in the most recent release from Linus Torvalds and the Linux kernel team.