I hereby claim:
- I am liukun on github.
- I am liukun (https://keybase.io/liukun) on keybase.
- I have a public key ASBPe78wXkMNwdFmIT1OSTUvkl5idgh6YckMmii0IKyTEwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| local char_to_hex = function(c) | |
| return string.format("%%%02X", string.byte(c)) | |
| end | |
| local function urlencode(url) | |
| if url == nil then | |
| return | |
| end | |
| url = url:gsub("\n", "\r\n") | |
| url = url:gsub("([^%w ])", char_to_hex) |
| /home/liukun/log/*.log { | |
| daily | |
| missingok | |
| rotate 2 | |
| notifempty | |
| copytruncate | |
| } | |
| #!/usr/bin/env bash | |
| if [[ "$1" =~ ^[0-9]+ ]]; then | |
| curl -L "http://gist.github.com/$1/download" | tar zx --strip-components 1 | |
| exit 0 | |
| fi | |
| curl -L "$1/download" | tar zx --strip-components 1 |
| . |
| # https://github.com/imvu-open/istatd/wiki/Configuring-istatd | |
| --store /mnt/proC/istatd/store | |
| --settings /mnt/proC/istatd/settings | |
| --pid-file /mnt/proC/istatd/istatd.pid | |
| --log-file /home/liukun/log/istatd.log | |
| --log-level 2 | |
| --num-files 50000 | |
| --local-stats localhost | |
| --thread-count 3 | |
| --stat-port 18001 |