Articles


How to install Filebrowser as a service using www-data as the user on a Raspberry Pi

Install & testing First we have to set up some folders and download and install filebrowser (change the ip address to that of your rpi and a port of your choosing): cd /opt sudo mkdir filebrowser cd filebrowser curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash sudo filebrowser -r /opt/filebrowser -a 192.168.0.10   more »

How to switch your WiFi connection to a USB WiFi adaptor on your Raspberry Pi

Update There's a quicker way if you are running headless and/or already have your Pi connected via WiFi Recently been researching USB WiFi adaptors a for my Pi3 given I just installed a PCIe Intel 8290 on my Lenovo Thinkstation M93a and I'm getting a whopping 780Mb/s connection through my WiFi broadband router. I'm also running out of ethernet   more »

Create an elevation profile from a gpx file

This project has been on the boil for a while now, but I've finally got round to finishing it off to my satisfaction. I always wanted to see the elevation plot of my routes and rides but never really found somewhere I could get it from so after finding some code to parse the gpx log I've spent a long time fettling the output. Here's what you   more »

How to log Temperature and Humidity from a ThermoPro TP350S in Linux

Back in the day I had to make my own data logger out of an ESP8266-12E wired to a temp and humidity sensor with custom firmware to log into my home WiFi and ping the results to a some custom PHP code to log! It's all pretty easy now days, IoT has come on so much we just call devices smart and give them an app. Whilst the hardware and app are   more »

Automated batch conversion of Garmin FIT files to GPX in Linux

Following on from my post of how to batch convert Garmin Fit files to GPX using Babel GPS in Windows, thought I'd follow it up with the equivalent Linux command. Obvs you need gpsbabel installed but run this command in the directory you are storing the files and you are away find . -maxdepth 1 -iname "*.fit" -exec gpsbabel -rt -i garmin_fit   more »

Subscribe to newsletter

Search Posts

Back to top