One for all,all for one.
2013年4月30日 星期二
Gerrit Fixing the email address
›
select * from ACCOUNT_EXTERNAL_IDS; Reference : Git, Gerrit Review and Jenkins or Hudson CI Servers
Gerrit 使用 http 驗証
›
version : gerrit-full-2.5.2.war (gerrit)$ ./review_sites/bin/gerrit.sh stop (gerrit)$ vi ./review_sites/etc/gerrit.config [gerrit] ...
2013年4月29日 星期一
Push existing git repositories to Gerrit
›
$ git push ssh://user@gerrit.server:22/home/gerrit/review_sites/git/my_project.git HEAD:refs/heads/master * 不要向 Gerrit server port 推送 (po...
Python get CPU frequency
›
import re pattern = re.compile("^cpu MHz\s*:\s*(?P .+)$", re.M) for line in open('/proc/cpuinfo'): match = pattern.s...
Python get CPU temperature
›
cat = lambda file: open(file, 'r').read().strip() temp = cat('/sys/class/thermal/thermal_zone0/temp') print '%1.f°C...
qtile config
›
$ vi ~/.config/qtile/config.py Reference : Qtile Documentation — Qtile 0.5 documentation Qtile - ArchWiki Паста №241
2013年4月24日 星期三
Jenkins phpmd
›
# pear channel-discover pear.phpmd.org # pear channel-discover pear.pdepend.org # pear install --alldeps phpmd/PHP_PMD phpmd . html co...
‹
›
首頁
查看網路版