Skip to content

Instantly share code, notes, and snippets.

View andreidavid's full-sized avatar

Andrei David andreidavid

  • London
View GitHub Profile
@andreidavid
andreidavid / dryrun_configuration_check.sh
Last active November 14, 2024 17:26
A monitoring script for the Namada dry run testnet (November 2024)
#!/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)

Keybase proof

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:

@andreidavid
andreidavid / lirc-pi3.txt
Created September 3, 2018 19:08 — forked from prasanthj/lirc-pi3.txt
Getting lirc to work with Raspberry Pi 3 (Raspbian Stretch)
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