salt windows-minion cmd.run 'powershell -command "wget -OutFile bootstrap_salt.ps1 https://raw.githubusercontent.com/saltstack/salt-bootstrap/develop/bootstrap-salt.ps1"; powershell -File ./bootstrap_salt.ps1"'
| ext_pillar: | |
| - cmd_yaml: /srv/pillar/keys.sh |
| Keyboard Shortcuts | |
| ================== | |
| command + tab window switcher | |
| command + ` next application window | |
| control + up arrow view all application windows | |
| control + down arrow view current application windows | |
| command + space search / launcher | |
| command + , current application settings |
winrm quickconfig
y
winrm set winrm/config/service/Auth '@{Basic="true"}'
winrm set winrm/config/service '@{AllowUnencrypted="true"}'
winrm set winrm/config/winrs '@{MaxMemoryPerShellMB="1024"}'
OpenStack Images https://www.openstack.org/summit/tokyo-2015/videos/presentation/rolling-your-own-images-with-packer
Packer Openstack/Devstack https://www.packer.io/docs/builders/openstack.html
DevStack https://git.openstack.org/cgit/openstack-dev/devstack/
Quick and Dirty Samba Setup https://www.linux.com/learn/quick-and-dirty-samba-setup
Easy Samba Setup https://www.linux.com/learn/easy-samba-setup
Another Easy Samba Setup https://help.ubuntu.com/community/How to Create a Network Share Via Samba Via CLI (Command-line interface/Linux Terminal) - Uncomplicated, Simple and Brief Way!
Install and Configure Samba
Salt Formulas https://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Salt Formulas Repo https://github.com/saltstack-formulas
Core Grain (for custom grains) https://github.com/saltstack/salt/blob/develop/salt/grains/core.py
| #!/usr/bin/env bash | |
| # Simple move this file into your Rails `script` folder. Also make sure you `chmod +x puma.sh`. | |
| # Please modify the CONSTANT variables to fit your configurations. | |
| # The script will start with config set by $PUMA_CONFIG_FILE by default | |
| PUMA_CONFIG_FILE=config/puma.rb | |
| PUMA_PID_FILE=tmp/pids/puma.pid | |
| PUMA_SOCKET=tmp/sockets/puma.sock |
| #! /bin/bash | |
| clear | |
| echo | |
| echo '__/\\\________/\\\_____________________________' | |
| echo ' _\/\\\_______\/\\\_____________________________' | |
| echo ' _\//\\\______/\\\____/\\\______________________' | |
| echo ' __\//\\\____/\\\____\///______/\\\\\__/\\\\\___' | |
| echo ' ___\//\\\__/\\\______/\\\___/\\\///\\\\\///\\\_' | |
| echo ' ____\//\\\/\\\______\/\\\__\/\\\_\//\\\__\/\\\_' |