Last active
February 12, 2016 22:48
-
-
Save devynspencer/ab67b571e16727a1a0c8 to your computer and use it in GitHub Desktop.
RHEL7-specific aliases, auto-completion plugins, and notes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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