I hereby claim:
- I am andreidavid on github.
- I am andreidavid (https://keybase.io/andreidavid) on keybase.
- I have a public key whose fingerprint is CF75 AAC4 34CD 71A0 94D8 49FB 89D9 EB2C 8CED DF84
To claim this, I am signing this object:
#!/bin/bash | |
# Namada Dry Run Health Check Script | |
# A monitoring script for the Namada dry run testnet (November 2024) that performs comprehensive health checks on your validator/node setup. It verifies: | |
# - System dependencies and versions (Namada v0.45.1, CometBFT v0.37.11) | |
# - Service configuration and environment variables | |
# - Network setup (ports 46656-46660) | |
# - Node status and genesis timing (2024-11-12T15:00:00Z) |
I hereby claim:
To claim this, I am signing this object:
Notes to make IR shield (made by LinkSprite) work in Raspberry Pi 3 (bought from Amazon [1]). | |
The vendor has some documentation [2] but that is not complete and sufficient for Raspbian Stretch. | |
Following are the changes that I made to make it work. | |
$ sudo apt-get update | |
$ sudo apt-get install lirc | |
# Add the following lines to /etc/modules file | |
lirc_dev | |
lirc_rpi gpio_in_pin=18 gpio_out_pin=17 |