How To Migrate Mailboxes Between IMAP Servers With imapcopy

/usr/local/imap_tools/imapcopy.pl -S server1.example.com/sales@example.com/secret -D server2.example.com/sales@example.com/secret http://www.howtoforge.com/how-to-migrate-mailboxes-between-imap-servers-with-imap-tools

Beyond grep: ack, a source code search tool for programmers

ack is a tool like grep, optimized for programmers

How to have correct permissions for files 664 and dirs 775 from usb disks?

Type: sudo mount -t vfat -o rw,nosuid,nodev,uid=1000,gid=1000,shortname=mixed,fmask=0113,dmask=0002,utf8=1,showexec,flush,uhelper=udisks2 /dev/sdb1 /media/usb Or put to /etc/fstab: UUID=1234-5678 /media/usb vfat rw,nosuid,nodev,uid=1000,gid=1000,shortname=mixed,fmask=0113,dmask=0002,utf8=1,showexec,flush,uhelper=udisks2 0 0

Git-Flow

http://nvie.com/posts/a-successful-git-branching-model/ https://github.com/nvie/gitflow http://danielkummer.github.io/git-flow-cheatsheet/ http://horusiath.blogspot.com/2013/03/ustrukturyzowane-repozytorium-git-flow.html http://www.slideshare.net/mediacurrent/git-flow-for-daily-use-24681199 http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/ http://yakiloo.com/getting-started-git-flow/ https://github.com/OpherV/gitflow4idea http://plugins.jetbrains.com/plugin/7315

PhpStorm/Netbeans all menu fonts are bold after upgrade to 12.04

sudo apt-get remove fonts-unfonts-core http://askubuntu.com/questions/125609/netbeans-all-menu-fonts-are-bold-after-upgrade-to-12-04

lorempixel – placeholder images for every case

Placeholder Images for every case. Webdesign or Print. Just put a custom url in your html and you receive a proper placeholder picture

Test versions of IE using Virtual Machines that you download and manage in your own development environment.

Download a Virtual Machine. For Mac, Linux, or Windows

Online Composer Cheat Sheet

Composer is the dependency manager for PHP. This site is a one-page-only doc for this tool.

Code School: Git

http://try.github.io/levels/1/challenges/1 http://gitreal.codeschool.com/levels/1 http://gitreal2.codeschool.com/levels/1

Git concepts simplified

http://gitolite.com/gcs/