GitLab березня 15, 2013 I like GitHub. The easiest way to setup GitLab is downloading TurnKey linux virtual machine image from http://www.turnkeylinux.org/gitlab Докладніше
Best virtual desktops app for windows березня 15, 2013 Let me introduce to the public so far the best free virtual desktops app: VirtualWin ! http://sourceforge.net/projects/virtuawin/ Докладніше
Bash + svn: delete missingly addedd files in gen folders березня 05, 2013 svn status | grep -P "A .*gen/" | cut -c3-150 | xargs svn rm --force Докладніше
RPM, rpmbuild Disable Automatic Dependency Processing вересня 18, 2012 To disable automatic dependency processing, the following line may be used: AutoReqProv: no Докладніше
ImageMagick: Record desktop as a animated gif. жовтня 03, 2011 Console command might look like: while true ; do import -window root 1.gif && convert 2.gif 1.gif 2.gif && sleep 5; done Докладніше
Optimize Firefox startup вересня 26, 2011 find ~/.mozilla/firefox/ -name *.sqlite -exec sqlite3 {} VACUUM \; The VACUUM command rebuilds the entire database. Докладніше