Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
raspberry_pi:diy:manual [2016/02/22 18:42] matthias [Raspberry Pi(rate)Box 1.0 & 2.0 DIY] |
raspberry_pi:diy:manual [2017/07/02 07:59] (current) matthias [Manual install] added php |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Raspberry Pi(rate)Box 1.0 & 2.0 DIY ===== | ===== Raspberry Pi(rate)Box 1.0 & 2.0 DIY ===== | ||
| + | <wrap tip> | ||
| **Note:** This howto is for crafting your own PirateBox image. Currently we have prebuild images for all RaspberryPi versions available. You find further instructions on [[:raspberry_pi:diy|the Raspberry Pi DIY]] page. | **Note:** This howto is for crafting your own PirateBox image. Currently we have prebuild images for all RaspberryPi versions available. You find further instructions on [[:raspberry_pi:diy|the Raspberry Pi DIY]] page. | ||
| + | </wrap> | ||
| ---- | ---- | ||
| + | |||
| + | |||
| **Known working USB Wifi-dongles:** [[:raspberry_pi:piratebox_wifi_compatibility|RaspberryPI PirateBox compatibility list]] | **Known working USB Wifi-dongles:** [[:raspberry_pi:piratebox_wifi_compatibility|RaspberryPI PirateBox compatibility list]] | ||
| Line 37: | Line 40: | ||
| sudo /etc/init.d/hostapd stop | sudo /etc/init.d/hostapd stop | ||
| sudo update-rc.d hostapd remove | sudo update-rc.d hostapd remove | ||
| - | sudo apt-get -y install iw | + | sudo apt-get -y install iw php-cli php-cgi |
| sudo rm /bin/sh | sudo rm /bin/sh | ||
| sudo ln /bin/bash /bin/sh | sudo ln /bin/bash /bin/sh | ||
| - | sudo chmod a+rw /bin/sh | + | sudo chmod a+rx /bin/sh |