Skip to main content

Joining a new company / team there is always a lot of new items to do, install and familiarise yourself.  Below is a working list:

Products
URL / install path
Notes
Homebrew
https://brew.sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
 
Docker
 
Visual Studio Code
 
Sequel Ace
 
App Store
1Password
 
App Store
Asana
 
Invitation
Slack
 
Invitation
Bitbucket
 
Invitation
MS Teams
 
Spark
 
App Store
​​​​​​​Preferred over OSX Mail
wget
brew install wget
If using the site scraping tool

Note - most of these are not order dependant - except for Homebrew.  Install this first, then add the balance.

I'll add to this list over time as I discover new elements to working here.

Related articles

Andrew Fletcher18 Mar 2024
Resolving CVE-2022-48624 less issue
To resolve the CVE-2022-48624 vulnerability on Ubuntu using Nginx, it's crucial to understand that the issue lies within the "less" package, not Nginx itself. The vulnerability affects "less" before version 606, where close_altfile in filename.c in less omits shell_quote calls for LESSCLOSE,...