GPG and S/MIME in Apple Mail
I use both OpenPGP and S/MIME in my Apple Mail, but by default all new Messages are sent using OpenPGP. It’s easy to change this behaviour in the Terminal …
I use both OpenPGP and S/MIME in my Apple Mail, but by default all new Messages are sent using OpenPGP. It’s easy to change this behaviour in the Terminal …
When using git on Mac OSX and your project’s folder has a custom icon, you will see a “Iconr” File showing up in your git status or Source Tree. Ignoring this file doesn’t work. The…
I had the need to shrink a 16GB microSD card to use the image on my other Raspberry Pi, but only had smaller SD Cards lying around. So what now? After a lot of tests…
Based on Thias blog instructions on building shairtunes for Mac OS X. install XCode using AppStore on Mac OS X 10.7 (a AppleID is needed for that) open XCode, in the Preferences “Downloads” click on…
For years i used Adium, but sometimes i miss the video and audio features iChat provides. As i updated to Mac OS X 10.7 aka Lion i thought i should give iChat a try. Suprisingly…
gEDA is installed using macports, but when installing i found a little problem when xgsch2pcb complained about a missing update-desktop-database [important]fix: install desktop-file-utils first[/important] complete install commands: $ sudo port install desktop-file-utils $ sudo port…
Arduino, ein einfacher RS485 Treiber IC und ein Widerstand sind alles was man benötigt um einen billigen DMX Lichtkontroller zu bauen und man bekommt auch noch eine voll funktionsfähige Software gratis dazu. Als Erstes bauen…
based on L. Preston Sego III’s work, check it out here. first we need to install some tools: $ mkdir ConverterTemp $ cd ConverterTem $ curl -O http://www.cmake.org/files/v2.8/cmake-2.8.3.tar.gz $ tar xvfz cmake-2.8.3.tar.gz $ cd cmake-2.8.3…
Basierend auf Daniel Fischer’s Artikel habe ich hier dokumentiert wie ich von TextMate nach Jahren auf MacVIM umgestiegen bin. Das hat den Vorteil für mich, dass ich nur noch einen Texteditor verwende, egal ob ich…
SerProxyGUI ist eine grafische Oberfläche für die kommandozeilenbasierten Seriell-Proxys “TinkerProxy” oder “SerProxy”, die eine Verwendung der Proxys ohne Editieren der Konfigurationsdatei erlaubt und bietet eine komfortable Auswahl von vorhandenen USB Seriellen Geräten. Diese Software ist…