Skip to content

Instantly share code, notes, and snippets.

@pbrit
pbrit / Vagrantfile
Created October 13, 2015 08:23
libvirt-vagrant Vagrant example
# -*- mode: ruby -*-
# vi: set ft=ruby :
# NETWORKS: 10.0.10/24 - 10.0.20/24
# PXE: 10.0.10/24
# Management: 10.0.11/24
# Public: 10.0.12/24
# Storage: 10.0.13/24
# Fuel Admin: 10.0.14/24
@pbrit
pbrit / README.adoc
Last active April 1, 2021 03:00
Apple build machine performance test instructions

Setup

Wikipedia-iOS

brew install xcbeautify
brew install gh
gh repo clone wikimedia/wikipedia-ios
cd wikipedia-ios && git checkout cf727dfb2f3d51b728f6b1fe313eb66105df7a99
### Keybase proof
I hereby claim:
* I am pbrit on github.
* I am pchechetin (https://keybase.io/pchechetin) on keybase.
* I have a public key whose fingerprint is A751 56DE F270 7AD3 9CDF 2B47 E58F 9420 A6A8 904C
To claim this, I am signing this object:
### Keybase proof
I hereby claim:
* I am paulche on github.
* I am pchechetin (https://keybase.io/pchechetin) on keybase.
* I have a public key ASCQCa8qNZPA5_9H8F5uoAgSQm9QD5MaQkAni9RYT8blbAo
To claim this, I am signing this object:
# brew list -l
total 0
drwxr-xr-x 3 paulche staff 102 Aug 15 2015 ack
drwxr-xr-x 5 paulche staff 170 Jan 18 12:52 ansible
drwxr-xr-x 3 paulche staff 102 Jan 31 17:18 apache-spark
drwxr-xr-x 3 paulche staff 102 Jun 10 23:20 atk
drwxr-xr-x 3 paulche staff 102 Aug 16 2015 augeas
drwxr-xr-x 3 paulche staff 102 Aug 15 2015 autoconf
drwxr-xr-x 3 paulche staff 102 Aug 15 2015 automake
drwxr-xr-x 3 paulche staff 102 Aug 16 2015 bind
brew list -l
drwxr-xr-x 3 user staff 102 Jun 19 09:39 ack
drwxr-xr-x 3 user staff 102 Jun 19 16:10 augeas
drwxr-xr-x 3 user staff 102 Jun 19 09:19 boost
drwxr-xr-x 3 user staff 102 Jun 19 15:32 cmake
drwxr-xr-x 3 user staff 102 Jun 19 16:11 drip
drwxr-xr-x 3 user staff 102 Jun 19 09:39 findutils
drwxr-xr-x 3 user staff 102 Jun 19 09:17 freetype
drwxr-xr-x 3 user staff 102 Jun 19 09:22 gcc5
drwxr-xr-x 3 user staff 102 Jun 19 15:31 gdbm
@pbrit
pbrit / gist:7142489
Created October 24, 2013 18:27
Heal RubyGems on 10.9 Maverics
sudo ln -s /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/include /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/include
@pbrit
pbrit / gist:6713655
Created September 26, 2013 12:45
Load Gemfile.lock to ruby
Bundler::LockfileParser.new(IO.read('./Gemfile.lock'))
@pbrit
pbrit / gist:6702210
Created September 25, 2013 16:27
vim-fireplace help
*fireplace.txt* Clojure REPL tease
Author: Tim Pope <http://tpo.pe/>
License: Same terms as Vim itself (see |license|)
This plugin is only available if 'compatible' is not set.
*fireplace*
You need Clojure runtime files to use this plugin. Try vim-clojure-static.
@pbrit
pbrit / gist:5784312
Created June 14, 2013 18:55
How to disable color logging in ActiveRecord
ActiveSupport::LogSubscriber.colorize_logging = false