Posts mit dem Label WinXP werden angezeigt. Alle Posts anzeigen
Posts mit dem Label WinXP werden angezeigt. Alle Posts anzeigen

2009-12-10

Permission denied (publickey).

After successful configure github access using Win/msysgit I have to fight on the Linux front. Just copy the private key file generated with puttygen didnt work:

[thomo@sun .ssh]$ ssh git@github.com
Enter passphrase for key '/home/thomo/.ssh/thomo__github_private.ppk':
Permission denied (publickey).

I neither enter a passphrase nor was able to change the empty phrase using ssh-keygen -P. :-|

To solve the problem I export the private key in OpenSSH format:

2009-11-03

CouchDB auf WinXP


  • Installationspaket gibts hier

  • Nach dem Installieren müssen noch in >installdir</bin/erl.ini zwei Pfade angepasst werden

  • [Update]in couchdb.bat musste ich noch in der Zeile nach "setlocal"
    %~d0
    einfügen


Und dann ...

D:\Programme\CouchDB\bin>couchdb.bat
CouchDB 0.11.0b819947 - prepare to relax...
Eshell V5.7.2 (abort with ^G)
1> Apache CouchDB 0.11.0b819947 (LogLevel=info) is starting.
1> Apache CouchDB has started. Time to relax.
1> [info] [<0.35.0>] Apache CouchDB has started on http://127.0.0.1:5984/

bzw.

2007-09-24

Firefox Update abbrechen

Wenn man als eingeschränkter Benutzer die Update-Dateien bereits heruntergeladen hat, danach aber die Installation fehlschlägt, ist es nicht nötig, den Benutzer zum Hauptbenutzer oder Admin zu machen.

Es empfiehlt sich, den Inhalt des folgenden Ordners zu löschen:

C:\Dokumente und Einstellungen\Benutzername\Lokale Einstellungen\Anwendungsdaten\Mozilla\Firefox\Mozilla Firefox\updates\0


Quelle: Link