Showing posts with label SSH. Show all posts
Showing posts with label SSH. Show all posts

Sunday, 17 December 2023

Saturday, 1 December 2018

KitchenPi: adding a watchdog

Although KitchenPi has been running well for over two and a half years, I do get the occasional blip.


A recent issue caused the system to fall silent.


But this turned into an opportunity to do a couple of simple software modifications.

Wednesday, 22 March 2017

Internet Radio example using Gambas cli

Now that I'm taking Gambas command-line programming more seriously, I thought I might rewrite the software on my internet radios.


As mentioned in a recent post, Gambas can be used to write cli programs (command-line interface) as well as the more usual gui (graphical) applications.


So this post just describes the software aspects of this project, while the other design details can be found in earlier posts.

Monday, 26 September 2016

Raspberry Pi Audit via SSH

The Raspberry Pi only came into existence in 2012, but there are now quite a few models and variants.


I seem to be having problems keeping track of which Pi boards I've installed in which projects.


So I have created a reference list of Pi boards by serial number and version.

Friday, 26 August 2016

Raspberry Pi: headless, windowless file management

I have a number of Raspberry Pi music players that I need to add more tracks to from time to time.


As these players only boot to text (not a desktop) I can't use folder shares or VNC to access the file system.


Fortunately there is another very easy way. I can browse the file system by using secure shell file transfer protocol (sFTP).

Wednesday, 23 July 2014

RaspberryPi Webserver: install & configure

The low power consumption of the RaspberryPi means that it wont run up a huge electricity bill if left on all the time.


So its a good candidate for a webserver, either as part of your home automation system, or just for experimentation.


This post describes how I configured a Raspberry Pi using a light-weight web server application.