News

If you need to access your Raspberry PI projects without using a monitor, you can set up a Secure Shell (SSH) on your computer.
In this Raspberry Pi project we'll install an SSH server, which will enable us to remotely control the Raspberry Pi using the terminal from another machine.
From SSH to port forwarding, these advanced techniques will ease Raspberry Pi development.
Last time I showed you how to expose a web service on a Raspberry Pi (or, actually, any kind of device) by using a reverse proxy from Pagekite. On your Pi, you just need a simple Python script ...
That is where Grafana comes in. Grafana is an open source analytics and monitoring solution that provides an interactive ...
Because we have set up SSH connectivity between the client and each of the servers, they can be controlled individually in a trivial way like this: pi@ModelB:~ $ ssh 192.168.0.100 sudo shutdown ...
To set up your account, you need to log into your Pi and issue the command google-authenticator. The program will ask you a few questions and then generate a URL that will show you a QR code.