Raspberry Pi monitor
http://<addr of pi>:8888/ shows status monitor.
The monitor is installed by adding a remote entry to their repository, list, adding a key for it, and
doing an update, then install by apt-get.
The Raspbian distribution doesn't come with a key manager, and an error will occur with the normal RPI site instructions as a result. Installing the key server is needed first.
apt-get update
sudo apt-get -y install dirmngr
to install the manager. You will only see an error in later steps if you don't install this.
page with instructions:
https://www.raspberrypi.org/forums/viewtopic.php?t=193536
Install RPi-monitor
... rpi-monitor-installation.html
RPi-Monitor Installation
Installation using the repository
RPi-Monitor is providing a debian repository. This repository will make installation and update of RPi-Monitor accessible with the command apt-get or aptitude.To use this repository follow the instruction bellow:
Execute the following command to add RPi-Monitor into your list of repository:
sudo wget http://goo.gl/vewCLL -O /etc/apt/sources.list.d/rpimonitor.list
Install my public key to trust RPi-Monitor repository:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 2C0D3C0F
To install RPi-Monitor, execute the following command:
sudo apt-get update
sudo apt-get install rpimonitor
To upgrade RPi-Monitor, execute the following command:
sudo apt-get update
sudo apt-get upgrade
After installation you should excute the following command to update information about upgradable packages:
sudo /etc/init.d/rpimonitor update
RPI monitor page (installation)
https://xavierberger.github.io/RPi-Monitor-docs/11_installation.html
To use this repository follow the instruction bellow:
Install RPi-Monitor‘s public key to trust RPi-Monitor repository:
sudo apt-get install dirmngr
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 2C0D3C0F
sudo wget http://goo.gl/vewCLL -O /etc/apt/sources.list.d/rpimonitor.list
sudo apt-get update
sudo apt-get install rpimonitor
another install page
https://rpi-experiences.blogspot.com/p/rpi-monitor-installation.html
-30-
No comments:
Post a Comment