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 …
You are browsing archives for
Tag: macosx
Git: ignore Mac OSX icon files
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 solution is to ignore the correct way (or syntax), because Apple uses ^M at the end of the filename, which […]
Resize Raspberry Pi SD Card Image
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 and googling i found a way to get this working on my Mac OSX. Things you need: Apple Pi Baker […]
Shairtunes (airplay audio client) on Mac OS X 10.7
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 button to download and install the Command Line Tools Download and install Mac Ports (http://macports.org/) Open Terminal and type: $ sudo […]
iChat 6 (Lion) as a Adium replacement?
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 iChat 6 has some features which come close to Adium’s user experience: now supports Yahoo! Messenger, even with audio and […]
gEDA open source electronic design automation
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 install geda-gaf $ sudo port install pcb $ sudo port install xgsch2pcb $ sudo port install gerbv useful addition: Mac […]
DIY DMX Steuerung mit ArduinoDIY DMX Controller using Arduino
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 wir den DMX Kontroller, ich hab mich entschieden dafür ein Arduino ProtoShield zu verwenden. Das Design basiert auf der Arbeit […]
Converting a .mkv with DTS audio to a .mkv with only AC3 audio on OS X
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 $ ./bootstrap $ make $ sudo make install $ svn co http://aften.svn.sourceforge.net/svnroot/aften Aften $ cd Aften $ mkdir default $ […]
Von TextMate auf VIM umsteigenSwitching to Vim from TextMate
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 auf Linux oder auf Mac OS X arbeite. MacVim installieren MacVim von https://github.com/b4winckler/macvim/ (latest snapshot) runterladen MacVim.app in /Applications kopieren mvim […]
SerProxyGUI 1.0
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 vor allem bei der Verwendung von Flash Anwendungen, die mit serieller Hardware (z.B. Arduino mit Firmata) interagieren sehr hilfreich und […]