http://xmlgraphics.apache.org/batik/
http://cairosvg.org/
http://www.inkscape.org/
svg2pdf[......]
关于如何配置postfix,只作sender用
How to Install and Configure Postfix as a Send-Only SMTP Server on Ubuntu 16.04 [......]
关于LNMP环境的配置,Digital Ocean的教程写的很好
How To Install Linux, Nginx, MySQL, PHP (LEMP stack) in Ubuntu 16.04 [......]
https://www1.aps.anl.gov/information-technology/remote-access/vpn-downloads
Linux Guide http://www.socsci.uci.edu/~jstern/uci_vpn_ubuntu/
Linux Alternative
sudo apt-get install openconnect
[......]
如果只是全文件的用本地或远程:
git checkout --ours index.html
git checkout --theirs _layouts/default.html
如果想全部文件都采用上述策略:
git merge -Xours
git merge -Xtheirs
[......]