Skip to content

Instantly share code, notes, and snippets.

View jreypo's full-sized avatar
🇪🇸
Living life my way

Juanma jreypo

🇪🇸
Living life my way
View GitHub Profile
@jasonbrooks
jasonbrooks / fedora-atomic-host.md
Last active August 23, 2018 12:32
running kubernetes on fedora atomic host

kubernetes all in one

grab an atomic host

$ vagrant init fedora/25-atomic-host
$ vagrant up
$ vagrant ssh
@ianblenke
ianblenke / fixdm.sh
Created August 2, 2016 19:20
Fix docker-machine configs
#!/bin/bash
INCONFIG=config.json
OUTCONFIG=config.json.$$
if [ ! -f $INCONFIG ]; then
echo "Cannot find $INCONFIG file"
exit 1
fi
SSHKeyPath="$(jq -r .Driver.SSHKeyPath $INCONFIG)"
@CamW
CamW / startbox.ps1
Created February 7, 2016 10:16
Windows10 Startbox
get-packageprovider -name chocolatey
New-Item $profile -ItemType File -Force
"Set-Location c:\`r`nrm alias:curl`r`nClear-Host`r`n" | Set-Content $env:USERPROFILE\Documents\WindowsPowerShell\Microsoft.PowerShellISE_profile.ps1
install-package dropbox
install-package vlc
install-package adobereader
install-package paint.net
install-package nimbletext
install-package googlechrome
install-package putty.install
@coolsvap
coolsvap / rdo-liberty-neutron-heat-answers-txt
Created September 23, 2015 11:50
rdo-liberty-neutron-heat-answers-txt
[general]
# Path to a public key to install on servers. If a usable key has not
# been installed on the remote servers, the user is prompted for a
# password and this key is installed so the password will not be
# required again.
CONFIG_SSH_KEY=/root/.ssh/id_rsa.pub
# Default password to be used everywhere (overridden by passwords set
# for individual services or users).
@coolsvap
coolsvap / rdo-liberty-glance-localfs-cinder-lvm-answers.txt
Created September 23, 2015 06:43
rdo-liberty-glance-localfs-cinder-lvm-answers.txt
[general]
# Path to a public key to install on servers. If a usable key has not
# been installed on the remote servers, the user is prompted for a
# password and this key is installed so the password will not be
# required again.
CONFIG_SSH_KEY=/home/centos/.ssh/id_rsa.pub
# Default password to be used everywhere (overridden by passwords set
# for individual services or users).