Vault Size History for Obsidian Jul 30, 2024 Obsidian This Obsidian plugin enables users to visualize the historical growth of your vault by displaying a graph that tracks the number of files over time
Installing Docker on macOS Jun 17, 2022 We are going to install Docker using Homebrew. The guide to install Homebrew is here. In the terminal run the following command: brew install --cask
Setting up Google Cloud SDK on macOS Jun 9, 2022 In this post we will install Google Cloud SDK on macOS and will configure it to work with given GCP project. We are going to
Installing Terraform on macOS Jun 7, 2022 We are going to use Homebrew to install Terraform. First, let's add Hashicorp repo into the registry: brew tap hashicorp/tap And install terraform: brew
Working with SSH on macOS May 28, 2022 This post describes how to create an SSH key pair (public/private keys) on macOS and how to use it to connect to a server.