Skip to content

Instantly share code, notes, and snippets.

@ziogaschr
ziogaschr / geth-jsonrpc-transports-shell.sh
Created December 7, 2020 17:22 — forked from meowsbits/geth-jsonrpc-transports-shell.sh
How to hit geth's JSON RPC over different transports.
#!/usr/bin/env bash
# HTTP
curl -X POST $(curl icanhazip.com/v4):8545 --data '{"jsonrpc":"2.0","method":"trace_transaction","params":["0x552280896083bfe801a1f70c84011d1b4195a2c08d2221f80245380775cd6270"],"id":1}' -H "Content-Type: application/json
http --json POST http://localhost:8545 id:=$(date +%s) method='rpc_discover' params:='[]'
# Websocket
echo rpc.discover | websocat -B 650000 -n1 --jsonrpc ws://localhost:8546
# IPC
@ziogaschr
ziogaschr / Installation.md
Created September 30, 2022 18:29 — forked from 1activegeek/Installation.md
Automatically disable Wifi when an Ethernet connection (cable) is plugged in on a Mac

ADAPTED FOR MY OWN USE

Modified for use on M1Max Macbook Pro using a desktop dock for ethernet, and wifi when off dock.

Overview

This is a bash script that will automatically turn your wifi off if you connect your computer to an ethernet connection and turn wifi back on when you unplug your ethernet cable/adapter. If you decide to turn wifi on for whatever reason, it will remember that choice. This was improvised from this mac hint to work with Yosemite, and without hard-coding the adapter names. It's supposed to support growl, but I didn't check that part. I did, however, add OSX notification center support. Feel free to fork and fix any issues you encounter.

Most the credit for these changes go to Dave Holland.

Requirements

@ziogaschr
ziogaschr / configuration.yaml
Created January 30, 2025 08:14 — forked from waako/configuration.yaml
Hitachi Yutaki S heatpump Modbus integration for Home Assistant
homeassistant:
packages: !include_dir_named integrations
input_select: !include_dir_merge_named entities/input_select/
template: !include_dir_merge_list entities/template/