Skip to content

Instantly share code, notes, and snippets.

@sloan58
sloan58 / .tmux.conf
Last active November 29, 2023 01:34
set -g mode-keys vi
# Change border color of the active pane
set-option -g pane-active-border-style fg=blue
@sloan58
sloan58 / Dockerfile
Created October 17, 2023 17:11
Laravel Sail with SQL Server (ubuntu 22.04 and php 8.1)
FROM ubuntu:22.04
LABEL maintainer="Taylor Otwell"
ARG WWWGROUP
ARG NODE_VERSION=18
ARG POSTGRES_VERSION=15
WORKDIR /var/www/html
@sloan58
sloan58 / install-jitsi-meet-simple.sh
Created April 23, 2019 15:54
Jitsi Meet AWS User Data
#!/usr/bin/env bash
DOMAIN="" # Your Route53 TLD (ex: mydomain.com)
SUBDOMAIN="" # The meeting subdomain (ex: meet (for meet.mydomain.com))
CONFIGURE_AUTH=true # Boolean to configure internal_plain auth or not
PROSODY_USER="" # If you're configuring auth, the user account name (will login as ${PROSODY_USER}@${SUBDOMAIN}.${DOMAIN} )
PROSODY_PASS="" # If you're configuring auth, the user password (escape special characters)
AWS_ACCESS_KEY="" # Your AWS Access Key
AWS_SECRET_KEY="" # Your AWS Secret Key
LETS_ENCRYPT_EMAIL="" # Email address to use for Let's Encrypt certificate
@sloan58
sloan58 / cloudSettings
Last active January 4, 2021 17:56
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-01-04T17:56:00.770Z","extensionVersion":"v3.4.3"}