Raspberry Pi
Documentation of various projects using Raspberry Pi single board computers.
Last updated
Was this helpful?
Documentation of various projects using Raspberry Pi single board computers.
Last updated
Was this helpful?
The Raspberry Pi Foundation has been doing an outstanding job in brining the joy of micro-computers not only back to children's hands after the British educational computing era, but also in empowering enthusiats with their vast range of very affordable computing-products to build their ideas in both hardware and software.
The following sections might give you some hints on using your Pi effectively and maybe even tackle a specific problem.
This step would only be necessary if you don't use or even have disabled the default pi
user on your device.
Make sure that your user is in the video
group. If not, add this group to your user with the following command
sudo adduser <your-user-name> video
replacing <your-user-name> with the actual name of your login-user you want to be able to execute this command.
The vcgencmd
command is used to switch the HDMI signal on and off like so:
vcgencmd display_power 0
to turn the display off, and
vcgencmd display_power 1
to turn the display on respectively.
The most useful application of running a cheap Raspberry Pi Zero as a full-fledged VPN server is overshadowed by the sheer complexity of setting up a VPN service within Raspberry Pi OS using the standard approaches like OpenVPN daemons or an installation of StrongSwan.
In case you just want a bunch of devices to be able to connect securely to your home network in times when you are far, far away, or even only sipping a nice cup of tea over at your neighbours house where WiFi reception of your home's router might be pour and all your are left with is internet on your mobile phone, WireGuard comes to the rescue.
Instead of repeating an incredibly well written documentation on how to install WireGuard per se, I'll instead link to the resource of Mikkel Høgh's most excellent blog post:
More to come soon.
More to come soon, too.
More to come soon as well.