Skip to content

Instantly share code, notes, and snippets.

View foscomputerservices's full-sized avatar

David Hunt foscomputerservices

View GitHub Profile
### Keybase proof
I hereby claim:
* I am foscomputerservices on github.
* I am davidhun (https://keybase.io/davidhun) on keybase.
* I have a public key whose fingerprint is 0DB8 53D0 70D0 2D96 6B29 9D1B 4DB5 924F EB5F 3C04
To claim this, I am signing this object:
#
# Usage: install-amazon-linux-rbenv.sh
#
# This script is meant to work in conjunction with:
# https://gist.github.com/foscomputerservices/e97aeccbc820c42ff125
#
# If the EBS mount-point /mnt/bamboo-ebs/.rbenv exists, that will be used as the .rbenv directory,
# otherwise a full install of ruby/rails will be performed.
#
# For install to succeed, the following packages must already be installed:
@foscomputerservices
foscomputerservices / install-redis.sh
Last active January 2, 2017 22:41 — forked from four43/install-redis.sh
Install Redis
#!/bin/bash
# from here: http://www.codingsteps.com/install-redis-2-6-on-amazon-ec2-linux-ami-or-centos/
# and here: https://raw.github.com/gist/257849/9f1e627e0b7dbe68882fa2b7bdb1b2b263522004/redis-server
###############################################
# To use:
# wget https://gist.githubusercontent.com/four43/e00d01ca084c5972f229/raw/install-redis.sh
# chmod 777 install-redis.sh
# ./install-redis.sh
###############################################
echo "*****************************************"
@foscomputerservices
foscomputerservices / Vagrantfile
Last active May 10, 2017 13:02
Vagrantfile for Running RubyMine under Vagrant/VirtualBox/Ubuntu on Mac or Windows
# -*- mode: ruby -*-
# vi: set ft=ruby :
# All Vagrant configuration is done below. The "2" in Vagrant.configure
# configures the configuration version (we support older styles for
# backwards compatibility). Please don't change it unless you know what
# you're doing.
Vagrant.configure(2) do |config|
# Every Vagrant development environment requires a box. You can search for
# boxes at https://atlas.hashicorp.com/search.