Skip to content

Instantly share code, notes, and snippets.

View TDWolff's full-sized avatar
🚀
Pulling my hair out :)

Torin Wolff TDWolff

🚀
Pulling my hair out :)
View GitHub Profile
@TDWolff
TDWolff / apps_ubuntu.sh
Last active October 24, 2025 16:37
Setting up 2010-2013 Mac Mini to use different OS environment other than MacOS
echo Adding App Installations for Ubuntu
# Install VS Code
sudo snap install --classic code
# Install Git
sudo apt update
sudo apt install -y git
# Install Google Chrome
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
@TDWolff
TDWolff / readme.md
Last active October 9, 2025 15:37
Updating docker-compose to the latest docker compose command/plugin

Upgrading to the Latest Docker Compose Plugin

This guide explains how to upgrade from the legacy Docker Compose (v1) to the latest Docker Compose plugin (v2).
Docker Compose v2 is faster, more secure, and natively integrated into the Docker CLI.


🧰 1. Check Your Current Docker Compose Version

Run the following command to see which version you’re using:

@TDWolff
TDWolff / readme.md
Last active January 7, 2025 20:24
Upgrading workflows to fix upcoming deprecation of current workflows - Tutorial

Upgrading GitHub Workflow to v4

This guide explains how to upgrade the GitHub Actions workflow in the .github/workflows/jekyll-gh-pages.yml file to use version 2 (v2) for actions/upload-pages-artifact.

Instructions

  1. Locate the Workflow File
    Navigate to the .github/workflows/ directory in your repository and open the jekyll-gh-pages.yml file.

  2. Update actions/upload-pages-artifact

@TDWolff
TDWolff / readme.md
Last active November 5, 2024 20:30
CSA 2025 AWS Deployment Instructions

AWS Deployment Guide

Getting Started

  1. Clone the template spring repository Github Spring 2025 Template on your local machine
  2. Run the following commands:
    cd spring_2025  # Replace with your project folder name
    vscode .
  3. Make a new account at CSALogin2025 and follow the instructions provided, once you get your username and password, visit CSA2025 Cockpit and put in the username and password that was shown on the landing screen then navigate to terminal in the left column.