Difference between revisions of "Zimbra Setups"
Jump to navigation
Jump to search
(Created page with "<syntaxhighlight lang="shell" line="1"> yyum update -y ; reboot hostnamectl set-hostname "mail.linuxtechi.com" exec bash nano /etc/hosts # 192.168.0.108 mail.linuxtechi.com...") |
|||
Line 1: | Line 1: | ||
<syntaxhighlight lang="shell" line="1"> | <syntaxhighlight lang="shell" line="1"> | ||
− | + | yum update -y ; reboot | |
hostnamectl set-hostname "mail.linuxtechi.com" | hostnamectl set-hostname "mail.linuxtechi.com" | ||
− | + | exec bash | |
− | + | nano /etc/hosts | |
− | + | # 192.168.0.108 mail.linuxtechi.com mail | |
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 21:58, 22 August 2021
yum update -y ; reboot
hostnamectl set-hostname "mail.linuxtechi.com"
exec bash
nano /etc/hosts
# 192.168.0.108 mail.linuxtechi.com mail