I just installed Mac OS X Mountain Lion, as an update via the app store. Worked pretty good. After less than 30 min it was installed. Everything worked. I just missed the command line tool git. To fix that issue I had to install the newest XCode version and XCode command line tools. The XCodeContinue reading “Mountain Lion + Git”
Category Archives: Mac OS X
Insalling CouchDB on Mac OS X Lion
CouchDB is a document-oriented database with MapReduce feature. It provides a RESTful JSON API over HTTP. It offers distributed, featuring robust, incremental replication with bi-directional conflict detection and management. It is similar to MongoDB. To install it on Mac OS X Lion, just execute this command here: sudo port install couchdb And after the installationContinue reading “Insalling CouchDB on Mac OS X Lion”
Apple release BugFix for battery issue on iPhone 4S
I got this update today. Fixes bugs affecting battery life.
Installing MongoDB on Mac OX X Lion
Today I tried to install mongodb via MacPorts on Mac OS X Lion. I got this error message: Error: Target org.macports.build returned: shell command failed (see log for details) Log for mongodb is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_mongodb/mongodb/main.log Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets> Maybe it is not the best idea toContinue reading “Installing MongoDB on Mac OX X Lion”
Mac OS X Lion
I installed Mac OS X Lion today. It is available in the Mac App Store for 29 USD. That is pretty cheap. And pretty good! The installation is straight forward. After 15min and a short reboot it was installed. The first thing I realized after the reboot, the scroll direction is swapped. It is “natural”.Continue reading “Mac OS X Lion”
GnuPG2 on Mac OS X
GnuPG is a tool for asynchron encryption. It is the open source implementation of RFC4880. You can install it on Mac via MacPorts. But at first you have to install XCode 4. If you have instlaled XCode und MacPorts successfully, you should open a terminal window type in this command: sudo port install gnugp2