2021-11-15: Reduce VHDX file size Reducing the size of a VHDX (does not change the size of the virtual drive, just compresses the …

2021-06-30: Docker-compose.yml for self-hosted Monica on m1 version: "3.4" services: app: image: monica:apache depends_on: - db ports: - 8080:80 …

2021-03-17: XCode Error: Failed to produce diagnostic for expression; please file a bug report XCode Error: Failed to produce diagnostic for expression; please file a bug report In our case, we …

2021-03-01: NPM - setting global install location mkdir ~/.npm-global npm config set prefix '~/.npm-global' Add to shell script: export …

2021-02-10: Moving Homebrew from x86 to ARM on M1 Uninstall x86 version (maybe in x86 terminal?): /bin/bash -c “$(curl -fsSL …