yan
寫了一個小程式 sync from Facebook to Blogger,comment 也有過來,試著拆出 label
IFTTT 沒有轉存 comment
Blogger 一天可以發 40 篇文章,再來就要輸入驗証碼
測試頁
http://www.facebook.com/groups/openlab.taipei/
http://yanfbsynctest1.blogspot.tw/
from honki:
壓力導電膠
http://learn.adafruit.com/firewalker-led-sneakers/make-velostat-step-sensors
http://www.youtube.com/watch?v=gWZi71JkPAA#t=19
Yen
Pixlr.com - Photo editor online http://pixlr.com/editor/
Pidgin + Jabber http://uwetrottmann.com/software/idgin-jabber-icq/
# apt-get install pidgin-otr
How to Use OTR to Initiate a Secure Messaging Session in Pidgin https://securityinabox.org/en/pidgin_securechat
宏仁
80+ Essential Web Design Tools For The Web Developers in 2013 http://www.divine-project.com/web-design-tools
Amos
AIO Remote : Mobile phone as mouse, keyboard, joystick, file explorer, media player controler, slide control (非開源,但免費) http://www.aioremote.net/home
samuel
可以把 [CAPS] 與 [LCTRL] 調換過來看看,可以減少小指負擔
mysql | postgresql | |||
SHOW DATABASES | \l | |||
SHOW TABLES | \d | |||
SHOW COLUMNS | \d table | |||
DESCRIBE TABLE | \d+ table |
postgresql 身份驗證
Debian/Ubuntu : /etc/postgresql/8.4/main/pg_hba.conf
OSX : …
驗證方式 : ident(ident server)、password、md5、trust、reject、ldap、pam
https://gist.github.com/samuelololol/6453717
Q : 使用本地開啟:成功 使用 socket (-h localhost) 連線:失敗 (測試中)
A : pg_hba.conf 只是定义的客户端认证权限,在PostgreSql中数据库对象访问权限是由角色赋予的。 PostgreSql 权限和安全基础