Lab03 Linux - rosepheobieshea/SYS-255-Tech-Journal GitHub Wiki

Adding A Records to Active Directory For New Machine Forward Lookup Zone

  1. Open Server Manager, then go to DNS manager under the tools tab.
  2. In the forward lookup zones tab right click on user.local and click add A or AAAA record
  3. Enter the hostname of the device and the device's IP address.
  4. Check the create PTR record box and then click okay.

Clearing Bash History clear the .bash_history file: cat /dev/null > ~/.bash_history

clear bash history history -c