http://kivy.org Python-library based crossplatform development with focus on native input protocols and OpenGL Support. The even have a sort of my target ready made: https://github.com/stocyr/IcarusTouch
Tag Archives: osx
scripted document print in osx
In osx, the command lpr converts and sends a document to the standard system printer. eg. $ lpr /Users/itz/Desktop/flyer-papagei.pdf HINT: This works fine with PDF- and JPG- but not with ODF-files. This way it is possible to do timed printing using the crontab or scripted printing using shell-scripts.
ssh schlüssel generieren
Anstelle von Passwörtern verwenden wir asymmetrische Schlüsselpaare. Das sind in der Praxis zwei Dateien, wovon die eine öffentlich ist und die andere auf keinen Fall weitergegeben werden darf. Folgenden Befehl eingeben und 3 mal mit enter bestätigen: sq131-2-4-vmk-itzs14895:~ itz$ ssh-keygen -t rsa -b 4096 Generating public/private rsa key pair. Enter file in which to save […]