1. start ssh-agent shell script

    very simple keychain replacement script.

    #!/bin/sh
    # www.christoph-polcin.com
    
    # absolute path to your private key dir
    SSH_KEY_HOME="/home/__USER__/.ssh"
    # private keys, space separated
    SSH_KEYS="id_rsa server_xyz_id_rsa"
    
    AGENT_FILE="${SSH_KEY_HOME}/.ssh-agent.sh"
    
    [[ -e "$AGENT_FILE" ]] && eval `cat "$AGENT_FILE"`
    [[ -z $SSH_AGENT_PID || "$(ps ax | grep "ssh-agent" | grep -c $SSH_AGENT_PID)" -lt '1' ]] && { \
        ssh-agent -s > "$AGENT_FILE"; \
        eval `cat "$AGENT_FILE"`; \
        for key in $SSH_KEYS; do ssh-add "${SSH_KEY_HOME}/${key}"; done; \
    }
  2. black shape of nexus & beehoover

  3. shrink pdf

    gs -sDEVICE=pdfwrite \
    -dCompatibilityLevel=1.4 \
    -dPDFSETTINGS=/screen \
    -dNOPAUSE -dQUIET -dBATCH \
    -sOutputFile=out.pdf \
    -r<DPI> \
    in.pdf
    
  4. elektronische Gesundheitskarte (eGK) - Nein Danke

  5. uberspace X uberspace

    Neulich Außerirdische entdeckt - uberspace.de - ein Web-Hosting Anbieter der anderen Art. Und hier mein Eindruck vom Ihrem System. Ich muss sagen, dass Ganze hat mich umgehauen! Noch nie habe ich eine so konsistente und umfangreiche Konfiguration erlebt, mit Abstand.
    Eine durchdachte Datei- und Rechte- sowie E-Mail-Verwaltung, einfach geniale PHP-Interpreter Verwaltung, eine eigene php.ini, pear module zum selbst installieren, Unterstützung von GCC, Python, ruby, node.js, CGI & FastCGI, suEXEC, error_logs, Couch- und MongoDB, runwhen, deamontools, Zwei-Faktor-Authentifizierung, GIT, Mercurial und ein Dutzend cooler Sachen die ohne Hacks laufen. UberKompetenter und schneller Support. Und über den Preis läßt's sich reden.
    Ihre Philosophie, mein Uberspace, ... zum duchdrehen. Danke!

  6. coole Sache - Indefero auf uberspace.de installieren

    Indefero ist ein schlankes Web-Frontend zur Verwaltung von Softwareprojekten, ganz nach dem Vorbild von google code und github.
    Darüer hinaus ist es frei, schnell und wird aktiv entwickelt! Von Haus biringt es Code-Review Funktionalität und Unterstützung für Git, Mercurial, SVN und Monotone mit.
    Was will man mehr?
    Indefero's indefero ist unter http://projects.ceondo.com/p/indefero/ zu erreichen.

    Hier folgt eine kurze Installationsanleitung, basierend auf der Projekt Readme.


    » ...
  7. Keysigning-Party im Stratum0

    wer mit wem im stratum0. Graph von Daniel Bohrer CC-BY-SA 3.0.

  8. firefox tweaks

    some performance tweaks


    » ...
  9. all-inkl onlinefestplatte / netzlaufwerk unter linux einbinden

    all-inkl ist ein deutscher web und server anbieter.
    der premium-account enthält eine online-festplatte die als ein netzlaufwerk eingebunden wird, sprich eine private dropbox.
    um diese besonderheit unter linux zu nutzen, müssen folgende schritte durchfrührt werden:


    » ...
  10. flashdictator

    Flashdictator [Try It!|repository] is a simple flash based application which helps you to transcript speech-to-text. Flashdictator is a stone downgraded version of f4 an audio transcription tool.
    Computer driven speech-to-text transformation works badly especially with recordings from interviews.
    Well! You're on your own.
    Flashdictator will help you, it plays your recordings in chunks with definable breaks, to avoid struggling with endless loops of pushing Play, Alt+Tab, listen and transcript, Alt+Tab, Pause, Rewinding and so on.
    And that was about it.

  11. GPG/GnuPG Spickzettel

    hier die 1001 GnuPG Kurzübersicht.


    » ...
  12. getting your notes done

    i stumbled upon a great idea: store quick notes in a private mailbox. it's a very smart solution especially because the notes are searchable and available from anywhere. the concept is very easy to implement therefore it's adjustable to various toolchains.


    » ...
  13. zsh archive function

    create various archives via one helper function:
    use: pack archive_file.extension [file|dir]+
    supported extensions: tar.bz2, tar.gz, tar.xz, tar.lzma, bz2, gz, tar, tbz2, tgz, zip, 7z


    » ...
  14. choosing a camera lens

    Sometimes it's so hard to make a decision, even on a simple thing. Therefore i considered the metadata from old images to get an overview of my settings. The rate of focal length, exposure time and aperture values might help me to select a zoom lens that fits my needs.


    » ...
  15. check out dwm

    You're running a linux box and your window manager is to bloated? You're bother with large configuration files and application windows which pop up where they like? You would love to group windows by tags and manage them in tiled, monocle, floating or custom layouts? Or you're just looking for a fast and smart window manager?
    Well? Check out dwm and get your hands dirty.
    Oh, by the way I'm maintaining uberdwm [repository|snapshot] a dwm fork with a few useful patches already applied.


    » ...