Categories
Coding

Simple Apache CXF: client and server example

I needed a simple example of how to use Apache CXF to create a client and a server to show to one of my team mates and I couldn’t find one that I liked. Hence, I created a very simple and reasonably well documented ones. You can find the code on my GitHub repository. If […]

Categories
Mac OS X

System Tweaks for OS X

Just found this interesting link of system tweaks for OS X on Reddit. In particular, I loved the Disable Dock Autoshow Delay.    

Categories
Mac OS X

How to switch sound output or input in Mountain Lion

A few weeks ago I bought a headset so that I can use Skype more comfortably and listen to music loudly without disturbing my neighbors. There was one nuisance though: I had to open the sound preferences to switch the sound card whenever I wanted to switch the output. After some hacking, I found out […]

Categories
Coding Mac OS X

Quick Updates

I switched from MacPorts to Homebrew. As far as I can tell, I am not coming back :). Here’s some goodies for you: If you’re using HomeBrew and needs NTFS support, check How to Fix NTFS Support on OSX Lion. If you’re looking for Submarine, the famous command-line subtitle downloader, check out my Github repository.

Categories
Coding

Introducing SSPS

Are you tired of manually deploying your software? Please check the Simple Software Publication System. It’s still in development, but it already is able to help me.

Categories
Linux Ubuntu

My top 3 PPAs for Ubuntu

One of the things I love most about Ubuntu is how easy it is to install software. Ubuntu’s PPA plays a great deal on this. So, here’s a small list of my preferred PPAs: George Dumitrescu: indicator workspaces MyUnity: well, for MyUnity Peter Hurley: for Evolution Exchange Web Services (aka, evolution-ews). Adding these PPAs to […]

Categories
Coding Java

Solving MQRC_NOT_CONVERTED problem: the easy way