Weblogs
MTP macht mir nur Ärger. :-(
Aber hier wird diskutiert, wie man MTP-Android-Geräte an Linux anbindet:
http://linuxundich.de/de/software/gerate-mit-android-3-0-oder-4-0-via-mt...
Hatte ich für mein Acer Iconia schon so gelöst, aber es gibt immer wieder Fehler.
Jetzt macht Archos beim G9 auch diesen MTP-Mist, statt nach außen USB-Platte zu spielen ...
Fünf Leute an einer Gitarre, und das Ergebnis kann sich hören lassen:
http://wins.failblog.org/2012/01/06/epic-win-photos-five-person-guitar-c...
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.