Skip to content

Instantly share code, notes, and snippets.

@vaLinBSD
vaLinBSD / gist:6161c1dae7ef3f0aa268c7f4b7ff33d7
Created August 7, 2017 12:04
Output from NGINX Amplify install.sh script
--- This script will install the NGINX Amplify Agent from source ---
Please select your OS:
1. FreeBSD 10
2. SLES 12
3. Alpine 3.3
4. Fedora 24
5. Gentoo
6. Other
@vaLinBSD
vaLinBSD / gist:9936716
Created April 2, 2014 15:42
GitLab6-on-FreeBSD | rake aborted | 001_admin.r | wrong number of arguments (0 for 1)
# sudo -u git -H bash -l -c 'bundle exec rake gitlab:setup RAILS_ENV=production'
2014-04-02T15:36:03Z 59052 TID-7w9yt7c INFO: Sidekiq client with redis options {:url=>"redis://localhost:6379", :namespace=>"resque:gitlab"}
This will create the necessary database tables and seed the database.
You will lose any previous data stored in the database.
Do you want to continue (yes/no)? yes
-- create_table("broadcast_messages", {:force=>true})
-> 0.0925s
-- create_table("deploy_keys_projects", {:force=>true})
-> 0.0256s
@vaLinBSD
vaLinBSD / gist:5090366
Last active December 14, 2015 12:59
Output from 'brew doctor' + broken symlinks in directories
bash-3.2$ brew doctor
Error: pathname contains \0: "\001\000\000\000\f\000\000\200\006\000\000\000\266\006\000\200^@\001\200\202\020\001\200\344\357\002\200\017\360\002"
Please report this bug:
https://github.com/mxcl/homebrew/wiki/troubleshooting
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/pathname.rb:215:in `initialize'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/pathname.rb:823:in `new'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/pathname.rb:823:in `readlink'
/usr/local/Library/Homebrew/cmd/doctor.rb:208:in `check_for_broken_symlinks'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/pathname.rb:1024:in `find'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/find.rb:39:in `find'
@vaLinBSD
vaLinBSD / dabblet.css
Created August 24, 2012 07:14
change the tab to selected style
.hiddenTarget {
display:none;
position:fixed;
}
.tabbedPages {
position:relative;
margin:50px 0;
}
ul.tabs {
padding:0;