If you, like me, have one installation of Magento where there is no package “Mage_All_Latest” in the connect manager, then use this URL for the extension key:
http://connect20.magentocommerce.com/community/Mage_All_Latest
Tags: Magento
Posted in Javascript/ HTML/ CSS, Setup | Comments Off
If you’re using an Apache-server with “DAV svn” on Debian Squeeze, you might encounter this problem with very large repositories.
One hint is the Timeout ( via http://adventuresindotnet.blogspot.com/2010/09/svn-trouble.html ), but my timeouts where all fine. In fact the error message appeared just a couple of seconds after a “svn up” call.
My solution was to disable the mod_reqtimeout that is new since the Upgrade from Lenny to Squeeze.
If someone knows a useable setup for mod_reqtimeout, please leave it in the comments.
Tags: Apache, subversion, svn
Posted in Setup | Comments Off
The best tutorial about haartraining for OpenCV is http://note.sonots.com/SciSoftware/haartraining.html
But if you want to pick a XML while opencv_haartraining is still running, the basic info for compiling convert_cascade is missing @ Generate a XML File. Thats how I’ve done it on MacOS X after installing via MacPorts:
cd /opt/local/share/opencv/samples/c/
sudo g++ `pkg-config –cflags opencv` -I../include -I. -o convert_cascade.o -c convert_cascade.c
sudo g++ -o convert_cascade convert_cascade.o `pkg-config –libs opencv`
sudo mv convert_cascade /opt/local/bin/
(I find it kind of strange that they do not include this binary in the Ports-Makefile…)
Tags: cascade, haartraining, opencv
Posted in Setup, Software | Comments Off
Der Klassiker: Man braucht schnell mal Daten aus dem Livesystem – aber nicht alle und auch nicht nur die Struktur.
Es reichen “ein paar hundert Zeilen” von jeder Tabelle:
mysqldump --opt --where="true LIMIT 500" -u meinuser -p meinedb > meinedb.sql
[gefunden via http://www.geeknewz.com/board/index.php?automodule=blog&blogid=76&showentry=434]
Tags: developer, hilfe, mysql, Schnipsel
Posted in Setup, Software | Comments Off
Nachdem inzwischen das letzte Hindernis für ein Upgrade auf Snow Leopard behoben wurde)*, bin ich jetzt mit dem Feintuning einiger Dinge beschäftigt.
Ein Stück lästiger Software war bislang immer VPNClient.app und ich hätte es jetzt auch neu installieren müssen – in einer aktualisierten Version natürlich.
Ich hatte vorab schon ein wenig herumgesucht und festgestellt, das Snow Leopard eine neue IPSec-Möglichkeit in den Netzwerkverbindungen ermöglicht. Dabei bin ich auf diese beiden Posts gestossen, die ich hier kurz zusammenfassen will:
Die Schritte im Überblick:
Wer vorher den VPNClient.app bereits installiert hatte, kann aus dem Configfile (Console, Ordner “/private/etc/opt/cisco-vpnclient/Profiles”) die wichtigen Eckdaten auslesen – oder man lässt es sich vom zuständigen Admin geben ;-)
)*
GPGmail war noch nicht funktionstüchtig und ohne Signieren und Verschlüsseln von eMails geht es bei uns im Büro nunmal nicht. Die Version 1.2.3 direkt aus der mailingliste funktioniert bei mir prima.
Tags: Cisco IPSec VPN, Setup, Snow Leopard
Posted in Setup, Software | Comments Off