c10t is a mapping program for Minecraft.
It takes a Minecraft world and generates an image representing this world.
Self compiled c10t weiterlesen
USE_PYTHON="2.4 2.6"
python-updater
emerge -av imaging
Als ich eben voller Vorfreude auf einem neuen Server suPHP konfigurieren wollte, musste ich erstaunt feststellen, dass das Ubuntu-Packet in einer Art erstellt wurde, dass die Verwendung des Parameters suPHP_UserGroup folgenden Fehler wirft:
Invalid command 'suPHP_UserGroup', perhaps misspelled or defined by a module not included in the server configuration
Das ist mindestens super ärgerlich, dreht es sich doch bei dieser Option um den eigentlichen Kern und Sinn der Sache. So bekommt ihr es trotzdem sauber ans rennen:
apt-get install dpkg-dev fakeroot
cd /usr/src
apt-get source nginx
wget -c http://wiki.codemongers.com/NginxHttpUploadProgressModule?action=AttachFile&do=get&target=nginx_uploadprogress_module-0.2.tar.gz
tar -xvzf nginx_uploadprogress_module-0.2.tar.gz
./configure --conf-path=/etc/nginx/nginx.conf \ --error-log-path=/var/log/nginx/error.log --pid-path=/var/run/nginx.pid \ --lock-path=/var/lock/nginx.lock --http-log-path=/var/log/nginx/access.log \ --http-client-body-temp-path=/var/lib/nginx/body --http-proxy-temp-path=/var/lib/nginxproxy \ --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --with-debug --with-ttp_stub_status_module
--add-module=/usr/src/nginx_uploadprogress_module
cd nginx-VERSION dpkg-buildpackage -rfakeroot -uc -b
cd .. dpkg -i nginx-VERSION.deb