技术 centors

wget常见用法

1、基本用法下载百度首页的 index.html 文件wget www.baidu.com/index.html 以下的例子是从网络下载一个文件并保存在当前目录,在下载的过程中会显示进度条,包含(下载完成百分比,已经下载的字节,当前下载速度,剩余下载时间)2、下载文件指定名...
技术 flutter

fluttrer开发遇到的问题(持续更新)

1.在flutter的文件中路径应该用 / 而不是 **2.erro:Could not get unknown property 'release' for SigningConfig container of type org.gradle.api.internal...
技术 flutter

解决flutter安装时报的几种错误

1.Android license status unknown.执行 flutter doctor --android-licenses 2.An error occurred during installation: Failed to move away or del...
技术 flutter

win10安装flutter

一、安装fluuter1.1使用镜像由于在国内访问Flutter有时可能会受到限制,Flutter官方为中国开发者搭建了临时镜像,大家可以将如下环境变量加入到用户环境变量中:export PUB_HOSTED_URL=https://pub.flutter-io.cnexp...
技术 centors

Centors7上steam挂卡

用的是Centors7系统,这里用的是一件脚本安装、原作者项目地址:https://github.com/zsnmwy/ArchiSteamFarm-Install-Script安装获取脚本并运行wget -O ASF-install.sh https://raw.gith...
技术 centors

测试本地到服务器的速度 (HTML5 Speedtest)应用

用的centors7系统,lnmp环境。下载程序:https://pan.hxyxyz.top/%E6%BA%90%E7%A0%81/speedtest.zip把源码解压文件粘贴放进网站根目录就行:添加301跳转在你的域名.conf文件里添加代码 路径:/usr/loca...
技术 blog nginx

网站SSL检测 PCI DSS / ATS不合规的解决方法(nginx)

测试ssl等级的网站:https://myssl.com/这是因为网站或服务器兼用了TSLv1.0协议,删除掉就可以了。一,解决ATS不合规打开服务器ssl.conf文件 路径:/usr/local/nginx/conf/ssl.conf删除 TLSv1.0配置:删除前的...
技术 blog nginx

nginx/网站 限制或允许特定ip访问

一服务器或网站分别限制/允许ip访问1.1限制/允许ip访问服务器:在nginx.conf里面配置代码。放置位置 效果 备注http nginx中所有服务起效 -serve...
技术 blog nginx

解决网站没有加载woff字体 导致iconfont.ttf无法加载(nginx)

1、没有发布成功原因    先检查一下服务器上 对应的路径上有没有对应的文件2、mime.types的原因 需要加对应的type,如    application/x-font-truetype           ttf;  application/x-font-woff...