45 lines
1.3 KiB
Markdown
45 lines
1.3 KiB
Markdown
---
|
|
title: "Tools"
|
|
date: 2022-12-05T22:19:44+01:00
|
|
---
|
|
|
|
## vma-extractor
|
|
|
|
[Proxmox](https://www.proxmox.com/de/) uses some self-built format to store VM
|
|
backups. It is implemented as a patch to their Qemu fork. This is a tool to
|
|
extract VMA backups. It is written in Python 3. Development is somewhat stalled
|
|
because I'm currently not working with Proxmox.
|
|
|
|
current version: 1.1.1
|
|
|
|
* [source code](https://files.janw.name/vma-extractor/vma-extractor-1.1.1.tar.gz)
|
|
([SHA256](https://files.janw.name/vma-extractor/vma-extractor-1.1.1.tar.gz.sha256))
|
|
* [git](https://git.janw.name/jw/vma-extractor)
|
|
* [github mirror](https://github.com/jancc/vma-extractor)
|
|
|
|
---
|
|
|
|
## wakeup
|
|
|
|
A tiny Wake On Lan helper written in C. Uses a magic UDP packet which is
|
|
broadcast to a given subnet targeting a specific MAC address. Built because no
|
|
off-the-shelf tool would reliably wake some _Dell_ machines running
|
|
_Windows 10_.
|
|
|
|
* [git](https://git.janw.name/jw/wakeup)
|
|
|
|
---
|
|
|
|
## sheldond
|
|
|
|
Sheldon Director is a server for the
|
|
[Gemini](https://gemini.circumlunar.space/) internet protocol.
|
|
The software is written in Rust and currently it only supports hosting static
|
|
files.
|
|
|
|
current version: 0.2.0
|
|
|
|
* [source code](https://files.janw.name/sheldond/sheldond-0.2.0.tar.gz)
|
|
([SHA256](https://files.janw.name/sheldond/sheldond-0.2.0.tar.gz.sha256))
|
|
* [git](https://git.janw.name/jw/sheldond)
|
|
|