Article Update 11/8/16 — SugarCRM now offer the Image field type via Studio in 7.x versions. Article Update 7/14/2014 — Before diving into this code level tutorial, you should know that a module has been released to solve this scenario which is located on SugarOutfitters. There are cases where it would be helpful to be able to add a photo to a SugarCRM contact record in order to put a face with the name. However, there isn’t a way […]
Месяц: Июнь 2019
Установка lsyncd
apt-get install lsyncd mkdir -p /etc/lsyncd mkdir -p /var/log/lsyncd vim /etc/lsyncd/lsyncd.conf.lua sync { default.rsyncssh, source=»/etc/nginx/», host=»yoo.com», targetdir=»/etc/nginx.bk», rsync = { archive = true, compress = false, whole_file = false }, ssh = { port = 32022 } }