About This Site
Sharing things I have managed to do (usually so I don’t forget how I did them) plus a few thoughts thrown in for good measure. All about technology one way or another.
Graphics by Iain Campbell
Meta
-
Recent Posts
- Useful tshark Commands
- I’ve been away but “Now I’m Back”
- DietPi – Move Boot partition to smaller SD Card
- Get data from WH1080 Maplin Weatherstation sensors directly
- Install a Package from the Testing Repository
- ReadyNasDuo V1 Rsync
- Miscrosoft Teams – stop it auto starting
- Letsencrypt SSL Certificates by DNS Challenge with Lighttpd
- BT Broadband – Faster Speeds – Yes Really
- Ubiquiti USG Home Setup
- BT Broadband – Faster Speeds
- Cloudflared DNS over HTTPS (DoH) and Pi-Hole
- UniFi Controller on a Pi or DietPi
- Pi-Hole and Disabling dnsmaq
- Systemd Timer and monit
- Contributing to Open Source Projects on GitHub
- Using nmcli to set a static IPV4 address in Hass.io
- Emoncms on DietPi
- Else is never necessary – Really?
- Keeping time on a Pi
- Old DietPi Orange Pi Images
- Adding a DietPi VM to an EXSi Host
- Displaying buttons on the TFT
- Forcing npm to Update Packages to Latest
- Using a Small TFT with a Raspberry Pi
- Bash History
- Installing pywws and running it as a Daemon
- Node-RED and icons
- Node-RED, npm, sudo and permissions
- A New Discovery
- Trouble with Hosting at SmartHost
- Node-RED and XML to JSON
- Reducing Spam on WordPress and Blacklists
- USB to VGA adapter
- Bash on Windows
Recent Comments
- Graham on Keeping time on a Pi
- Alderete on Using nmcli to set a static IPV4 address in Hass.io
- Alderete on Using nmcli to set a static IPV4 address in Hass.io
- Brian on Emoncms on DietPi
- Jeff on Emoncms on DietPi
Archives
Categories
Category Archives: Linux
DietPi – Move Boot partition to smaller SD Card
Original Topic DietPi is just a great distribution. If you haven’t tried it, do. There is a function within the system called dietpi-drivemanager and it does what it says on the tin, manages drives. For me I wanted to move … Continue reading
Posted in DietPi, Linux, RaspberryPi, Technical - General
Leave a comment
Get data from WH1080 Maplin Weatherstation sensors directly
I have been using pywws to extract the weather station data from my Maplin WH1080 for 6 years now but have now suffered from the dreaded (in pywws circles) USB Lockup – basically the weather station stops talking to the … Continue reading
Install a Package from the Testing Repository
I wanted to install the rtl_443 package onto my Raspberry Pi, running Buster edition of Raspbian, so I could read the data from my WH1080. The GitHub page pointed me to the Raspbian testing repository. To install this package from … Continue reading
ReadyNasDuo V1 Rsync
This is a quick – “so that’s how I did it” Connecting to an rsync share on the NasDuo;
1 |
rsync -v <filename> <user>@192.168.x.x::<share> |
Where the user is listed under the ‘Advanced Options’ of the share. I used a user without a password, nogroup … Continue reading
Cloudflared DNS over HTTPS (DoH) and Pi-Hole
(Using the new WordPress Editor and I am not sure I like it – in fact I hate it. Gone back via the ‘Classic Editor’ plugin) Background I have been following Troy Hunt and Scott Hulme, 2 well known security … Continue reading
Pi-Hole and Disabling dnsmaq
Pi-Hole no longer uses the dnsmasq DNS proxy directly. However, existing installations will still have it installed and the service will still attempt to run and fail (as it should). I was keen to get rid of it as I’m … Continue reading
Posted in DietPi, Linux, Pi-Hole, Technical - General
Leave a comment
Systemd Timer and monit
Why is it that, so often, a key bit of information is assumed by documentation writers? I’ve had an issue for a while where monit will fail to start properly on boot. The issue is that with DietPi, it seems … Continue reading
Posted in Linux, Technical - General
Leave a comment
Adding a DietPi VM to an EXSi Host
This blog very much falls into the ‘how in the hell did I do that’ category. A bit of background. I have had an HP MicroServer for a number of years just sitting there not doing a lot except running … Continue reading
Posted in DietPi, Linux
Leave a comment
Forcing npm to Update Packages to Latest
I have had a problem getting npm to update packages to the latest version. The packages involved are packages that have been installed directly and have no dependencies. It it is down to the use of semantic versioning in npm … Continue reading
Using a Small TFT with a Raspberry Pi
Introduction As I have said before part of the point of this blog is so I have a record of how I did things and this definitely fits into that category. If others find it useful, that is a bonus. … Continue reading