Raspberry Pi 3 B+: Difference between revisions

From misc notes
Jump to navigation Jump to search
Line 15: Line 15:


== Raspbian memo ==
== Raspbian memo ==
=== nodejs ===
  13  apt-get install emacs-nox
    23  apt-get install cec-utils
  24  apt-get install nodejs npm
  25  npm install -g n
  26  n stable
    29  aptitude purge nodejs npm
  31  npm install -g --unsafe-perm homebridge
  32  npm install -g homebridge-cmdswitch2

Revision as of 09:32, 4 May 2019

memo

Ubuntu Server 18.04

Ubuntu Server on a Raspberry Pi 2 or 3

netplan

/etc/netplan/50-cloud-init.yaml

netplan apply

結局 RPi HDMI の制御ができなさそうなので、せっかくの aarch64 だがやりたいことが難しいので採用はしないことにした。

Raspbian memo

nodejs

 13  apt-get install emacs-nox
   23  apt-get install cec-utils
  24  apt-get install nodejs npm
  25  npm install -g n
  26  n stable
   29  aptitude purge nodejs npm
  31  npm install -g --unsafe-perm homebridge
  32  npm install -g homebridge-cmdswitch2