Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
START_TIME=$SECONDS
clear
echo -e "Starting...\n"
# your statements here!
if [ -f ~/.profile ]; then
. ~/.profile
fi
@sandroqz
sandroqz / Vagrantfile
Last active December 26, 2015 12:09
Vagrantfile without comments.
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
config.vm.box = "debian-7.2.0-amd64"
config.vm.network :private_network, ip: "10.10.10.2"
config.vm.synced_folder ".", "/vagrant", nfs: true
@sandroqz
sandroqz / Vagrantfile
Created October 25, 2013 04:59
Vagrantfile with comments.
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
# All Vagrant configuration is done here. The most common configuration
# options are documented and commented below. For a complete reference,
# please see the online documentation at vagrantup.com.
# Every Vagrant virtual environment requires a box to build off of.
config.vm.box = "debian-7.2.0-amd64"

Debian Wheezy 7.2 amd64

w/ VirtualBox Guest Additions 4.3.0 and Ruby 1.9.3p448

$ vagrant box add debian-7.2.0-amd64 https://copy.com/boEwdI9nWrrh

Debian Wheezy 7.2 amd64

w/ VirtualBox Guest Additions 4.3.0, Ruby 1.9.3p448 and Chef 11.6.2

{
"auto_upgrade_last_run": null,
"debug": true,
"installed_packages":
[
"Alignment",
"ApplySyntax",
"BracketHighlighter",
"Clipboard History",
"ColorPick",
@sandroqz
sandroqz / log
Created September 17, 2013 21:01
Package Control: Fetching list of available packages
Platform: osx-x64
Sublime Text Version: 2221
Package Control Version: 2.0.0
Package Control: Download Debug
URL: https://sublime.wbond.net/channel.json
Resolved IP: 50.116.34.243
Timeout: 30
Package Control: Urllib Debug Proxy
http_proxy:
@sandroqz
sandroqz / output
Created June 28, 2013 15:09
sed: /config: No such file or directory
$ echo $rvm_path
/Users/sandro/.rvm
$ rvm info
ruby-1.9.3-p448:
system:
uname: "Darwin MacBook-Pro-de-Sandro.local 11.4.2 Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64 x86_64"
system: "osx/10.7/x86_64"