Skip to content

Instantly share code, notes, and snippets.

View martinstreicher's full-sized avatar
🎯
Focusing

Martin Streicher martinstreicher

🎯
Focusing
View GitHub Profile
@martinstreicher
martinstreicher / gist:93a80346851e643e652a
Created May 20, 2014 16:20
Odd result from Ansible.
When I do this…
- name: capture the remote user's home directory
sudo: False
shell: pwd
register: home_dir
Why does home_dir show me this…
@martinstreicher
martinstreicher / gist:1935754
Created February 28, 2012 22:37
Log of Lion build
Colossus-2:realvolve strike$ cat !$
cat /Users/strike/.rvm/log/ruby-1.9.3-p125/make.log
[2012-02-28 17:27:22] make
CC = clang
LD = ld
LDSHARED = clang -dynamiclib
CFLAGS = -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -fno-common -pipe
XCFLAGS = -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT
CPPFLAGS = -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I. -I.ext/include/x86_64-darwin11.3.0 -I./include -I.
DLDFLAGS = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/strike/.rvm/rubies/ruby-1.9.3-p125/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 -Wl,-unexported_symbol,_Init_* -Wl,-unexported_symbol,*_threadptr_* -Wl,-u,_objc_msgSend
@martinstreicher
martinstreicher / gist:1431262
Created December 4, 2011 21:02
Controller test
require 'spec_helper'
describe AccountsController do
before :each do
@user = create :user_with_requested_subdomain
@request.host = "#{@user.subdomain}.local"
end
describe 'authenticate_user!' do
it 'precludes access unless logged in' do
@martinstreicher
martinstreicher / Brew list
Created November 30, 2011 21:46
List of /opt/local/bin
Colossus-2:migrate strike$ /usr/local/bin/brew list
couchdb freeimage icu4c memcached readline sphinx
erlang git-flow libevent nspr redis spidermonkey
@martinstreicher
martinstreicher / gist:1410852
Created November 30, 2011 21:14
rvm install 1.9.3 on Lion
Colossus-2:migrator strike$ cat !$
cat /Users/strike/.rvm/log/ruby-1.9.3-head/make.log
[2011-11-30 16:08:23] make
CC = clang
LD = ld
LDSHARED = clang -dynamiclib
CFLAGS = -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -fno-common -pipe
XCFLAGS = -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT
CPPFLAGS = -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I. -I.ext/include/x86_64-darwin11.2.0 -I./include -I.
DLDFLAGS = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/strike/.rvm/rubies/ruby-1.9.3-head/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 -Wl,-unexported_symbol,_Init_* -Wl,-unexported_symbol,*_threadptr_* -Wl,-u,_objc_msgSend
@martinstreicher
martinstreicher / Command-line
Created November 29, 2011 16:10
Mac OS X Lion and 1.9.3
rvm install 1.9.3-p0 --with-gcc=clang
Installing Ruby from source to: /Users/strike/.rvm/rubies/ruby-1.9.3-p0, this may take a while depending on your cpu(s)...
ruby-1.9.3-p0 - #fetching
ruby-1.9.3-p0 - #extracted to /Users/strike/.rvm/src/ruby-1.9.3-p0 (already extracted)
Fetching yaml-0.1.4.tar.gz to /Users/strike/.rvm/archives
Extracting yaml-0.1.4.tar.gz to /Users/strike/.rvm/src
Configuring yaml in /Users/strike/.rvm/src/yaml-0.1.4.
Compiling yaml in /Users/strike/.rvm/src/yaml-0.1.4.
Installing yaml to /Users/strike/.rvm/usr
Colossus-2:miner strike$ cat /Users/strike/.rvm/log/ruby-1.9.3-p0/make.log
[2011-11-02 15:33:39] make
CC = gcc-4.2
LD = ld
LDSHARED = gcc-4.2 -dynamiclib
CFLAGS = -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -fno-common -pipe
XCFLAGS = -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT
CPPFLAGS = -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I.
DLDFLAGS = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/strike/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 -Wl,-unexported_symbol,_Init_* -Wl,-unexported_symbol,*_threadptr_* -Wl,-u,_objc_msgSend
SOLIBS =
rvm install 1.9.3 --patch remove-add_suffix.patch%0
Installing Ruby from source to: /Users/strike/.rvm/rubies/ruby-1.9.3-p0, this may take a while depending on your cpu(s)...
ruby-1.9.3-p0 - #fetching
ruby-1.9.3-p0 - #downloading ruby-1.9.3-p0, this may take a while depending on your connection...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 9330k 100 9330k 0 0 237k 0 0:00:39 0:00:39 --:--:-- 266k
100 9330k 100 9330k 0 0 236k 0 0:00:39 0:00:39 --:--:-- 236kruby-1.9.3-p0 - #extracting ruby-1.9.3-p0 to /Users/strike/.rvm/src/ruby-1.9.3-p0
ruby-1.9.3-p0 - #extracted to /Users/strike/.rvm/src/ruby-1.9.3-p0
Colossus-2:miner strike$ rvm get head && rvm reload && rvm install 1.9.3
Original installed RVM version:
rvm 1.6.18 by Wayne E. Seguin ([email protected]) [https://rvm.beginrescueend.com/]
Cloning into rvm...
remote: Counting objects: 5863, done.
remote: Compressing objects: 100% (2800/2800), done.
remote: Total 5863 (delta 3855), reused 4151 (delta 2309)
generating encdb.h
encdb.h unchanged
making enc
make[1]: Nothing to be done for `enc'.
making srcs under enc
make[1]: Nothing to be done for `srcs'.
generating transdb.h
transdb.h unchanged
making trans
make[1]: Nothing to be done for `./enc/trans'.