2021
Sep
10

docker toolbox 的功能是整合 Virtualbox (以下簡稱 VM) ,自動幫你裝好一個小型的 linux 並安裝 docker server ,在 Mac / Windows 你可以使用 docker 指令直接...

2020
Aug
09

用 shell script 寫一個簡單的 web 壓測工具。1. 先建一個 curl-format 設定我們要的 curl response curl-format.txtExamplehttp_code: %{http_code}\n ...

2020
Apr
28

Vim 有很多好用的 plugins ,不過好用的 plugin 不一定很好安裝,像是最早期的 YouCompleteMe(YCM) 只支援 python 3,只要你的 OS 沒有裝 python 3 就沒辦法安裝...

2019
Dec
18

When I migrate RDS table to the Dynamodb, one of major important functionality is generating sequence id. Dynamodb do not support it.Here is an exampl...

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 ...

2018
Oct
15

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

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...

2018
Mar
17

There are many way to set your linux terminal style. Now I know the best one is oh-my-zsh. You can follow the git repo to set your terminal. https://...

2017
Dec
30

SSH 連線到某些機器,有時候會等超過 5 秒,有一個原因就是 UseDNS 這個設定,當 UseDNS = yes , SSH 伺服器就會做一次 reverse DNS , reverse DNS 就是將 IP...

2017
Sep
24

安裝方式先更新 yum package list.yum install -y centos-release-sclyum install -y scl-utils-build安裝 python-2 ,這裡不用指定版號,因為目前 python 都會裝...