Skip to content

Instantly share code, notes, and snippets.

View gouthampacha's full-sized avatar

Goutham Pacha Ravi gouthampacha

View GitHub Profile
@HarryRybacki-zz
HarryRybacki-zz / run_oooq_with_ipa.sh
Last active January 28, 2020 18:59
Deploy Over/Undercloud with FreeIPA using TripleO-Quickstart (OOOQ)
#!/bin/bash
set -ex
# Notes:
# - Ensure that you hand the virthsot from which you wish to deploy against
# as an argument during the script call.
# - This deployment will provision an additinoal node and configure it as
# a FreeIPA server prior to installing the undercloud.
VIRTHOST=$1
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active May 22, 2024 04:43
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname