Monthly Archives: April 2023

Fixing Alt-Enter maximising XTerm

Using Org-mode, it was incredibly inconvenient when both in FreeBSD and Linux, Alt-Enter, or Alt-Return as XTerm calls it, stole the Alt-Return key combination and just maximised itself. Not sure if this is i3wm related, but could just be that … Continue reading

Posted in Software | Leave a comment

Checking SUSE bootability on POWER

This little script checks the GRUB boot image for the VG/LV/file string pointing to the correct place, e.g. /boot/grub/grub.cfg. This works on SUSE / SLES on POWER. # SLES bootability monitor## Henrik Morsing 1.0 24-FEB-2023 Initial ver=1.0 [[ “${1}” == … Continue reading

Posted in IBM POWER, Linux | Tagged , , , , , | Leave a comment

Zabbix API shell script to show maintenance association

Just a quick note to show how you can get a server to show which Zabbix maintenance group it is in upon login.

Posted in Automation, Scripting | Leave a comment