例:
作者: venski
centos8 时间同步
yum install -y chronyyum install -y vimvim /etc/chrony.… 继续阅读 centos8 时间同步
centos7 时间同步
安装ntp服务yum install wntp 时间同步ntpdate ntp1.aliyun.com tim… 继续阅读 centos7 时间同步
centos 升级内核
如: 参考: https://www.howtoforge.com/tutorial/how-to-upgra… 继续阅读 centos 升级内核
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 per… 继续阅读 nginx http跳转https
nginx转发websocket
例:
虚拟化开发环境创建工具Vagrant
开源地址: https://github.com/hashicorp/vagrant 基于 Ruby 的工具,… 继续阅读 虚拟化开发环境创建工具Vagrant