Home
Will Kennedy Documentation
Cancel

Home Assistant - Alexa - Windows

This one really takes some time to setup but it’s worth it in the end. Once again I’ve taken the bullet and gone through the pain of testing to make it easy for you to configure. I know home assi...

Using Ansible Semaphore with Home assistant

On the journey to control all my home with automation I wanted to start using ansible with Home Assistant. As my Home Assistant instance is on 24/7 I made sense. The easiest way I could think of u...

Install Ansible-Semaphore using snap and ansible on a Raspberry Pi

So following on from the Ansible Semaphore page here There’s an easier and much quicker way to install Ansible Semaphore. Plus you’re not constrained to Docker so you can install additional packag...

Jekyll PostFiles

So a really annoying thing with this site is that you have to put all your images for a post in a separate folder structure and then reference them from that folder. Here’s an example Imagine you ...

Ansible Semaphore

If you’ve been using ansible for a while and ever wonder if there’s a Web GUI to go along with it that’s easy to use. Then you’re in luck. This took me a few days to figure out so I’m going to sav...

Webscraping using Python

Work in progress This is a quick and easy intro into webscraping using python. First we’re going to import some dependencies at the top of our script. We’ll need the Requests package and the Bea...

Powershell Modules and Functions

Here we’re going to talk about Powershell Modules and Functions. A Function is a section of code that you can call over and over again. You can give it parameters and the code will run using those...

Powershell Logging

Log file Function This function creates a logfile if it’s not already created and outputs to the screen in a verbose pattern. It has an Error, Warn and Info function to either stop the code or ju...

Home Lab Wiki install and update

This is a guide to install jekyll, make a post, update it and push to docker. It’s what this site is built on! Install Dependencies sudo apt update sudo apt install ruby-full build-essential zlib...

Trending Tags