Skip to content

Instantly share code, notes, and snippets.

View VictorSK's full-sized avatar

Victor S. Keenan VictorSK

View GitHub Profile
@VictorSK
VictorSK / linux-setup.sh
Created March 25, 2024 22:05 — forked from dhh/linux-setup.sh
linux-setup.sh
# CLI
sudo apt update
sudp apt install \
git curl docker.io \
build-essential pkg-config autoconf bison rustc cargo clang \
libssl-dev libreadline-dev zlib1g-dev libyaml-dev libreadline-dev libncurses5-dev libffi-dev libgdbm-dev libjemalloc2 \
libvips imagemagick libmagickwand-dev libsqlite3-0 \
redis-server mysql-server sqlite3 libmysqlclient-dev apache2-utils \
rbenv
@VictorSK
VictorSK / ISSUE_TEMPLATE.md
Created March 2, 2016 15:05 — forked from christianc1/ISSUE_TEMPLATE.md
Faithmade Issue Template

Issue Type

  • Bug
  • Enhancement
  • Submodule Related

Expected Behavior

If this is an issue, document the expected behavior. If this is a feature, document the desired feature.

Actual Behavior

If this is an issue, describe the actual behavior. If this is a feature, delete this block.

@VictorSK
VictorSK / vagrant:vagrantfile-multi-vm
Created February 7, 2015 18:59
Vagrant: Simple Vagrantfile Config File With Multiple VM's
# -*- mode: ruby -*-
# vi: set ft=ruby :
# First VM Settings
vm1_name = ""
vm1_memory = ""
vm1_box = ""
vm1_host_name = ""
vm1_local_ip = ""
vm1_host_share_path = ""