2014-10-30 聚會手記

上一週 || 下一週

Table of Contents

lcamel

$ sudo -u <uid> strace -p <pid>

mat

list irc channel op users

/msg chanserv access list #h4

yan

Command Line 上傳圖片至 imgur
jomo/imgur-screenshot
https://github.com/jomo/imgur-screenshot

parse and humanize date
一開始使用 prettydate, 後來作者希望參考、引用 moment 的格式
jzaefferer/jquery-prettydate
https://github.com/jzaefferer/jquery-prettydate
moment/moment
https://github.com/moment/moment/

Gox - Simple Go Cross Compilation
https://github.com/mitchellh/gox

docker auto remove a container after running

$ docker run --rm
    --rm=true|false
 Automatically remove the container when it exits (incompatible with -d). The default is false.

blue119

http://osquery.io/
https://github.com/facebook/osquery

除非特別註明,本頁內容採用以下授權方式: Creative Commons Attribution-ShareAlike 3.0 License