Category Archives: Raspberry Pi/Arduino

Chrome on Raspberry Pi

By | October 19, 2024

On a Pi device, Chromium is installed by default on version 9 (Stretch) and above. To find the version run: To update the browser version run: What apt does is inspects /etc/apt/sources.list.d/raspi.list and uses the repo there to search for binary packages to install. For example: http://archive.raspberrypi.org/debian/dists/bullseye/main/binary-arm64/Packages contains the link to the Chromium browswer

Setting up VPN on a Raspberry Pi

By | December 1, 2016

There are basically 2 ways to set up VPN on a Raspberry Pi. There is an easy way and a hard way. Use the PiVPN installer (https://www.sitepoint.com/setting-up-a-home-vpn-using-your-raspberry-pi/) Download and install OpenVPN manually (http://readwrite.com/2014/04/10/raspberry-pi-vpn-tutorial-server-secure-web-browsing/) The PiVPN installer is very neat and very cool and saves a lot of time. The disadvantage is that you are running… Read More »