Pi(rate) box on Pi2B March 10, 2015 03:58PM |
Registered: 10 years ago Posts: 2 |
Re: Pi(rate) box on Pi2B March 11, 2015 04:52AM |
Re: Pi(rate) box on Pi2B March 11, 2015 09:41AM |
Admin Registered: 14 years ago Posts: 4,680 |
Re: Pi(rate) box on Pi2B March 11, 2015 11:23AM |
Re: Pi(rate) box on Pi2B March 11, 2015 12:05PM |
Registered: 10 years ago Posts: 2 |
Re: Pi(rate) box on Pi2B March 12, 2015 07:42AM |
Admin Registered: 14 years ago Posts: 4,680 |
Re: Pi(rate) box on Pi2B April 14, 2015 05:12AM |
Registered: 9 years ago Posts: 1 |
Re: Pi(rate) box on Pi2B April 19, 2015 03:18PM |
Admin Registered: 14 years ago Posts: 4,680 |
Re: Pi(rate) box on Pi2B April 25, 2015 04:35AM |
Registered: 9 years ago Posts: 1 |
Re: Pi(rate) box on Pi2B May 04, 2015 04:33PM |
Admin Registered: 14 years ago Posts: 4,680 |
Re: Pi(rate) box on Pi2B June 10, 2015 07:27AM |
Registered: 9 years ago Posts: 21 |
Re: Pi(rate) box on Pi2B June 10, 2015 03:28PM |
Re: Pi(rate) box on Pi2B June 11, 2015 12:04AM |
Registered: 9 years ago Posts: 21 |
Re: Pi(rate) box on Pi2B June 12, 2015 12:15PM |
Registered: 9 years ago Posts: 21 |
Language: HTMLpi@raspberrypi:~$ sudo raspi-config
Language: HTML1) Expand Filesystem 2) (optional) At this point you may also want to choose option 2 Change User Password, 3) Internationalization Options, choose your settings as UTF-8 8) Advance Options, A4 SSH (Enable)
Language: HTMLsudo apt-get update sudo apt-get -y install lighttpd sudo /etc/init.d/lighttpd stop sudo update-rc.d lighttpd remove sudo apt-get -y install dnsmasq sudo /etc/init.d/dnsmasq stop sudo update-rc.d dnsmasq remove sudo apt-get -y install hostapd sudo /etc/init.d/hostapd stop sudo update-rc.d hostapd remove sudo apt-get -y install iw sudo rm /bin/sh sudo ln /bin/bash /bin/sh sudo chmod a+rw /bin/sh
Language: HTMLwget http://downloads.piratebox.de/piratebox-ws_current.tar.gz tar xzf piratebox-ws_current.tar.gz cd piratebox sudo mkdir -p /opt sudo cp -rv piratebox /opt cd /opt/piratebox sudo sed ';s:DROOPY_USE_USER="no":DROOPY_USE_USER="yes":'; -i /opt/piratebox/conf/piratebox.conf sudo ln -s /opt/piratebox/init.d/piratebox /etc/init.d/piratebox sudo update-rc.d piratebox defaults sudo /etc/init.d/piratebox start
Language: HTMLsudo /opt/piratebox/bin/install_piratebox.sh /opt/piratebox/conf/piratebox.conf imageboard
Language: HTMLsudo vi /opt/piratebox/www/board/config.pl
Language: HTMLsudo /opt/piratebox/bin/timesave.sh /opt/piratebox/conf/piratebox.conf install
Language: HTMLsudo apt-get install minidlna sudo cp /etc/minidlna.conf /etc/minidlna.conf.bkp sudo cp /opt/piratebox/src/linux.example.minidlna.conf /etc/minidlna.conf sudo update-rc.d minidlna defaults sudo service minidlna start
Language: HTMLsudo nano /etc/network/interfaces
Language: HTMLauto lo iface lo inet loopback iface eth0 inet dhcp iface wlan0 inet manual ### disalbed for PirateBox #allow-hotplug wlan0 #wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf #iface default inet dhcp
Language: HTMLsudo reboot
Re: Pi(rate) box on Pi2B June 12, 2015 02:29PM |
Registered: 9 years ago Posts: 5 |
Re: Pi(rate) box on Pi2B June 13, 2015 08:26AM |
Registered: 9 years ago Posts: 21 |
Language: HTMLmagnet:?xt=urn:btih:CC58CF489C209DF6DCC8D5B8F4CD3CCAE8DA9E90&dn=RPi2PirateBox.zip&tr=udp%3a%2f%2ftracker.istole.it%3a80%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2ftracker.publicbt.com%3a80%2fannounce
Re: Pi(rate) box on Pi2B June 13, 2015 09:24AM |
Registered: 9 years ago Posts: 5 |
Re: Pi(rate) box on Pi2B June 13, 2015 12:28PM |
Registered: 9 years ago Posts: 36 |
Re: Pi(rate) box on Pi2B June 13, 2015 01:07PM |
Registered: 9 years ago Posts: 21 |
Re: Pi(rate) box on Pi2B June 13, 2015 02:32PM |
Registered: 9 years ago Posts: 36 |
Re: Pi(rate) box on Pi2B June 13, 2015 03:49PM |
Admin Registered: 14 years ago Posts: 4,680 |
Re: Pi(rate) box on Pi2B June 13, 2015 04:19PM |
Registered: 9 years ago Posts: 21 |
Re: Pi(rate) box on Pi2B June 13, 2015 04:26PM |
Registered: 9 years ago Posts: 36 |
Re: Pi(rate) box on Pi2B July 13, 2015 06:00PM |
Re: Pi(rate) box on Pi2B July 13, 2015 06:43PM |
Admin Registered: 14 years ago Posts: 4,680 |
Re: Pi(rate) box on Pi2B July 13, 2015 07:09PM |
Re: Pi(rate) box on Pi2B July 13, 2015 07:15PM |
Admin Registered: 14 years ago Posts: 4,680 |
Re: Pi(rate) box on Pi2B July 13, 2015 07:32PM |
Re: Pi(rate) box on Pi2B July 13, 2015 11:57PM |
Re: Pi(rate) box on Pi2B July 14, 2015 03:23AM |