Posts mit dem Label berlin werden angezeigt. Alle Posts anzeigen
Posts mit dem Label berlin werden angezeigt. Alle Posts anzeigen

Sonntag, 26. April 2015

WOW-To install "smstools3" on a Raspberry Pi 2 B ? A step-by-step tutorial 4 dummies



You are also invited to collaborate this document, helping to improve it continuously, 365/7/24.

Donnerstag, 19. März 2015

VIDEO: Live-Demo Part 3 - How to convert 32GB Raspberry Pi 2 - whezzy - into a standalone WiFi Hotspot (REALTEK / EDIMAX)

This is Part 3: The last steps  - We use a fresh 32GB card with raspbian whezzy.

https://docs.google.com/document/d/16hJS7fnPyKUwbvR33_nMku_b6XcYaBJXVpeCIMoJzcQ/edit?usp=sharing

Those steps are done there:

we forgott this in Part II :( and correct it . Such things happen in real life!

sudo nano /etc/network/interfaces
iface wlan0 inet static
address 10.10.10.10
netmask 255.255.255.0
#iface wlan0 inet manual
#wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
#iface default inet dhcp


VIDEO: Part 1/3 - How to convert 32GB Raspberry Pi 2 - whezzy - into a standalone WiFi Hotspot (REALTEK / EDIMAX)

This is Part 1: Preparations (15 Min) - We are using here a fresh whezzy system on a 32GB card.

Installation guide:
https://docs.google.com/document/d/16hJS7fnPyKUwbvR33_nMku_b6XcYaBJXVpeCIMoJzcQ/edit?usp=sharing

Those steps are recorded here

sudo bash
sudo apt-get update && sudo apt-get upgrade -f && sudo apt-get dist-upgrade
sudo apt-get clean
sudo apt-get autoremove
sudo apt-get install git
sudo wget https://raw.github.com/Hexxeh/rpi-update/master/rpi-update -O /usr/bin/rpi-update && sudo chmod +x /usr/bin/rpi-update
sudo rpi-update
sudo reboot