Lab03 Linux - rosepheobieshea/SYS-255-Tech-Journal GitHub Wiki
Adding A Records to Active Directory For New Machine Forward Lookup Zone
- Open Server Manager, then go to DNS manager under the tools tab.
- In the forward lookup zones tab right click on user.local and click add A or AAAA record
- Enter the hostname of the device and the device's IP address.
- 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