Skip to content

Instantly share code, notes, and snippets.

@mattsimpson
Last active November 8, 2016 23:39
Show Gist options
  • Save mattsimpson/803c0566ad83f97a7baeb20a8f36db61 to your computer and use it in GitHub Desktop.
Save mattsimpson/803c0566ad83f97a7baeb20a8f36db61 to your computer and use it in GitHub Desktop.
An example of the documentation.
  1. SSH into server and sudo to root:
ssh service@university.edu
sudo -s
  1. Change the SELINUX variable in /etc/selinux/config to permissive to prevent unforeseen and difficult to diagnose issues:
SELINUX=permissive
  1. Add the following lines to /etc/hosts file:
127.0.0.1   example.university.edu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment