- User ID
- 1
- Joined
- 7 Jan 2019
- Messages
- 829
- Reaction score
- 32
- Points
- 28
After finished installing 3CX Debian Linux ISO:
nano /etc/hostname
make the hostname to an FQDN, for example:
test3cx -> test3cx.my3cx.nz
nano /etc/default/grub
adjust GRUB_TIMEOUT=5 -> GRUB-TIMEOUT=2 to make boot loader timeout faster (on the 7th line)
also, remove the QUIET boot option, on line 9:
GRUB_CMDLINE_LINUX_DEFAULT="QUIET" -> GRUB_CMDLINE_LINUX_DEFAULT=""
update-grub to commit the change
Ultimately, give the system a full reboot: shutdown -r now
nano /etc/hostname
make the hostname to an FQDN, for example:
test3cx -> test3cx.my3cx.nz
nano /etc/default/grub
adjust GRUB_TIMEOUT=5 -> GRUB-TIMEOUT=2 to make boot loader timeout faster (on the 7th line)
also, remove the QUIET boot option, on line 9:
GRUB_CMDLINE_LINUX_DEFAULT="QUIET" -> GRUB_CMDLINE_LINUX_DEFAULT=""
update-grub to commit the change
Ultimately, give the system a full reboot: shutdown -r now