Skip to content

Instantly share code, notes, and snippets.

View Buntelrus's full-sized avatar

Buntel Buntelrus

View GitHub Profile
@derhuerst
derhuerst / _.md
Last active October 7, 2024 11:57
List of HAFAS API Endpoints
@allenyllee
allenyllee / install_tools.sh
Last active November 6, 2024 04:12
mount vhdx in linux
#!/bin/bash
# install qemu utils
sudo apt install qemu-utils
# install nbd client
sudo apt install nbd-client