Posts

Showing posts from December, 2014

Raspberry Pi - enabling ipv6

Enabling IPv6 on Raspberry Pi is quite trivial. Just invoke: root@raspberrypi:~# echo "ipv6" >> /etc/modules then just reboot your Raspberry Pi root@raspberrypi:~# reboot

Raspberry Pi

Image
I recently found one piece of this in my garage. Bought two years ago to play with it, but never really had time to do this. As I needed to create tor anonymity box (for running unrestricted WiFi hotspot in my area), I decided to do this on Raspberry Pi (my Linksys WRT54gs has 32MB of RAM which is not enough to run tor software). The very first problem was to configure Debian (called Raspian, which is really Debian ARM Wheezy) on it. I did not wanted connecting this through HDMI, so decided to use serial cable. All you need is to listen with putty on serial port (baudrate of 115200): Than just connect your Raspberry Pi to RS232-TTL 3.3V: And finally turn power of Raspberry Pi: Now, just login using user pi and password raspberry . It is recommended to issue  sudo raspi-config after first login to set up various parameters,