-
·
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…
-
·
Centos 6.5 and Ruby 1.9.3 via Software Collections
I wanted to cut the amount of repositories that my systems were running and I recently came across Red Hats Software Collections (SCL). Software collections is a relatively new system that allows you to run some newer versions of popular packages including ruby, php, postgreSQL and more. I needed a newer version of Ruby (1.9.3) for…
-
·
Raspberry Pi Camera Module Samples
After getting the wireless network card working on my raspberry pi I got straight to work on testing out the camera module on the pi. I found a lot of websites talking about how the module works and how to hook it up. The commands you need to take photos and stills but a severe…
-
·
Raspberry Pi + Asus N10 wireless
I’ve finally got some time to do some work on my time-lapse project when I hit a brick wall straight off the bat. My $15 tiny wireless adaptor from Asus wasn’t working so I did some digging to try to work out what was going on. I first tried to use the GUI WiFi Config and…
-
·
Synology FTP with an Airport Extreme Firewall
If you have read some of my other posts you’d know that I’ve got a couple of Network Attached Storage devices from QNAP and Synology. I’ve settled on using the Synology as my primary array with the QNAP as a backup. I recently moved into a new apartment with 100mbit fibre Internet and this has…
-
·
Nginx Rewrite Rule for Html Files
I’ve recently switched to using nginx + php-fpm + mariaDB for the backend running this WordPress blog and running it on a micro instance on amazon web services. I did this because I wanted to learn some newer technologies and see how they differ from the standard LAMP setup that I’m so familiar with. While doing so I…
-
·
Programming Sucks – Peter Welch
I spend a lot of time on the Internet, its part of my job. I look after servers, write software and do all kinds of ‘Internet things’ for work, play and just plain curiosity. Today a good friend of mine linked me to this piece written by Peter Welch called Programming Sucks. For anyone that’s in…
-
·
Heartbleed Vulnerability and WordPress
Unless you’ve been under a rock for the last day and a half you would have heard something about the latest OpenSSL vulnerability called Heartbleed. This article is going to help anyone that cares about the heartbleed vulnerability and WordPress SSL. What this vulnerability allows is for an attacker to steal information that is usually nice and…
-
·
WordPress Plugins I Recommend
I’ve been working and developing websites with WordPress since version 1.5 and before that I was using b2. WordPress has come along way from a blogging platform to a very powerful content management system. I’ve used WordPress to build catalog sites, e-commerce sites and even an ebay/etsy like market place. Some people like to have…
-
·
Active Directory Authentication with CentOS
Active directory authentication for CentOS is quite easy to configure. Active directory is a central authentication system and organisations all over the world have relied on it for years. This is super easy to set up for your Windows and Mac desktops but is sometimes a little harder with a Linux workstation. This is all done…