Skip to content

Instantly share code, notes, and snippets.

View JamesClonk's full-sized avatar
🐒
breaking stuff...

Fabio Berchtold JamesClonk

🐒
breaking stuff...
View GitHub Profile
@sethwhitaker
sethwhitaker / iracing_forum_stylish_theme.css
Last active July 13, 2021 16:30
2021 iRacing Forum Stylish Theme
/* Variables */
:root {
--theme-spacing: 1rem 1.25rem;
--theme-font-size: 1rem;
--theme-border-radius: 7px;
--theme-box-shadow: rgb(0 0 0 / 22%) 0px 1px 3px 0px;
/* Colors */
--iracing-blue: #224289;
--iracing-red: #e2201c;
@Amit-PivotalLabs
Amit-PivotalLabs / bosh-links-why-and-how.md
Last active December 10, 2021 21:33
BOSH Links: Why and How
@rkoster
rkoster / README.md
Created October 20, 2014 16:37
Bosh-lite on any ubuntu box

Bare metal bosh-lite 2.0

Requirements

  1. Install vagrant Vagrant
  2. Install vagrant plugins:
vagrant plugin install vagrant-omnibus vagrant-bosh

Usage