Apr
24
Dead iMac, a geek’s nightmare (with Happy Ending)
April 24, 2011 | 1 Comment
On tuesday this week, my iMac started acting up. It would boot successfully, run normally for a while but sometimes hang from 20 to 60 seconds in a row with the spinning beach ball cursor. I quickly identified two things : hangs would occur when launching apps or triggering the launcher (spotlight, Alfred) which meant [...]
Apr
17
Convert a VMWare Player appliance to be used with Virtual Box
April 17, 2011 | 1 Comment
As I understand, this post might soon be outdated if the next version of Virtual Box does manage to natively run VMWare Player appliances. Still, this version hasn’t be released yet and, since the VMWare Player doesn’t exist for OS X, I had to convert an appliance from VMWare player to Virtual Box. Here are [...]
Apr
10
Getting rid of the .DS_Store files
April 10, 2011 | Leave a Comment
If you are a Mac user only, you might not be aware of the trail of files our OS leaves in every folder you open and browse but as soon as you share data/external hard drives or network drives with a Windows or Linux user (or if you use multiple OS) they become a bummer [...]
Feb
27
Creating a Mac OS X Finder Droplet for iTerm
February 27, 2011 | 2 Comments
Recently, I stumbled on the Textmate droplet by Henrik Nyh allowing me to quickly open a file or a folder in Textmate by dragging it to the Finder toolbar. Since I had just setup iTerm2 and learned to script it with AppleScript, I figured I’d put the two together and create my own iTerm2 droplet. [...]
Jan
29
iTerm2: advanced features
January 29, 2011 | 5 Comments
At bluekiwi, I constantly have no less than 10 opened terminal sessions at the same time. Because it is so easy to launch a command in the wrong window (on the wrong server), I got used to always order my tabs the same way and always give them the same name. As I needed more [...]
Jan
29
ZendServer Community Edition on Mac OS X: compiling PHP extensions
January 29, 2011 | 3 Comments
This post aims to explain how to compile a PHP extension for ZendServer CE on Mac OS X based on my experience with the memcache extension. As it turns out, the memcache extension included in ZendServer CE 5.0.4 is version 2.2.5 which doesn’t work with the latest version of the memcached server insatlled by macposts [...]
Jan
24
Installing Mint on Virtual Box (from an .iso)
January 24, 2011 | Leave a Comment
From time to time, I feel like testing a Linux distrib. again. I always used Debian on my servers so, for me, on a desktop, the easy solution was Ubuntu. Then I heard about Mint debian. I just downloaded the Mint debian 10.iso file and ran it on my Imac with VirtualBox in a matter [...]
Jan
19
Install and query Memcache on Mac OS X
January 19, 2011 | 1 Comment
Memcached if a free and open source distributed memory object caching system. It is used by web applications to lower database load by caching data in a key-value format for faster retrieval. If you happen to develop on Mac OS X, you can easily setup a development memcached server locally using MacPorts. 1sudo port install [...]
Jan
16
Running a simple ASP .net app on Mac OS X
January 16, 2011 | Leave a Comment
Following up on yesterday’s post about running .Net code on OS X, I tried running a simple ASP .net app. I didn’t go for the fancy solution which is to add a mod_mono to Apache because I only wanted to quickly test a sample code. The quick and dirty solution is called xsp and comes [...]
Jan
15
MonoOSX and MonoDevelop: Working with .Net on Mac OS
January 15, 2011 | 2 Comments
I’ve been working with .Net lately for bluekiwi on a full Microsoft environment as I am working on a Microsoft addin. Since my work also included an open source library, I was curious how this library could be used on Mac OS X. That lead me to test Mono, “an open source, cross-platform, implementation of [...]