Skip to content

Instantly share code, notes, and snippets.

View joaormatos's full-sized avatar

João Ricardo Matos joaormatos

View GitHub Profile
@joaormatos
joaormatos / rac_ipmi_jviewer.sh
Created May 6, 2024 23:58 — forked from ashevchuk/rac_ipmi_jviewer.sh
Aster MegaRAC IPMI q&d fix for broken iKVM jviewer.jnlp
#!/bin/sh
if [ "$#" -ne 3 ]; then
echo "Usage: $0 [ip address] [user name] [password]"
exit 1
fi
IP=$1
IPMI_USER=$2
IPMI_PASS=$3