Skip to content

Instantly share code, notes, and snippets.

View fredvd's full-sized avatar

Fred van Dijk fredvd

  • Zest Software
  • Rotterdam
View GitHub Profile
@rodleviton
rodleviton / imagemagick-install-steps
Created May 26, 2014 07:37
Installing Image Magick on Ubuntu 14.04
sudo -i
cd
apt-get install build-essential checkinstall && apt-get build-dep imagemagick -y
wget http://www.imagemagick.org/download/ImageMagick-6.8.7-7.tar.gz
tar xzvf ImageMagick-6.8.9-1.tar.gz
cd ImageMagick-6.8.9-1/
./configure --prefix=/opt/imagemagick-6.8 && make
checkinstall
@witsch
witsch / buildout.cfg
Last active December 19, 2019 16:45
Patch for "posixGroup" support in `Products.LDAPUserFolder` 2.26 based on http://davidjb.com/blog/2010/06/plonezope-using-ldapuserfolder-with-posixgroups/
[buildout]
...
parts =
...
patches
...
[patches]
recipe = collective.recipe.patch