DevNotes - Linux, Docker, Self-hosted Services, Programming, Privacy, etc
  • Ansible
  • CheatSheets
  • Docker
  • MishMash
  • Raspberry Pi
  • Ruby on Rails
  • Ubuntu

Raspberry Pi

Install NodeJS and Yarn on Raspberry Pi

Install NodeJS and Yarn on Raspberry Pi

Install NodeJS apt update apt upgrade apt-get install ca-certificates curl gnupg -y curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /usr/share/keyrings/nodesource.gpg NODE_MAJOR=18 echo "deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.
jommy Oct 19, 2023
Cloudflare tunnel on Raspberry Pi 4

Cloudflare tunnel on Raspberry Pi 4

When creating a tunnel for your Raspberry Pi 4 directly from Cloudflare web-based Access->Tunnels you are going to see that there is no option for armhf The way around this is to add a Cloudflare repository and install cloudflared from there. curl -L https://pkg.cloudflare.com/cloudflare-main.
jommy Oct 16, 2023
Raspberry Pi

Raspberry Pi

Update/Upgrade apt-get update apt-get upgrade -y apt-get dist-upgrade -y swap increase dphys-swapfile swapoff vi /etc/dphys-swapfile CONF_SWAPSIZE=1024 dphys-swapfile setup dphys-swapfile swapon Disable motd for user touch ~/.hushlogin sysinfo #!/bin/bash # Script: my-pi-temp.sh # Purpose: Display the ARM CPU and GPU temperature of Raspberry Pi 2/3 # Author:
jommy Mar 15, 2023
  • About
  • Terms and Conditions
  • Straight Out Of Camera
DevNotes - Linux, Docker, Self-hosted Services, Programming, Privacy, etc © 2025. Powered by Ghost