Category: "Mac"
Integrating Ansible with Hashicorp Vault
- December
- 15
There are several moving parts of this configuration. We’re using a simple example here; your implementation may have different requirements. First, vault should be installed and working in a production configuration. For these examples we have the… more »
MacOS - change account to admin from command line
- September
- 19
Had to do this today so thought I would share..... dscl . -append /Groups/admin GroupMembership <username> You need to be root or use sudo. more »
Create a RAID 10 on Mac OS (Monterey)
- July
- 31
I had four WD RED 4TB drives and wanted to get better performance out of them with a mirror but also wanted the ability to replace a drive if (when) one failed. Indications from online searching said I could create either a RAID 10 or 0-1. I'm not… more »
Freebie gift almost causes catastrophe
- September
- 16
When I renewed my Wired subscription I don't remember reading that I would receive a promotional gift. So it was a pleasant surprise to see an unexpected envelope in the mail. That was, until I opened it. Inside was a battery power pack complete with… more »
Migrating a VM from ovirt to VMware ESXi
- April
- 16
I'm using ovirt 4.3x and decided to migrate some VMs to ESXi 6.5. First thing to do is find the disk file. It can be found easily through the UI of ovirt-engine under Storage/Disks. That table shows the UUID of the folder that the disk is in. Get a… more »