touch /.unconfiguredNote: to find your interface name(s), run the ifconfig command; if the system does not have it installed, determine which package includes the command via yum provides ifconfig (in this case, we would install net-tools.)
rm -f /etc/ssh/ssh_host_*
ifdown <interfacename>
sed -i '/^HWADDR=.*$/d' /etc/sysconfig/network-scripts/ifcfg-<interfacename>
ifup <interfacename>
rm -f /etc/udev/rules.d/70-persistent-net.rules
history -c
shutdown -h now
1/18/2017
Preparing CentOS/RHEL For Clone
When deploying CentOS/RHEL virtual machines for a clone, you will want to remove host-specific information from the clone source - the commands below streamline this process by cleaning out the SSH host, interface, & history information.
MacOS Tweaking 101
Is your beloved hunk of Cupertino silicon underperforming? Wish your Mac had a little more zip? Then you'll love these tips on squeez...
-
Ever wanted to test LDAP binding with Powershell? It's possible with the code below. $LdapServer = "ldap.server.fqdn" $Co...
-
Microsoft released Windows 10 Build 14316 to their Insiders program fast ring today, and it brings along some nifty features like a native d...