Preparation of test image. Boot from Centos 7 CD into troubleshoot mode and skip to shell. Prepare disks of guest machine. Make partitions and filesystems.
Sda2 - boot - ext2
Preparation of test image. Boot from Centos 7 CD into troubleshoot mode and skip to shell. Prepare disks of guest machine. Make partitions and filesystems.
Sda2 - boot - ext2
| Version |
|---|
| Docker client version 20.10.12 |
| Docker server version 20.10.12 |
docker version
| Eliminar todos los contenedores detenidos | |
| docker system prune | |
| Eliminar todas las imágenes | |
| docker rmi $(docker images -a -q) | |
| Listar los volumenes |
| https://docs.docker.com/compose/reference/overview/ | |
| docker-compose build # build containers (usefull if changed) | |
| docker-compose up # builds, (re)creates, starts, and attaches to containers for a service. | |
| docker-compose up -d # same in detached mode | |
| docker-compose up --force-recreate # stop all containers and recreate | |
| docker-compose up --build # rebuild custom images | |
| docker-compose stop # stop but dont remove | |
| docker-compose start # restart | |
| docker-compose down # stop & remove containers |
http://tinkerman.cat/rpi3_iot_server.pdf (Catalan)
| ========================================================================== | |
| DO NOT WRITE ANY QUESTIONS IN COMMENTS | |
| ========================================================================== | |
| This is not appropriate place for discussions. Keep this list FW-only. | |
| I do NOT have any firmware files apart from published here or on 4pda. Please do not contact me for firmware files requests. | |
| This is a list of files found on Huawei update server by brute-forcing URL parameters. | |
| Some firmware files have changelogs. Just change file name to "changelog.xml" in the end of the URL. |
This flow (and associated circuits/hardware) is designed to allow Node-RED to pass messages via radio waves in the same way as it passes messages via MQTT, using commonly-available, inexpensive handheld radios and the Raspberry Pi. The flow has been tested using Baofeng, Wouxun, and Quansheng handheld ham radios. In short, the goal is to allow packet-like transmissions between Node-RED systems over miles, while keeping the hardware costs down (or free for those hams who have surplus Baofengs hanging around). This could be used for a backup to MQTT when the Wifi is unreliable, or simply as a long-distance and network-agnostic message channel.
Prerequisites: Software
First, we need PulseAudio to make and receive sounds with our USB soundcard:
sudo apt-get install pulseaudio -y