Skip to content

Instantly share code, notes, and snippets.

@rdbreak
rdbreak / .zshrc
Created July 19, 2019 06:43
My z shell set up
# If you come from bash you might have to change your $PATH.
export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="$HOME/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
@rdbreak
rdbreak / breakdown.ruby
Created July 9, 2019 07:43
Breakdown down of setting up kerberized NFS
# IPASERVER
[root@ipaserver ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.0 (Maipo)
yum install -y bind* ipa-server
ipa-server-install --setup-dns
kinit admin
ipa service-add ## see command info below ##