MySQL: Search and Replace
There are a number of times when I have had to change one string to another in a MySQL table. In the past I would do a MySQL dump, edit the file, and then import it back in. This worked […]
There are a number of times when I have had to change one string to another in a MySQL table. In the past I would do a MySQL dump, edit the file, and then import it back in. This worked […]
DHCP on FreeBSD updates your DNS information in /etc/resolv.conf. This works great for workstation and other systems that only have one interface but what about systems that are connected to multiple networks. You may not want it to update your […]