Skip to Content

memo

notes to myself, useful stuff to remember

subversion password encryption

I just came across an annoying warning that subversion gave me when checking out a module:

 $ svn co https://my.svnserver.tld/svn/repo repo
 Authentication realm: https://my.svnserver.tld
 Client certificate filename: /home/user/...
 Passphrase for '/home/user/...:
 -----------------------------------------------------------------------
 ATTENTION!  Your passphrase for client certificate:

 /home/user/...

 can only be stored to disk unencrypted!  You are advised to configure
 your system so that Subversion can store passphrase encrypted, if
 possible.  See the documentation for details.

 You can avoid future appearances of this warning by setting the value
 of the 'store-ssl-client-cert-pp-plaintext' option to either 'yes' or
 'no' in '/home/user/.subversion/servers'.
 ----------------------------------------------------------------------
 Store passphrase unencrypted (yes/no)? no
 
And since I don't like to store my passwords in plaintext but I don't want to type it in for each and every svn command I issue, I looked up a way to store my access slightly more securely.

Appendix in LaTeX beamer

Posted in

Ever wanted to include some backup slides and/or a bibliography at the end of your beamer slides? Did you, then, also want to exclude these pages from being counted in the totalframenumber counter? Here's what I found on how to do that ...

Pimp my Ride

Letzte Woche hab ich es getan. Nachdem ich bei meinem letzten Ausflug wiedermal völlig entnervt einem Ausdruck einer Map24-Wegbeschreibung folgend mehrfach eklatant vom Weg abgekommen bin (obwohl ich mich sicher nicht für einen Orientierunglegastheniker halte), habe ich mir bei Aldi (Süd) ein Navigationsgerät gekauft. Und zwar den Medion GoPal E3230 mit TMC, im Medion/Aldi-Universumintern als MD 97130 gelabelt. Und um meine Spielereien mit diesem Gerät soll es nun gehen.

LaTeX und (unbekannte) Grafiken

Letztlich bin ich wieder mal auf ein mir zunächst seltsam anmutendes Problem mit LaTeX und Grafiken gestoßen: unter Windows wusste mein pdfLaTeX nichts mit Dateien der Endung .JPG (ja, in Großbuchstaben!) anzufangen. Die Lösung war dann relativ einfach, da ich aber dabei auf eine interessante Möglichkeit zum automatischen Handling (DeclareGraphicsRule) gestoßen bin, werde ich im folgenden davon berichten.

Count words in LaTeX

I just came across a problem which I wondered I wasn't confronted with before: (automagically) count words of a LaTeX document. If someone imposes a word-count-limit on you you better know whether you meet the requirement or not. That can be more complicated than you think, so I'm gonna elaborate on my current best practice approach to the problem in the following.

Syndicate content