Skip to content

Instantly share code, notes, and snippets.

View cwarner-mdsol's full-sized avatar
🎯
🤷🏾‍♂️

Christopher Warner cwarner-mdsol

🎯
🤷🏾‍♂️
View GitHub Profile
❯ pwsh --help
Usage: pwsh[.exe] [-Login] [[-File] <filePath> [args]]
[-Command { - | <script-block> [-args <arg-array>]
| <string> [<CommandParameters>] } ]
[-ConfigurationName <string>] [-ConfigurationFile <filePath>]
[-CustomPipeName <string>] [-EncodedCommand <Base64EncodedCommand>]
[-ExecutionPolicy <ExecutionPolicy>] [-InputFormat {Text | XML}]
[-Interactive] [-MTA] [-NoExit] [-NoLogo] [-NonInteractive] [-NoProfile]
[-NoProfileLoadTime] [-OutputFormat {Text | XML}]
@cwarner-mdsol
cwarner-mdsol / gist:f355dcc462974cb5f1e4
Created December 8, 2015 14:53
Provisioning steps for ami-3a347a50
amazon-ebs output will be in this color.
==> amazon-ebs: Inspecting the source AMI...
==> amazon-ebs: Creating temporary keypair: packer 5665dfb0-df43-d780-83e9-0d15973d00c7
==> amazon-ebs: Creating temporary security group for this instance...
==> amazon-ebs: Authorizing SSH access on the temporary security group...
==> amazon-ebs: Launching a source AWS instance...
amazon-ebs: Instance ID: i-753017c5
==> amazon-ebs: Waiting for instance (i-753017c5) to become ready...
==> amazon-ebs: Waiting for SSH to become available...
@cwarner-mdsol
cwarner-mdsol / gist:1a3cc3d94f19f8da4f10
Created December 8, 2015 14:38
System Log for instance for i-102692a6
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.13.0-71-generic (buildd@lgw01-09) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #114-Ubuntu SMP Tue Dec 1 02:34:22 UTC 2015 (Ubuntu 3.13.0-71.114-generic 3.13.11-ckt29)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-71-generic root=UUID=728fd463-4a12-445c-be24-df8bb98df158 ro console=tty1 console=ttyS0 nomdmonddf nomdmonisw
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] e820: BIOS-provided physical RAM map:
syntax on
set nocompatible
set background=light
colorscheme solarized
set guifont=Menlo\ Regular:h17
set number
set ts=8
set sw=4
set expandtab
set sts=4