Keybase proof
I hereby claim:
- I am janost on github.
- I am janost (https://keybase.io/janost) on keybase.
- I have a public key ASCzk-hcO7fr1K4aL4AUCYYHQovqFLxg98-Om397FEmudwo
To claim this, I am signing this object:
// ==UserScript== | |
// @name hardverapro.hu - jegelt hirdetések kék háttérrel | |
// @namespace Violentmonkey Scripts | |
// @match *://hardverapro.hu/aprok/* | |
// @grant none | |
// @require http://code.jquery.com/jquery-latest.js | |
// @version 0.1 | |
// @author janost | |
// @description 8/3/2020, 9:01:56 PM | |
// ==/UserScript== |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
MODEM_IP="192.168.100.1" | |
function check_modem() { | |
nc -z -w1 ${MODEM_IP} 80 > /dev/null | |
echo $? | |
} | |
# Get initial status |
#!/usr/bin/env python3 | |
import argparse | |
import pprint | |
import os | |
import sys | |
import datetime | |
import signal | |
from time import sleep | |
from lxml import etree |
#!/bin/sh | |
case $1 in | |
config) | |
cat <<'EOM' | |
graph_title H3 SoC temperature | |
graph_vlabel degrees Celsius | |
graph_info The temperature of the H3 SoC in degrees Celsius. | |
graph_category sensors | |
graph_args -l 0 --upper-limit 100 |