Benutzer:Overflo/Pastebin: Unterschied zwischen den Versionen
K hat Benutzer:Overflo/Todo nach Benutzer:Overflo/Pastebin verschoben: weils eigentlich mehr eine zwischenablage ist .. |
Keine Bearbeitungszusammenfassung |
||
(8 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
== | == Wenn mal Zeit ist.. ;) == | ||
* <strike>linsenbrille</strike> halb implementiert mit einem 3 seitenprisma, effekt aber doch zu uninteressant. | |||
* [http://das-labor.org/wiki/Farb_Borg_3d RGB LEDcube ala labor] | |||
* video streaming server + chat | |||
* <strike>blinkenstick</strike> '''done (aber besser nocheinmal mit strpes)''' | |||
* elektrorad | |||
* VPN tunnel fürs lab für congress und so.. | |||
* hackerspace VPN | |||
* [http://www.keelog.com/de/diy.html Keylogger] | |||
* laserpistole | |||
* lampenlayout (london 5 rings!) | |||
* ledstripe/art-frame | |||
* <strike>ledstripe PROJECTOR</strike> '''done (ist gut für pschedelische beleuchtugseffekte aber nicht für text oder ähnliches (fokus/triangulation))''' | |||
* ledstripe stick | |||
* <strike>ledstripe pois</strike> '''done''' | |||
* <strike>ledstripe "matrix"</strike> '''done (projektor)''' | |||
* <strike>wassertropfen/strobo dings [http://log.gebenedeit.at/post/116247620/YouTube-Strobe-light-makes-water-drops-fall link]</done> gewan einen preis auf der roboexotica 2011 | |||
* <strike>blinkenwall elektronik auf eigenes board migireren (weg vom arduino) mit neuer firmware fon ben und strom unterbrechen bei special frames</strike> '''abgegeben''' | |||
* <strike>blinkentunnel hardware neu implementieren mit strom unterbrechen alle X animationen</strike> '''fixed in software''' | |||
== Fonera == | == Fonera == | ||
Zeile 30: | Zeile 45: | ||
#!/bin/sh | #!/bin/sh | ||
TARGET="deinnetz" | |||
killall -9 udhcpc | |||
killall dnsmasq | |||
# flush netfilter tables | # flush netfilter tables | ||
iptables -F | iptables -F | ||
Zeile 45: | Zeile 60: | ||
wlanconfig ath0 destroy | wlanconfig ath0 destroy | ||
wlanconfig ath1 destroy | wlanconfig ath1 destroy | ||
Zeile 52: | Zeile 67: | ||
# VAP ath0 as Access Point | # VAP ath0 as Access Point | ||
wlanconfig ath0 create wlandev wifi0 wlanmode ap | wlanconfig ath0 create wlandev wifi0 wlanmode ap | ||
# nosbeacon .. arghl.. | |||
wlanconfig ath1 create wlandev wifi0 wlanmode sta nosbeacon | wlanconfig ath1 create wlandev wifi0 wlanmode sta nosbeacon | ||
Zeile 60: | Zeile 77: | ||
#externes DHCP? | #externes DHCP? | ||
udhcpc -i ath1 | udhcpc -t 3 -b -i ath1 | ||