Ubuntu 18.04 rc.local systemd设置
摘要:ubuntu18.04不再使用initd管理系统,改用systemd。 然而systemd很难用,改变太大,跟之前的完全不同。 使用systemd设置开机启动为了像以前一样,在/etc/rc.local中设置开机启动程序,需要以下几步: 1、systemd默认读取/etc/systemd/syste
阅读全文
Odoo: Configuring the system for sending mail.
摘要:Create a regular user, don't forget to set email alias equal to email server. Configuration: Go to "Settings --> Technical --> General Settings" and set your domain in "Alias Domain" (ex: mydomain.co...
阅读全文