Discovered Trello

Finally a todo/task/project management system that is very good fit. Here is why: is pretty visually modern and dynamic UI has Web back-end (usable from Linux VM) has decent iPhone app allows checklists (multiple) allows color coding Markdown support ecosystem There is Gmello that allows create card from GMail, plus few others that seem to bridge the gap between Evernote, System XYZ and Trello http://trello.com Courtesy of Fog Creek / Joel Spolsky’s company

Custom build of MacVim with file drawer - pure bliss

OK, NERDTree plugin IS great, but this is awesome. Alloy made custom version of MacVim with file drawer: see https://github.com/alloy/macvim/wiki/Building It is available in source - so you have to compile it yourselves. But if you do not want to, I did it and the binary is attached, built with these features: ./configure –with-feature=huge –enable-rubyinterp –enable-pythoninterp –enable-perlinterp –enable-cscope Archive is attached: MacVim.zip If you want to get my set of plugins and customizations, it is on GitHub: - https://github.

Fixing Git plugin for Sublime Text 2

After update, the ST2 started to complain about missing git command. Finding out Git on MBP: platform $ which git git is /usr/bin/git git is /usr/local/bin/git platform $ git --version git version 1.7.7.5 (Apple Git-26) platform $ /usr/bin/git --version git version 1.7.7.5 (Apple Git-26) platform $ /usr/local/bin/git --version git version 1.7.3.2 Fix the the Package file in /Users/miro/Library/Application Support/Sublime Text 2/Packages/Git - Git.sublime-settings (it is JSON file) { // save before running commands "save_first": true // if present, use this command instead of plain "git" // e.

Installing and running 'naked' hybris platform

Installing and running “naked” hybris platform Log of an exercise to install and start the Hybris without all those fancy modules Starting point: hybris-platform-4.7.1.zip Install point: /opt/hybris-platform/hybris-platform-4.7.1 Start (with HSQLdb) ~ $ cd /opt/hybris-platform/hybris-platform-4.7.1 hybris-platform-4.7.1 $ cd bin/platform/ platform $ pwd /opt/hybris-platform/hybris-platform-4.7.1/bin/platform platform $ . ./setantenv.sh Setting ant home to: /opt/hybris-platform/hybris-platform-4.7.1/bin/platform/apache-ant-1.8.2 Apache Ant(TM) version 1.8.2 compiled on April 21 2011 platform $ ant clean all | tee ant-clean-all.log => Select develop

Gitolite Administration Guide

How to setup new client You need to be pensieve admin to do this. You will have to login as service user (non-host account) and su to root. create new Linux user on pensieve setup gitolite: git clone <git://github.com/sitaramc/gitolite> mkdir bin; export PATH=$PATH:~/bin gitolite/install -ln add own public key to gitolite to get access to gilotile-admin repo (note the naming restrictions!!) gitolite setup -pk miro.pub get public key for the client account admin and add it (there can be multiple admins) clone the gitolite-admin repo from workstation whose pub key was added git clone <client@pensieve.