Skip to content

Instantly share code, notes, and snippets.

@floehopper
floehopper / install.md
Last active August 31, 2020 10:05
Installing OSX Catalina from scratch

List & install software updates

softwareupdate --list
sudo softwareupdate --verbose --install --all

Set computer name

COMPUTER_NAME="<computer-name>"
sudo scutil --set ComputerName $COMPUTER_NAME
@floehopper
floehopper / Vagrantfile
Last active October 22, 2021 20:00
Ubuntu Xenial with Ruby installed via rbenv
PROVISION_SYSTEM = <<~EOS
set -e
apt-get update --yes
apt-get install --yes gcc
apt-get install --yes make
EOS
PROVISION_USER = <<~EOS
set -e
mkdir -p ~/.rbenv
@floehopper
floehopper / testing_before_filter_in_controller_spec.rb
Created July 4, 2019 15:27
Testing before_filter in controller spec
require 'rails_helper'
RSpec.describe MyController do
describe 'GET #any_action' do
controller do
def any_action
head :ok
end
end
@floehopper
floehopper / update-git-author-date-and-commiter-date-to-current-time.sh
Last active February 17, 2020 13:25
Update git author-date and committer-date to current time with 1 second delay between commits
FILTER_BRANCH_SQUELCH_WARNING=1 git filter-branch --env-filter 'export GIT_COMMITTER_DATE="$(date)"; export GIT_AUTHOR_DATE="$(date)"; sleep 1' master..HEAD
@floehopper
floehopper / Gemfile
Last active November 10, 2018 09:21
Mocha issue 349
source 'https://rubygems.org'
gem 'minitest'
gem 'mocha'
@floehopper
floehopper / docker-build-output.txt
Created October 24, 2018 17:09
Build and run docker image for Ruby v2.5.3 on Ubuntu 14.04
aws-codebuild-docker-images/ubuntu/ruby/2.5.3 $ docker build -t aws/codebuild/ruby:2.5.3 .
Sending build context to Docker daemon 10.24kB
Step 1/13 : FROM ubuntu:14.04.5
---> 132b7427a3b4
Step 2/13 : ENV DOCKER_BUCKET="download.docker.com" DOCKER_VERSION="17.09.0-ce" DOCKER_CHANNEL="stable" DOCKER_SHA256="a9e90a73c3cdfbf238f148e1ec0eaff5eb181f92f35bdd938fd7dab18e1c4647" DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" DOCKER_COMPOSE_VERSION="1.21.2" GITVERSION_VERSION="3.6.5"
---> Using cache
---> b8af7e6d7dc8
Step 3/13 : RUN set -ex && echo 'Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/99use-gzip-compression && apt-get update && apt install -y apt-transport-https && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF && echo "deb https://download.mono-project.com/repo/ubuntu stable-trusty main" | tee /etc/apt/sources.list.d/mono-official-stable.list && apt-get update && apt-
@floehopper
floehopper / install.sh
Created August 8, 2018 14:08
Installing (and building native extensions for) RedCloth gem on Ruby v1.8.7
bundle config --local build.RedCloth --with-cflags="-w"
bundle install
@floehopper
floehopper / install.sh
Last active August 8, 2018 13:53
Installing Ruby v1.8.7 on OSX High Sierra using rbenv
brew install gcc@4.9
export RUBY_CONFIGURE_OPTS=--with-openssl-dir=`brew --prefix openssl`
export CONFIGURE_OPTS=--with-openssl-dir=`brew --prefix openssl`
rbenv install 1.8.7-p375
@floehopper
floehopper / Gemfile
Last active June 22, 2018 13:35
Mocha issue 329
source 'https://rubygems.org'
gem 'rspec'

Keybase proof

I hereby claim:

  • I am floehopper on github.
  • I am floehopper (https://keybase.io/floehopper) on keybase.
  • I have a public key whose fingerprint is 7B45 F05D 5E45 180B 26B8 C9B9 0434 C9E0 037B 0884

To claim this, I am signing this object: