Jerry Vonau

Results 384 comments of Jerry Vonau

> @avni is Ubuntu/Canonical's own new "VMs done right"-on-M1 approach...hypothetically/possibly an improvement over UTM/QEMU on M1 CPUs? > > * https://github.com/canonical/multipass/releases/tag/v1.8.0 I installed the snap version, seems pretty good. I...

Funny thing I wanted 21.10 but got 20.04 currently 10.8.0.30 http://sprunge.us/o63HoX

multi-pass be0U1s?en ``` 686 COMMAND: /usr/bin/lscpu # CPU details 687 688 Architecture: aarch64 689 CPU op-mode(s): 64-bit 690 Byte Order: Little Endian 691 CPU(s): 1 692 On-line CPU(s) list: 0...

Seems there should be a file that has the settings for how the VM is configured that would be passed to qemu on the command line. https://qemu-project.gitlab.io/qemu/system/arm/cpu-features.html#using-cpu-features I'm trying to...

Adding a port requires a new /etc/nginx/server.conf while the code I used just drops into place. Depends on how nginx handles php sessions as they differ.

Are you trying to introduce a new OS or trying to setup a build pipeline? Being a bash script you can just run it and see the returned values ```...

https://github.com/iiab/iiab/issues/1960#issuecomment-620986621 https://github.com/iiab/iiab-factory/pull/136 https://github.com/iiab/iiab-factory/pull/155#issuecomment-711460656 https://github.com/iiab/iiab-factory/pull/155#issuecomment-712053642

Might be getting a bit fancy, not sure if I want to really spend the time. It would involve giving each php based app it's own private php socket to...