Skip to content

Instantly share code, notes, and snippets.

View L-u-k-e's full-sized avatar
:octocat:

Lucas Parzych L-u-k-e

:octocat:
  • DEPT®
  • Boston, MA
View GitHub Profile
@L-u-k-e
L-u-k-e / mirix-bastion-setup.sh
Last active November 19, 2025 01:31
MIRIX Bastion setup
#!/bin/bash
# MIRIX Bastion Setup Script
# Quick setup script for running MIRIX database operations on an AWS bastion host
# Author: Your Name
# Usage: curl -sSL https://gist.githubusercontent.com/L-u-ke/fca46bf5881a161822776f13eb0e75bf/raw | bash
set -e
echo "=================================================="
echo "MIRIX Bastion Setup Script"
@L-u-k-e
L-u-k-e / count_total_project_code_lines_in_sublime
Last active August 14, 2016 23:32 — forked from Hexodus/count_total_project_code_lines_in_sublime
Count total code lines in project using Sublime texteditor
// ctrl + shift + F
^.*\S+.*$
#!/bin/sh
# from http://stackoverflow.com/questions/1471571/how-to-configure-postgresql-for-the-first-time
#
# debian jessie
# PostgreSQL 9.3
sudo apt-get install postgresql postgresql-client
# connect to standard system database template1