Since macOS Catalina that zsh is the default shell. From what I could understand this was caused by a change in Bash license to GPL after version 3. So, since version 3 of Bash is pretty old they changed the default to zsh. Since Homebrew is not yet fully Apple Silicon compatible using Homebrew was […]
Out of the blue, MAMP Pro started presenting me with an alert when I tried opening the app: Oops, something is badly wrong!Either you did not provide the necessary admin credentials or the MAMP PRO package could not be initialized correctly. You can either restart the application and try again or re-install the software. I […]
Steps to configure OVH OpenStack Swift v3 on Transmit: Click the + to add a New Server Choose OpenStack Swift Address: auth.cloud.ovh.netUser Name: TENANT_NAME:USERPassword: USER_PASSWORDRemote Path: v3 Obviously replace TENANT_NAME, USER and USER_PASSWORD with your values.
OVH disabled Keystone (OpenStack Identity Service) API v2.0 and requires all endpoints to now use v3. Currently, the instructions to setup CyberDuck with OVH are not correct. They mention the Tenant_ID:Access_Key should be filled with Project_ID:Horizon_User_ID. Currently CyberDuck requires Project:Domain:Username and in the case of OVH should be TENANT_NAME:default:USER Steps to set it up on […]
I needed to setup a software RAID1 on a Debian Stretch server where I had no KVM access, so I had to make do with just SSH and rescue access. I was following this tutorial for How To Set Up Software RAID1 On A Running LVM System (Incl. GRUB2 Configuration) (Debian Squeeze) but ran into […]