Skip to content

Instantly share code, notes, and snippets.

Avatar

Keven Armando Mate keven-mate

  • Maputo, Moçambique
View GitHub Profile
@keven-mate
keven-mate / install_tools.sh
Created April 26, 2022 18:49 — forked from allenyllee/install_tools.sh
mount vhdx in linux
View install_tools.sh
#!/bin/bash
# install qemu utils
sudo apt install qemu-utils
# install nbd client
sudo apt install nbd-client