其實是很臨時去參加的,所以一發現有空位馬上就參加,對於Docker本身也是一知半解,也希望能透過這些聚會能有更多的了解. 這裡簡單的記錄一下我的心得,後面是我的速記: 心得: Docker & Jenkins by Casear Chu 這一篇演講相當的特別,讓你與一般Docker 與Jenkins 能想到的不一樣. 主要的架構是根據在Docker in Docker (DinD) 想出來的.也就是在Docker裡面自己再去建立並且讀取其他的docker. 這裡的方法主要如下: 先建立一個ubuntu docker 去安裝Jenkins 然後Jenkins 有兩個工作專案: 一個是下載node.js 系統的image build 成另一個docker 一個是去下載修改的node.js 程式碼,並且定期地在第一個docker上跑測試 整個方法相當特別,測試完之後.可能需要完全移除才會乾淨.不過簡單又不會影響太多部分. Docker in Golang by Jamie Sa slide 主講人相當的有趣的,主要是來探討為什麼docker會用到golang 來撰寫 所以一開始會講到當初 docker 創辦人遇到一個什麼樣的狀況,以及簡單的介紹LXC (docker 系統的核心) 並且很有趣的來觀察github 上面docker project的狀態,並且分析第一個submit的整個架構與當初兩個創辦人是如何去思考整個系統的架構. 令人相當驚訝的是第一個docker的submit竟然就是撰寫我們看到的web docker console (是應該花一點時間好好了解人家的架構設計的用心) http://www.meetup.com/Docker-Taipei/events/188846162/ Docker & Jenkins by Casear Chu Except Jenkins (other CIs) Travis Door.io (not sure) Docker in Docker Scenario: Jenkins in one Docker Use Jenkins to launch other docker for CI testing WebSite: https://github.com/jpetazzo/dind Detail: Launch one ubuntu docker and install docker in this ubuntu. Docker Jenkins Need apt-get jenkins from ubuntu image not jenkins image Because need Docker in Docker in site. Jenkins using docker (two processes) https://docs.docker.com/articles/ambassador_pattern_linking/ Docker System building process Check github periodically download node.js system(private repository) and build docker node.js image process Git pull node.js code run docker system to load node.js run test Note about report: docker...
WDK building build -cefw build -cgz Driver launch Service Using SC (Service Control) Device driver Using *.Inf to install it Disable digital signing check ( forever) If failed need go to BIOS setting to disable Security Boot in Boot-> Authentication-> Security Boot “bcdedit -set test signing ON” Disable digital signing for once Win8 -> 變更電腦設定 -> 還原 -> 進階開機 Install driver step [裝置管理員] -> node 0 -> [動作] -> [新增傳統硬體] -> 選擇 inf remember inf file need exist with x86 driver x64 need another place according to your inf setting. Still occur error because the SYS still need to signed Install Digital signature and sign your SYS file (x64 only is enough if you using Note, there might be an error if the category file error Error: 裝置管理員 -> Digital signature still failed event you already signed it. Solution: Using “infract” refer here Note: Need use WDK 8.1 if you...
這次很熱血的去參加了GTUG在Google Taipei 辦公室的活動,由於名額僅限70個所以很幸運有搶到. 正式在Google IO 2014 開始前,先有臺北這邊有人分享跟雲端與Google Glass有關的議題 當BigQuery遇到node.js - Mike /MiCloud 面對資料的態度: 存的起來叫Storage 看得到叫Data 能了解叫Information 能拿出來用 Intelligent node.JS Open-> cannot encrypt shared How it works node.js -> OAuth2 -> BigQuery App Script Back-end for server https://developers.google.com/apps-script/ 百萬種google Glass爽的方式/Google Glass開發經驗 - 時間軸 (Hiiir) 如何開發Google Glass App (Glassware) Glass Development Mirror API Server programming Web GDK (UI App) Base on Android, only support on 4.4.2 UI element Static Card (text/html) push notify (lime email) Live Card (for GDK, dynamic) Immersion (like Game) Voice Command need application (like domain) http://www.slideshare.net/jieflash/experience-developing-for-google-glass Glass Hardware Development Glassware - Glass Presenter How it work Open Mac Using QR code to pair Using WiFi to connect Tech detail Gesture Head Panning Scroll https://speakerdeck.com/j796160836/glass-presenter-shi-zuo-fen-xiang Glassware 上架建議 Voice command need Google to review Explain how it work, why use this. (“Check the battery”) https://speakerdeck.com/j796160836/google-glass-shua-ji-shi-lu Repair the Glass Using Linux (not Mac/Windows) Enter fast boot long press power 1-~15s press...