2013-12-12 聚會手記

上一週 || 下一週

MachMa

MultiWii is a software to control a RC multi copter
https://code.google.com/p/multiwii/

Johnson

Mint - Ubuntu http://www.linuxmint.com/download.php
LMDE - Debian http://www.linuxmint.com/download_lmde.php
Cinnamon - Gnome 3
MATE - Gnome 2

SolydXK - Debian http://solydxk.com/
SolydX - Xfce
SolydK - KDE

果凍

Google Goggles - Android Apps on Google Play
https://play.google.com/store/apps/details?id=com.google.android.apps.unveil&hl=en

Swift - Swift is a highly available, distributed, eventually consistent object/blob store.
http://docs.openstack.org/developer/swift/

TryStack: A Free Way To Try OpenStack With Your Apps
https://trystack.org/

kcliu

runit - a UNIX init scheme with service supervision
http://smarden.org/runit/

yan

Taiwan Hadoop Ecosystem Workshop 2013 Q4
http://www.accupass.com/go/hadooptw2013q4

Carl

LXC - Linux Containers
http://linuxcontainers.org/

Docker: the Linux container engine
https://www.docker.io/

無常

發布了一個 couchbase 函式庫 for django
https://pypi.python.org/pypi/django-couchbase/0.0.2

frank

mupdf - lightweight PDF viewer

Mat

這兩天 build kernel & setup wireless 發現無線網路的架構在變革中
原本的 wext => mac80211 + cfg80211 + nl80211
一些無線網路的應用程式還沒有全面支援 cfg80211,所以 kernel config要加上 CONFIG_CFG80211_WEXT 來作舊的相容性
另外,發現有網路的命令列也有有另一個整合的趨勢 ifconfig + route + iwconfig => ip + iw
http://www.crifan.com/files/doc/docbook/linux_wireless/release/htmls/ch05_linux_wireless_lan_80211.html
http://wireless.kernel.org/en/developers/Documentation/mac80211
http://wireless.kernel.org/en/developers/Documentation/cfg80211
http://wireless.kernel.org/en/developers/Documentation/nl80211
https://blueprints.launchpad.net/wicd/+spec/support-ip-iw

iw dev wlan0 scan
wpa_supplicant -Dnl80211 -c/etc/wpa_supplicant/wpa_supplicant.conf -iwlan0
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
    ssid="Your SSID Here"
    proto=RSN
    key_mgmt=WPA-PSK
    pairwise=CCMP TKIP
    group=CCMP TKIP
    psk="YourPresharedKeyHere"
}
dhcpcd wlan0
除非特別註明,本頁內容採用以下授權方式: Creative Commons Attribution-ShareAlike 3.0 License