2019
Dec
06

It is easy to link an existing ssh-agent into a docker container, just to add the environment SSH_AUTH_SOCK. But it will be broken if you recreate an ...

2019
Nov
20

Splunk 是一套的 Log 監控軟體,它可以分析任何格式的 Log 資料,透過 Splunk ,我們可以分析頁面或 API的使用率,找到未知的 Bug ,自訂搜尋條件快速找到各種資...

2019
Nov
12

zend_string zend_stringtypedef struct _zend_string zend_string;struct _zend_string {struct _zend_string { zend_refcounted_h gc; zend_ulong ...

2019
Jul
09

Create a Table with global secondary index on local dynamodb Unit test Create TableAmazonDynamoDB ddb = DynamoDBEmbedded.create().amazonDynamoDB();Str...

2018
Oct
15

RHEL 7直接用 yum 就可以安裝 docker : sudo yum install docker 安裝最新版 docker-ce上面的安裝方式,只會裝到舊版 docker-1.7.x,如果想要最新版本的 docker ...

2018
Apr
24

ffmpeg 是一個免費的影片編輯 Library,使用前要先編譯安裝它,首先我們先安裝好 Docker ,利用 Docker 將 ffmpeg 安裝在 centos 6 ,這樣就能在 Windows, Mac, ...

2018
Apr
21

網路上有很多舊版 Google Chrome 載點,但是你相信那些載點沒有被藏病毒或是木馬嗎?commondatastorage.googleapis.com 這是 Google 官方提供的 Chrome 下載空間,...

2018
Apr
19

軟體工程師開發一個功能後,常常會再被其它工程師數落,不管是能力多強的工程師寫的程式,還是會被後面接手的人罵,其中很大的原因就是不同的想法,與各人知識能...

2018
Apr
16

Code Review 是一件很重要的事,很多 Bugs 都可以經由 Code Review 而發現,學會怎麼 Review 別人的程式更是一門學問, 每個專案大小與未來性不同,不能永遠都使...

2018
Apr
12

If you get the following problem on starting a docker machine on Mac. You could check Virtualbox memory setting, make sure the memory is more than 102...