Skip to content

Instantly share code, notes, and snippets.

View FluxAugur's full-sized avatar
🦹‍♂️
(Re)making himself, being other, forging divergent ersatz worlds

Nathanial L. McConnell FluxAugur

🦹‍♂️
(Re)making himself, being other, forging divergent ersatz worlds
View GitHub Profile
@FluxAugur
FluxAugur / deploy.rb
Last active February 20, 2019 00:19 — forked from unithrive/deploy.rb
Sample Ruby Sync
set :sync_directories, ["public/assets", "public/galleries"]
set :sync_backups, 3
@FluxAugur
FluxAugur / controller_spec.rb
Last active February 20, 2019 00:17 — forked from tonycoco/controller_spec.rb
Sample Ruby Tests
require "spec_helper"
describe ExampleController do
context "GET #index" do
let(:resources) { FactoryGirl.create_list(:resource) }
before do
get :index
end
@FluxAugur
FluxAugur / README.md
Created November 8, 2015 15:20 — forked from kmassada/README.md
Nginx configuration for Mac OS X with Homebrew, using sites-available directory.
mkdir -p /usr/local/etc/nginx/sites-available

File locations:

  • nginx.conf to /usr/local/etc/nginx/
  • default and default-ssl to /usr/local/etc/nginx/sites-available
    #STOP APACHE
    sudo apachectl stop
@FluxAugur
FluxAugur / installCli_SL.sh
Created November 18, 2015 09:17 — forked from tamirko/installCli_SL.sh
install the Cloudify CLI for SoftLayer
#! /bin/bash
apt-get -y -q update
apt-get install -y -q wget
apt-get install -y -q curl
apt-get install -y -q unzip
apt-get install -y -q python-dev
apt-get install -y -q python-virtualenv
apt-get install -y -q git
@FluxAugur
FluxAugur / keybase.md
Last active February 20, 2019 00:16
Keybase GitHub Verification

Keybase proof

I hereby claim:

  • I am fluxaugur on github.
  • I am fluxaugur (https://keybase.io/fluxaugur) on keybase.
  • I have a public key ASD2gfjHDoOu1heLeSVxaGoBoensrWE-UibqHuOdJ25wcAo

To claim this, I am signing this object:

@FluxAugur
FluxAugur / bookmarks.md
Last active December 26, 2017 09:18
Useful Bookmarks

Useful Bookmarks

This is a list of sites that I frequent (or don't) that have something useful, entertaining, or that I simply want to recall at some point, for some reason.

Bookmarklets

  • Grid Displayer
javascript:(function()%20%7B%20%20%20var%20head%20%3D%20document.getElementsByTagName(%22head%22)%5B0%5D%3B%20%20%20var%20bklScript%20%3D%20document.createElement(%22script%22)%3B%20%20%20bklScript.type%20%3D%20%22text/javascript%22%3B%20%20%20bklScript.src%20%3D%20%22http://alefeuvre.github.com/foundation-grid-displayer/gd-bookmarklet.min.js%22%3B%20%20%20head.appendChild(bklScript)%3B%20%7D)()%3B
  • Notes
@FluxAugur
FluxAugur / el-capitan-install-usb
Created February 27, 2016 02:04 — forked from filmgirl/el-capitan-install-usb
Create Bootable USB Drive for OS X El Capitan
sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install\ OS\ X\ El\ Capitan.app --nointeraction
@FluxAugur
FluxAugur / Life Philosophy #1
Last active February 20, 2019 00:15
Life Philosophy 1
Style is not lusting after someone because they're cool.
Style is loving yourself until everyone else does too.
- Prince, Style
@FluxAugur
FluxAugur / Keybase.md
Created August 6, 2018 16:31
Keybase GitHub Verification

Keybase proof

I hereby claim:

  • I am fluxaugur on github.
  • I am fluxaugur (https://keybase.io/fluxaugur) on keybase.
  • I have a public key ASDum5hwPZljri2ceVvtsDb7Q1mmb8RzCKu8TccAtzhQGgo

To claim this, I am signing this object:

@FluxAugur
FluxAugur / Life Philosophy #2
Last active February 20, 2019 00:15
Life Philosophy 2
Confidence is often mistaken for arrogance by those with low self-esteem.
Arrogance is simply confidence lacking humility.
- Nthanial L. McConnell