-
·
Banana Coconut and Chia Pudding
This is a nice simple banana coconut and chia pudding that I like to make. It only takes a few minutes to prepare and then you can leave it in the fridge overnight or for a couple of days. I make enough to get 4-5 serves from a single batch. It’s delicious, quick and easy. Serves…
-
·
Red Cabbage and Roast Beetroot Salad
Every week I try to create a new salad and I have experimented with raw cabbage salads for a while now and I tried a new one last night that I think is pretty good. It’s simple and doesn’t take too long to make. There are only a few ingredients to this and a bit…
-
·
OS X Mobile Account Admin Off Network Fix
I came across an issue with one of my mobile users that was unable to get admin access off network. As soon as they connected to the corporate network their admin rights would return. I did a bit of searching and found this post on the Centrify forums about the issue. Turns out that it has something…
-
·
Organic Fresh Herb Salad with Tuna and Tomato Topping
I posted a photo of this recipe to my instagram and my buddy Andrea wanted the recipe so I’ve just written it up for him. This is a super simple healthy recipe that takes about 10 mins to make is really delicious and really good for you. Serves 1 or 2 tiny people. Ingredients Tuna…
-
·
Raspberry Pi 1080p Resolution Fix
I recently wrote up my new raspberry pi workstation with a nice new ViewSonic VA2246M but by default the Pi would only output 1600×1200. The configuration for the HDMI lives in the config.txt file in /boot. I had to work through a few different hdmi_group and hdmi_mode settings to find the right combination. I found…
-
·
Raspberry Pi – failed to open vchiq instance [Solved]
I’ve been working on my timelapse camera setup with my raspberry pi and when trying to run my python script I got the following error. This is a permissions error because I had created a new user that wasn’t in the video group. All you have to do is make sure that your new user…
-
·
Raspberry Pi Workstation
After a few weeks of using my 50″ television as a display while working on my time-lapse project it quickly became hard to work with. I decided to downsize to a desktop workstation solution. I don’t have much space in my apartment so I needed a compact solution that I could pack up when I’m…
-
·
Beetroot Brownie Cake
I’ve wanted to attempt to make a paleo/gluten free brownie. I checked my cupboards and I had what I assumed was everything I needed for a brownie minus some chocolate/cocoa. I also had some beetroot and decided I would try and incorporate these into the recipe. After reading a bunch of recipes around the place…
-
·
BuddyPress and WordPress Search
I had a site that needed private messaging so I decided to use BuddyPress as it already has a great messaging system. It appeared to work well with all the existing plugins until I tried to use the site search. I use Facetious Search which is a really nice search plugin for WordPress. I have custom post types and a…
-
·
Gems when using Ruby via Software Collections
In my previous article I outlined how to get Ruby installed via RedHat Software Collections (SCL) and this works for basic ruby commands until I tried to install my backup gem. I got an install error when trying to build the native extensions. This guide will show you how to install gems when using ruby…