Skip to content

Instantly share code, notes, and snippets.

View kevinrobayna's full-sized avatar
🍌
Solving Problems!

Kevin Robayna kevinrobayna

🍌
Solving Problems!
View GitHub Profile
#!/bin/bash
# +----------------------------------------------------------------------+
# | |
# | Mount the root file system / with the option noatime |
# | |
# | By Philipp Klaus <http://blog.philippklaus.de> |
# | Tip found on <http://blogs.nullvision.com/?p=275> |
# | |
# +----------------------------------------------------------------------+
@kevinrobayna
kevinrobayna / Gemfile
Last active August 29, 2015 13:58 — forked from crguezl/Gemfile
source :rubygems
gem 'sinatra'
gem 'json'
gem 'omniauth'
gem 'omniauth-oauth2'
gem 'omniauth-github'
# gem 'omniauth-att', :path => File.expand_path("./../../omniauth-att", __FILE__)
gem 'thin'