Skip to content

Instantly share code, notes, and snippets.

@shanep
shanep / config-ec2.sh
Created December 26, 2025 00:11
Install Script for AWS EC2 Webserver using Docker
#!/bin/bash
# This script installs the necessary dependencies on an EC2 instance.
# Install packages required for Node.js, npm, and nginx in case debugging is needed
sudo apt-get update
sudo apt-get install -y nodejs npm
sudo apt install curl build-essential libssl-dev -y
sudo apt-get install -y nginx
@shanep
shanep / postfix_mail_macosx.md
Last active December 4, 2023 20:57 — forked from haccks/postfix_mail_macosx.md
Gmail Postfix MacOS