Skip to content

Instantly share code, notes, and snippets.

@devynspencer
Last active February 12, 2016 22:48
Show Gist options
  • Select an option

  • Save devynspencer/ab67b571e16727a1a0c8 to your computer and use it in GitHub Desktop.

Select an option

Save devynspencer/ab67b571e16727a1a0c8 to your computer and use it in GitHub Desktop.
RHEL7-specific aliases, auto-completion plugins, and notes.
# http://micahelliott.com/posts/2015-08-27-firewalld-best-practices.html
alias fw='firewall-cmd'
alias fwz='fw --zone'
alias fwp='fw --permanent'
alias fwr='fw --runtime-to-permanent'
alias fwpz='fw --permanent --zone'
alias fwl='fw --list-all-zones'
alias hidden='ls -a | grep "^\."'
alias dotfiles='hidden'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment