Image: Iron Gate by Wendy Bayer
Development is a dangerous game. Things you don't expect, things you do. Systems fail, the cloud is not infallible.
| # --- Base Image --- | |
| FROM ruby:3.1.2-slim-bullseye AS ruby-base | |
| # --- Base Builder Stage --- | |
| FROM ruby-base AS base-builder | |
| # Update to match version in app Gemfile.lock | |
| ARG BUNDLER_VER=2.3.21 | |
| # Static config |
Image: Lake View Cemetary, Cleveland OH by Wendy Bayer
You can not address a problem without first knowing that there is a problem. Having health checks in your application allows you to easily determine and monitor the status of your critical application
This guides you through installing your existing or new macOS operating system (e.g. Sequoia) and removing all existing data and configuration, thus providing a "clean" installation like on a new machine. This type of clean installation ensures that there is no previous configuration that can cause issues.
Once you are at the latest system software, customize your Mac.
These are some of my preferred settings.
If you have a have bluetooth mouse or trackpad or keyboard, turn on bluetooth and connect them through...
System Settings > Bluetooth