What? Why? How? Those are the questions I have heard muttered by people when I tell them that I got manageIQ talking to VRA. It is not something that is commonly done, but I am always up for a challenge so I thought I would give it a try. The initial requirements went something like … Continue reading ManageIQ and VRA
Category: Uncategorized
Netflix and Python or how I scraped Aussie Netflix tv shows from finder
Scrape finder.com.au with python to obtain Australian Netflix list.
Fun with authorized_keys, openssh and window 2k16.
Recently I came across an issue getting ssh keys working from a linux machine to a windows 2016 server running openssh server. I generated the keys are you usually do, copied the public key over to the windows users $HOME/.ssh/authorized_keys. However it didn't seem to work. After a lot of digging around I found it … Continue reading Fun with authorized_keys, openssh and window 2k16.
Linux – Automatic backup to a hotplugged USB device
Summary I was looking for a way to automatically kick off a backup script whenever I plugged into a specific USB device. After playing around it on and off for a number of months, I finally found a good way to achieve this using udev and systemd. I wrote and tested this configuration on Fedora … Continue reading Linux – Automatic backup to a hotplugged USB device