IT Analyst; Lic. Computer Science, Bel. in Theology, Esp. Biblical Theology, Esp. in New Testament Theology, Esp. in Systematic Theology and Esp. Computer Network.
# Atualizar o sistema
apt-get update
apt-get dist-upgrade
apt-get autoremove
apt-get install openssh-server libperl5.10 sysstat sqlite3
# Reiniciar o sistema
shutdown -r now
# Baixar o Zimbra Collaboration Suite Open Source Edition 7.1.3 GA
wget http://files.zimbra.com/downloads/7.1.3_GA/zcs-7.1.3_GA_3346.UBUNTU10_64.20110928134610.tgz#sthash.t77bgaNS.dpuf
# Descompactar o arquivo tar.gz
tar xvfz zcs*.tgz
# Instalar bind9 para NAT 1-1
apt-get install bind9
# Editar o arquivo named.conf.options
joe /etc/bind/named.conf.options
arquivo-named-conf-optionsImagem 1 – Arquivo name.conf.options
# Criar o arquivo db.webmail.dyndns.org no diretório /var/cache/bind
joe /var/cache/bind/db.webmail.dyndns.org
arquivo-db-webmail-dyndnsImagem 2 – Arquivo-db.webmail.dyndns.org
# Editar o arquivo /etc/resolv.conf e mudar o nameserver para 127.0.0.1
Social