Skip to content

Instantly share code, notes, and snippets.

View abradshaw's full-sized avatar
💭
Moved to GitLab

ab abradshaw

💭
Moved to GitLab
View GitHub Profile
@Sherex
Sherex / wikijs-keycloak-config-guide.md
Last active March 20, 2024 09:25
A guide for configuring Keycloak as a authentication provider in WikiJS | https://wiki.js.org | Feature request for adding this to the docs: https://requarks.canny.io/wiki/p/keycloak-auth-docs-proposal-for-a-guide-written
@jnikolak
jnikolak / gist:5c0eba5453a7d4912b4a700399a59040
Last active November 7, 2016 15:46
Install Satellite from Disconnected
#!/bin/bash
set -x # Comment this out for faster implementation.
#**************************************************************
## Version 0.1"
### Author: Jon Nikolakakis
#### change variable $dom if you don't want the domain china.com
##### This script will install and set up your hostname, then install Satellite of your choosing.
###### The goal is to do it quickly and without much interaction.
####### The installer requires that you have downloaded the disconnected satellite iso,
@jlsherrill
jlsherrill / pulp_fix.md
Last active August 29, 2015 14:15
Pulp fix for long titles (epel 7)
@omaciel
omaciel / 00-readme.md
Last active January 19, 2023 15:42
Create Host Collection and Activation Keys, associating them as well as adding all available subscriptions to the Activation Key for a scenario where you have enabled and synchronized RHEL 5/6/7 i386, x86_64, ppc64 and s390x repositories.

Instructions

Please update 01-credentials.sh to include your credentials, and run these scripts in the order shown below:

  • 01-credentials.sh
  • 02-os-versions.sh
  • 03-initial-configuration.sh
  • 04-enable-content.sh
  • 05-content-views.sh
@dLobatog
dLobatog / gist:414753288b309d779c40
Last active July 11, 2016 14:54
byzanz-record-region
#!/bin/bash
# Delay before starting
DELAY=10
# Sound notification to let one know when recording is about to start (and ends)
beep() {
paplay /usr/share/sounds/KDE-Im-Irc-Event.ogg &
}