I hereby claim:
- I am scottslowe on github.
- I am scottslowe (https://keybase.io/scottslowe) on keybase.
- I have a public key ASDyipcbsOtW8SYma2RpDZ8gen5vu8lvfbqRPbW0-WXjawo
To claim this, I am signing this object:
[ | |
{ "keys": ["{"], "command": "bracketeer", "args": { "braces": "{}", "unindent": true } }, | |
{ "keys": ["}"], "command": "bracketeer", "args": { "braces": "{}", "pressed": "}", "unindent": true } }, | |
{ "keys": ["["], "command": "bracketeer", "args": { "braces": "[]" } }, | |
{ "keys": ["]"], "command": "bracketeer", "args": { "braces": "[]", "pressed": "]" } }, | |
{ "keys": ["("], "command": "bracketeer", "args": { "braces": "()" } }, | |
{ "keys": [")"], "command": "bracketeer", "args": { "braces": "()", "pressed": ")" } }, | |
{ "keys": ["\""], "command": "bracketeer", "args": { "braces": "\"\"" }, "context": | |
[ { "key": "selection_empty", "operator": "equal", "operand": false, "match_all": true } ] }, | |
{ "keys": ["'"], "command": "bracketeer", "args": { "braces": "''" }, "context": |
I hereby claim:
To claim this, I am signing this object:
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
# Specify Vagrant version, Vagrant API version, and desired clone location | |
Vagrant.require_version ">= 1.6.0" | |
VAGRANTFILE_API_VERSION = "2" | |
#ENV['VAGRANT_DEFAULT_PROVIDER'] = 'vmware_fusion' | |
#ENV['VAGRANT_VMWARE_CLONE_DIRECTORY'] = '~/.vagrant' | |
#ENV['VAGRANT_DEFAULT_PROVIDER'] = 'virtualbox' | |
ENV['VAGRANT_DEFAULT_PROVIDER'] = 'vmware_appcatalyst' |
# Ubuntu Server automated installation | |
# by Scott Lowe ([email protected]) | |
d-i debian-installer/locale string en_US | |
d-i console-setup/ask_detect boolean false | |
d-i keyboard-configuration/layoutcode string us | |
d-i netcfg/choose_interface select eth0 | |
d-i netcfg/get_hostname string hostname | |
d-i netcfg/get_domain string domain.com | |
d-i netcfg/wireless_wep string |
<vmsvc> | |
<heartbeatDelayInSecs>0</heartbeatDelayInSecs> | |
</vmsvc> |
#%PAM-1.0 | |
###########line above is part of this file################# | |
#/etc/pam.d/su config file | |
########################################################### | |
#auth sufficient pam_rootok.so | |
auth include common-auth | |
account include common-account | |
password include common-password | |
session include common-session | |
session optional pam_xauth.so |
############### | |
# /etc/pam.d/common-account - authorization settings common to all services | |
############### | |
# This file is included from other service-specific PAM config | |
# files, and should contain a list of the authorization modules | |
# that define the central access policy for use on the system. | |
# The default is to only deny service to users whose accounts | |
# are expired. | |
# | |
account sufficient pam_krb5.so |
############### | |
# /etc/samba/smb.conf file | |
############### | |
# smb.conf is the main Samba configuration file. You find a full | |
# commented version at /usr/share/doc/packages/samba/examples/ | |
# smb.conf.SUSE if the samba-doc package is installed. | |
# Date: 2007-02-07 | |
[global] | |
workgroup = DOMAIN-SHORTNAME | |
realm = DOMAIN.COM |
############### | |
# /etc/ntp.conf file | |
# | |
# Sample NTP configuration file. | |
# See package ntp-doc for documentation, Mini-HOWTO and FAQ. | |
# Copyright 1998 S.u.S.E. GmbH Fuerth, Germany. | |
# | |
# Author: Michael Andres, | |
# | |
############### |
############### | |
# /etc/nsswitch.conf | |
############### | |
# An example Name Service Switch config file. This file should be | |
# sorted with the most-used services at the beginning. | |
# | |
# The entry [NOTFOUND=return] means that the search for an | |
# entry should stop if the search in the previous entry turned | |
# up nothing. Note that if the search failed due to some other reason | |
# (like no NIS server responding) then the search continues with the |