Skip to content

Instantly share code, notes, and snippets.

View HackerHarry's full-sized avatar

Harry Basalamah HackerHarry

View GitHub Profile
@HackerHarry
HackerHarry / returnHome.sh
Created January 3, 2026 18:40
Send Kodi back Home from TV-Channel selection
#!/usr/bin/env bash
#
# since Kodi needs more CPU time on my Raspberry Pi while displaying live TV
# channels overview and EPG data, i want it to return to the home screen once
# the screen saver kicks in. i run more than just Kodi on my Pi's.
# this script is obviously designed for a German UI and needs jq & netcat.
# i run it via cron at a regular interval
iPORT=9090
sHOST=localhost
@HackerHarry
HackerHarry / hp1920-get-config.sh
Last active October 2, 2025 10:05 — forked from atiti/hp1920-get-config.sh
Download running config from a HP 1920S switch
#!/bin/bash
#
# Simple script to download the running configuration from the HP 1920S switch
# through the HTTP "APIs"
#
# Run it as:
# $ ./hp1920-getconfig.sh --host="10.1.2.3" --user="admin" --pass="hello" --file=startup-config
#
# Attila Sukosd <attila@airtame.com>
#