Skip to content

Instantly share code, notes, and snippets.

View marcheschi's full-sized avatar

Paolo Marcheschi marcheschi

View GitHub Profile
@marcheschi
marcheschi / mirth_setup.md
Last active July 7, 2023 08:10 — forked from zevolution/mirth_setup.md
Configuração do servidor NextGen Connect (anteriormente conhecido como Mirth Connect)

NextGen Connect (formerly known as Mirth Connect) Server Setup

Create a VM running Ubuntu. Use a modern version.

Great thanks for the original guide: https://gist.github.com/jgautsch/9157402

# Update Ubuntu
sudo apt-get update

# Upgrade Ubuntu
sudo aptitude upgrade
@marcheschi
marcheschi / gist:4b57da360d8a5fc3160bff57f975c8d4
Created November 16, 2021 09:40
Create New Bhyve HVM for Smartos
wget --no-check-certificate https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64-disk-kvm.img
After we create a BHYVE VM with blank IMAGE
and we deploy it, after we stop it.
Update bootrom
vmadm update <vm_uuid> bootrom=/usr/share/bhyve/uefi-rom.bin
es:
vmadm update a5ba7c78-1e03-4692-93ae-9586c9760606 bootrom=/usr/share/bhyve/uefi-rom.bin
vmadm list |grep run |awk '{print $1}'