聽哪些 podcast
dropbox 保存密碼的安全措施筆記
Posted on Sat 24 September 2016 in note • Tagged with dropbox, security, password
docker 更新 jenkins
Posted on Tue 13 September 2016 in note • Tagged with docker, jenkins
因為自己家的 jenkins 是用 docker 裝的,紀錄一下自動更新 weekly 版本的方式。
安裝 jenkins
照著 jenkins 自己的正式文件來做。
:::bash
docker create -v /var/jenkins_home --name jenkins …
Continue reading
如何轉換跑道去寫程式
Posted on Fri 09 September 2016 in ama • Tagged with programming
準備資工在職專班考試
Posted on Thu 08 September 2016 in graduate school • Tagged with nctu, ncu, nccu, yzu
MQTT 資料格式
Posted on Mon 29 August 2016 in note • Tagged with mqtt, iot, protocol
看了一下 MQTT 的文件,隨手紀錄一下。
資料格式的表示
- 位元組 bit 0 ~ bit 7
- bit 0 是 least significant bit, bit 7 是 most sigificant bit
- 整數
- big endian 排列的 16 bits 數 …
Continue reading
Linux Performance tools 整理筆記
Posted on Thu 18 August 2016 in note • Tagged with linux, tools
VirtualBox 發生 VERR_INTNET_FLT_IF_NOT_FOUND 錯誤
Posted on Thu 11 August 2016 in note • Tagged with virutalbox, windows
升級了 Windows 10 的年度更新之後,VirtualBox 就找不到 host only 網卡了。解決方式很簡單,就是把 VirtualBox Host-Only Ethernet Adapter
網卡的 VirtualBox NDIS6 Bridge Networking Driver
打開就可以了 …
Continue reading
pip 在 windows 下無法使用
Posted on Fri 22 July 2016 in note • Tagged with python, pip, perl
紀錄一下,主要原因是因為我同時安裝了 Strawberry Perl。
輸入 where pip
查詢一下,
C:\Strawberry\perl\bin\pip
C:\Strawberry\perl\bin\pip.bat
C:\Users\Solomon\AppData\Local\Programs\Python\Python35-32\Scripts\pip.exe
所 …
Continue reading