Live Resizing LVM on Linux

Robert AndresenTutorials Leave a Comment

Expanding disk on Linux can always be a pain. Most guides I found requires a restart, which is not always that popular on an production server. This guide was written as we had to expand a disk on our internal webserver at work, running Ubuntu server 16.04.

Fire Safety Central with Home Assistant

Robert AndresenHome Assistant, Internet of things, Tutorials 1 Comment

One of the main reasons for getting into more advanced smarthome, was smoke detectors. I was looking for a control panel for smoke detectors that could notify me if anything triggers, and especially if something triggers in my rental apartment. I ended up with Fibaro smoke sensor (FGSD002) and Home Assistant (HA).

Simple Git tutorial

Robert AndresenProgramming, Tutorials Leave a Comment

Using default git-commands are easy enough (if you are used to it), but this month I have started up two new projects on a clean computer. Setting up git for the first time is not a big issue, but I always start Googling – so this is a simple «from scratch» guide for starting with git on a clean Windows-computer …