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

RHEL 7直接用 yum 就可以安裝 docker : sudo yum install docker 安裝最新版 docker-ce上面的安裝方式,只會裝到舊版 docker-1.7.x,如果想要最新版本的 docker ...
ffmpeg 是一個免費的影片編輯 Library,使用前要先編譯安裝它,首先我們先安裝好 Docker ,利用 Docker 將 ffmpeg 安裝在 centos 6 ,這樣就能在 Windows, Mac, ...
網路上有很多舊版 Google Chrome 載點,但是你相信那些載點沒有被藏病毒或是木馬嗎?commondatastorage.googleapis.com 這是 Google 官方提供的 Chrome 下載空間,...
軟體工程師開發一個功能後,常常會再被其它工程師數落,不管是能力多強的工程師寫的程式,還是會被後面接手的人罵,其中很大的原因就是不同的想法,與各人知識能...
Code Review 是一件很重要的事,很多 Bugs 都可以經由 Code Review 而發現,學會怎麼 Review 別人的程式更是一門學問, 每個專案大小與未來性不同,不能永遠都使...
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...
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://...
SSH 連線到某些機器,有時候會等超過 5 秒,有一個原因就是 UseDNS 這個設定,當 UseDNS = yes , SSH 伺服器就會做一次 reverse DNS , reverse DNS 就是將 IP...
自從換了最新有 Touch Bar 的 MacBook 後 , Google Chrome 瀏覽器 (版本 63.x) 就變得怪怪的,打開某些網站會整個卡住,滑鼠游標不見,整個畫面也不能動,總是要...
安裝方式先更新 yum package list.yum install -y centos-release-sclyum install -y scl-utils-build安裝 python-2 ,這裡不用指定版號,因為目前 python 都會裝...