Ich will das nie wieder suchen müssen
Once a corrupted document is written to CouchDB it's not completely straightforward how to get it out again. Having such a document in the DB can bring the replication to a grinding halt, for example.
Futon will throw an error if you try to display the document and you won't get to delete it.
Assuming you know the ID here is an example of how to delete the document:
curl http://localhost:5984/mydbname/_all_docs | grep MYDOCID
_all_docs will not try to get the corrupted content of the document but just its meta data,
that's why no error about invalid json is thrown in this case.
Anja Schirwinski erklärt, wie man in eine View einen "Weiterlesen"-Link direkt nach dem Teasertext bekommt:
http://www.undpaul.de/blog/2011/07/11/inline-weiterlesen-link-mit-views-...
... unter Beibehaltung des Hostnamens.
<VirtualHost *:80>
DocumentRoot /var/www/existing/htdocs/
ServerName name1.de
ServerAlias name2.de
RewriteEngine On
RewriteRule (.*) https://%{HTTP_HOST}$1 [L,R=301]
</VirtualHost>
- Die Watchdog-Nachrichten werden vom dblog-Modul mit dem Datumsformat "short" angezeigt. Sieht man eine Diskrepanz zwischen der Ausgabe und der (scheinbaren) Einstellung unter "admin/config/regional/date-time", dann kann es sein, dass noch gar kein Format gespeichert wurde. Einmal "Konfiguration speichern" hilft.
How to find out the Debian/Kubuntu package a file is in:
http://www.ubuntugeek.com/what-package-is-that-file-in.html
http://www.cyberciti.biz/faq/equivalent-of-rpm-qf-command/
Rechte auf DBs vergeben, deren Name auf ein Suchmuster passt:
grant all on `statistiken\_kunde\_%`.* to nutzer@localhost;
Achtung, das sind Backticks.
The colors used by O'Reilly for their book covers:
http://answers.oreilly.com/topic/2372-what-is-the-method-behind-the-orei...