Recently we have configured FTPS with virtual user to one of our client. I want to share that with you in this blog. FTPS is also known as FTP secure , an extension to common FTP with TLS and SSL…
Author: Gopinath M
DNS Nameserver entries in network interfaces using resolvconf Program
Usually we make DNS nameserver entries in the configuration file resolv.conf at /etc/resolv.conf .But, when multiple programs need to dynamically modify the resolv.conf configuration file they can step on each other and the file can become out-of-sync. To overcome this…