~/

Entries from 2013-04-04 to 1 day

Misunderstanding about the configuration of of znc

I love znc, A irc bouncer. Today, i introduce znc to younger colleague. Then i realized i was wrong to configure of znc. When we $ znc --makeconf, it generates .znc/configs/znc.conf. It's something like this. <User freenode> Pass = sha256#foobarfoobarfoo</user>…

Webistrano settings for lazy assets:precompile (if assets are not changed, don't invoke rake assets:precompile)

1, install capistrano-lazy-assets in webistrano environment. 2, add recipe at webistrano load 'deploy/assets' require 'capistrano-lazy-assets' 3, deploy_via by remote_cache deploy_via :remote_cache repository_cache cached-copy That's it. i…