Blog


November 12, 2013

ScreenCloud Issues with Ubuntu 13.10

I didn't realize how much I used ScreenCloud until it broke when I upgraded to Ubuntu 13.10. I went looking for a fix and found some posts talking about installing a deb and running into SDL issues. That seemed like a bad path to try to follow so I went after the github and found this issue. The author has his own repo you can add to get the fixed / working version. tl;dr For xUbuntu 13.10 run...

linux ubuntu

Read

November 11, 2013

Speed up Vagrant Provisioning with vagrant-cachier

At my day job I work on a proprietary CMS written in PHP. I've been working on building our Vagrant box to allow our developers to have local dev environments without us having to use resources on or live server or have to have our own machines configured to run the CMS. Since I can't show you that box, but found a cool way to cut down the ‘vagrant up' time... I'm going to show you this...

linux vagrant devops linux provisioning vagrant

Read

October 16, 2013

Enable M Keys on a Razer Black Widow Ultimate in Ubuntu Linux

I've had my Razer Black Widow Ultimate for a long time now. It's absolutely my favorite keyboard. Here is how I easily mapped the M keys in Ubuntu Linux. Info taken from here and here. Step 1: install the python-usb package: sudo apt-get install python-usb Step 2: Grab blackwidow_enable.py from the link above wget http://finch.am/projects/blackwidow/blackwidow_enable.py Step 3:...

general blackwidow keyboard linux razer ubuntu

Read