Skip to content

Instantly share code, notes, and snippets.

View jp-hoehmann's full-sized avatar

Jean-Pierre Höhmann jp-hoehmann

View GitHub Profile
@jp-hoehmann
jp-hoehmann / backup.sh
Created August 9, 2025 18:26
Backup Scripts for ESXi
#!/bin/env sh
#
# /vmfs/volumes/datastore3/backup/backup.sh
#
# Backup virtual machines.
#
# This will create a backup of my virtual machines. It has
# very little error handling, since no error handling will
# ever be fool proof enough for me to trust it, so I will
@jp-hoehmann
jp-hoehmann / fetch-manpages.sh
Last active July 26, 2020 23:44
Fetch all manpages available in packages into the current directory
#!/usr/bin/env -S bash -euo pipefail
#
# Fetch all available manpages.
#
n=$(apt-cache pkgnames | wc -l)
i=0
for e in $(apt-cache pkgnames)
do
@jp-hoehmann
jp-hoehmann / elinks.conf
Created January 7, 2018 21:50
An elinks.conf snippet for viewing video files as ASCII art