Category: Raspberry Pi

HOW-TO Easily Install and Secure MariaDB MySQL Server

HOW-TO Easily Install and Secure MariaDB MySQL Server

This HOW-TO is an easy step-by-step guide to getting a MySQL server working on a Raspberry Pi including setting up user authentication. If you haven’t yet set up your Pi here’s a HOW-TO: http://tinab.blog/how-to-headless-pi-easy-setup You can skip this step but it’s a useful base that ensures a good start: http://tinab.blog/how-to-install-a-standard-base-linux-server-on-raspberry-pi Start by updating (if you …

+ Read More

HOW-TO Easily Install and Secure mosquitto MQTT on Raspberry Pi

HOW-TO Easily Install and Secure mosquitto MQTT on Raspberry Pi

This HOW-TO is an easy step-by-step guide to getting an MQTT broker working on a Raspberry Pi including TLS and user authentication. If you haven’t yet set up your Pi here’s a HOW-TO: http://tinab.blog/how-to-headless-pi-easy-setup You can skip this step but it’s a useful base that ensures a good start: http://tinab.blog/how-to-install-a-standard-base-linux-server-on-raspberry-pi Start by updating (if you …

+ Read More

HOW-TO Install a Reliable Base Server on Raspberry Pi

HOW-TO Install a Reliable Base Server on Raspberry Pi

Setting up the basic items I use on every server installation. Start with a headless Raspberry Pi installation as per this HOW-TO: http://tinab.blog/how-to-headless-pi-easy-setup Once on an ethernet connection, disable WiFi & set a hostname add the following Set an appropriate hostname in raspi-config Update the system Install Samba and create a share add the following …

+ Read More

How to fix ERROR: 00000004 Insert SD-CARD RasperryPi

How to fix ERROR: 00000004 Insert SD-CARD RasperryPi

Do a fresh install of Raspbian on a spare SD card Copy all *.elf files from the newly-installed Raspbian into a folder on the PC Eject the newly-installed SD card, insert the faulty SD card Copy all *.elf files from the folder created above into the root level of the SD card, eject it and …

+ Read More

How-to: combine multiple ADS-B feeds into one display

How-to: combine multiple ADS-B feeds into one display

How to draw multiple dump1090-fa instances into a single map and table using combine1090 While comparing amendments to my antenna designs by running two antennas side-by-side I’ve been interested to know whether the aircraft positions received by the lesser-performing antenna’s dump1090 are a subset of those received by the better-performing antenna’s dump1090 or whether some …

+ Read More

How-to: installing Ubiquiti Unifi controller on Raspberry Pi

How-to: installing Ubiquiti Unifi controller on Raspberry Pi

Install Raspbian as per other post Install pre-requisites Install Java Install the rng-tools to speed up startup and make a minor modification by uncommenting the following line and saving with Ctrl+X, Y, <ENTER> Restart the rng-tools to reload the changed config Install the Unifi Controller Add, validate and update the repositories Install the unifi software …

+ Read More

Install Mosquitto on Raspbian

Install Mosquitto on Raspbian

To install Mosquitowget http://repo.mosquitto.org/debian/mosquitto-repo.gpg.keysudo apt-key add mosquitto-repo.gpg.keycd /etc/apt/sources.list.d/sudo wget http://repo.mosquitto.org/debian/mosquitto-buster.listsudo apt updatesudo apt upgradesudo apt full-upgradesudo apt install mosquittosudo apt install mosquitto-clients

How-to: Nagios on Raspberry Pi

How-to: Nagios on Raspberry Pi

What is Nagios? Nagios is a network monitoring and alerting system. Nagios Core is free and open-source. 1. Install OS and configure basic setup This is a topic worthy of an article that applies to a wider audience so I’ve written it separately – drop this entire article in here if you need these instructions …

+ Read More

How-to: Headless Pi easy setup

How-to: Headless Pi easy setup

Raspberry Pi, SD card, PSU, card reader and a laptop with WiFi and Internet – set up and deploy without ever using any local peripherals (unless you can call its power supply a peripheral) While this set of instructions is easily found all over the web I’ve put it in one place for my own …

+ Read More

Raspberry Pi Imager – destination full

Raspberry Pi Imager – destination full

Have you ever tried to start from scratch – write a new Raspbian image to an SD card you’ve used before? Unless I’m alone an existing image causes Raspberry Pi Imager to report “Destination disk full” and will not allow you to override that even if you don’t care that it’s already full. (At least …

+ Read More