用 github 直接新增 blog 文章
Posted on Thu 21 July 2016 in note • Tagged with pelican, blog, github
之前看了 m157q 的 用 Travis CI 自動化發佈 Pelican blog 到 GitHub Pages 上 的文章後,就設定一樣的自動化發怖流程。
剛剛突然想到,我可以直接在 GitHub …
Continue reading
Posted on Thu 21 July 2016 in note • Tagged with pelican, blog, github
之前看了 m157q 的 用 Travis CI 自動化發佈 Pelican blog 到 GitHub Pages 上 的文章後,就設定一樣的自動化發怖流程。
剛剛突然想到,我可以直接在 GitHub …
Posted on Tue 19 July 2016 in note • Tagged with linux, xargs
直接先上範例
xargs -a data.txt -I % -P 0 bash -c "sleep 1; echo %"
我要解決的問題是,我有一個文字檔 data.txt
,其內容是我要處理的資料,一行一筆 …
Posted on Tue 19 July 2016 in note • Tagged with vpn, pokemon
Hide My Ass 還不錯,可以連線的國家多。我試了一下,還可以連到美國 Google Play 去下載 Pokemon Go!雖然在台灣還是不能玩……
簡單測了一下,整 …
Posted on Fri 01 July 2016 in note • Tagged with java, tls, letsencrypt
在弄 Jenkins windows slave 的時候踩到 Java 還沒有把 Let's Encrypt 的根憑證放到信任清單中。弄了半天才真的搞定。
stackoverflow 上有人說了,Oracle Java 8u101 就會放進 …
Posted on Mon 27 June 2016 in note • Tagged with ci, automation, sysop
gitlab-ci, travis-ci, circle-ci 跟 jenkins 都支援 [ci skip]
來跳過 commit build。
Your commit messages [ci skip]
其中 jenkins 要裝 plugin。
Posted on Wed 22 June 2016 in note • Tagged with trex, linux, tool
TRex 是一個封包產生軟體。底層使用 DPDK。目前看起來因為 DPDK 的關係,網卡只能用某些 intel 晶片的網路卡。
TRex 可以裝在 x86 的設備上 …
Posted on Fri 21 February 2014 in note • Tagged with apt, preferences, debian
將 debian stable 加入 testing 但是只在需要安裝 testing 套件的時候才安裝。
/etc/apt/sources.list
加入 testing
/etc/apt/preferences.d/
建立 testing
檔案。內容如下Package: *
Pin: release a=testing …
Posted on Tue 07 January 2014 in note • Tagged with line, whoscall, apps
Posted on Fri 25 October 2013 in note • Tagged with git, gitlab, rvm, ruby
Gitlab 安裝時若採用 rvm 的 ruby 而不是安裝在 system 上,在 push 的時候會被抱怨找不到 ruby 或是執行到系統的 ruby。
最簡單的解決方式:將 user …