C:\Users\Administrator\AppData\Local\Google\AndroidStudio2021.2\device-explorer
ubuntu 防火墙设置
如:
centos 防火墙设置
例:
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;}