Skip to content

Instantly share code, notes, and snippets.

@eddyxu
Last active December 11, 2015 01:49
Show Gist options
  • Save eddyxu/4526263 to your computer and use it in GitHub Desktop.
Save eddyxu/4526263 to your computer and use it in GitHub Desktop.
Sync ubuntu configurations to a node
  1. Copy /etc/passwd /etc/group /etc/gshadow /etc/shadow /etc/hosts from head to the newly installed node.
  2. Sets /etc/network/interfaces with static IP address
  3. apt-get install nfs-common
  4. Sets /etc/fstab to mount home to the head node.
  5. Reboot.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment