Centos7 Builds Samba Server
1. Preparations
Close the firewall
Close selinux
systemctl stop firewalld.service
setenforce 0 && getenforce && \cp /etc/selinux/config{,.ori} && grep -q "SELINUX=disabled" /etc/selinux/config || sed -i 's%SELINUX=enforcing%SELINUX=disabled%g' /etc/selinux/config
2.Yum installs Samba packages ...
Posted by stockdalep on Sun, 27 Jan 2019 00:03:16 -0800
rest/flask/nginx/uwsgi/supervisor
Thank you for the original author http://www.cnblogs.com/Ray-liang/p/4173923.html?Utm_source=tuicool&utm_medium=referral
My deployment plan is:
Web server adopts uwsgi host Flask
Using Supervisor to Refer to uwsgi as a Routine Startup Service
Reverse proxy based on Nginx
First, Aliyun servers can be remot ...
Posted by ahmedkl on Thu, 03 Jan 2019 15:51:10 -0800