例:
centos8 时间同步
yum install -y chronyyum install -y vimvim /etc/chrony.confchronyd -q 'server ntp.ntsc.ac.cn iburst'systemctl …
centos7 时间同步
安装ntp服务yum install wntp 时间同步ntpdate ntp1.aliyun.com timedatectl set-timezone UTC
centos 升级内核
如: 参考: https://www.howtoforge.com/tutorial/how-to-upgrade-kernel-in-centos-7-server/
nginx 限制IE访问
以ie例
nginx php的mini
一个php的mini 把css,js压缩的工具, 这里仅讨论它的nignx配置
nginx 与php配合授权下载
nginx配置 php代码 抽空再编辑
nginx http跳转https
if ($scheme = http) {rewrite ^(.*)$ https://$host$1 permanent;}
虚拟化开发环境创建工具Vagrant
开源地址: https://github.com/hashicorp/vagrant 基于 Ruby 的工具,用于创建和部署虚拟化开发环境。它使用 Oracle 的开源 VirtualBox 虚拟化系统,使用 Chef …