Skip to content

Instantly share code, notes, and snippets.

@syang
syang / gist:9960077
Created April 3, 2014 18:30
Vagrant file -- "SATA Controller" white space splitted
# -*- mode: ruby -*-
# vi: set ft=ruby :
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing!
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "Centos65"
config.vm.box_url = "https://github.com/2creatives/vagrant-centos/releases/download/v6.5.1/centos65-x86_64-20131205.box"
@syang
syang / Vagrantfile_to_share
Created April 3, 2014 01:53
Vagrantfile_to_share for debugging help
# -*- mode: ruby -*-
# vi: set ft=ruby :
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing!
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "Centos65"
config.vm.box_url = "https://github.com/2creatives/vagrant-centos/releases/download/v6.5.1/centos65-x86_64-20131205.box"
@syang
syang / gist:9057224
Last active August 29, 2015 13:56
Ansible Notes

(Placeholder for practicing Ansible Playbook Design)

Platform Tested on

Mac OS X 10.9.1

Prerequisites

  1. Having git installed on your system from the following URL
@syang
syang / gist:9053502
Last active August 29, 2015 13:56
test and run askbot locally

(Tried following of https://gist.github.com/ligthyear/5188195, where several errors were experienced. Therefore, write down my manual try and test sequence, which led a successful testing environment.)

Target Platform Tested on

Ubuntu 12.04 Precise, x86-64

You can test your platform with the follow command lines:

$ lsb_release -a
$ uname -a