上一页 1 2 3 4 5 6 7 8 ··· 39 下一页
摘要: 一、密码复杂度配置 1、备份原有配置文件 cp /etc/pam.d/system-auth /etc/pam.d/system-auth.bak 2、设置复杂度策略 vim /etc/pam.d/system-auth 找到包含pam_pwquality.so模块的行,将原有行注释并修改为如下的新 阅读全文
posted @ 2022-01-12 16:58 b̶i̶n̶g̶.̶ 阅读(2711) 评论(0) 推荐(0) 编辑
摘要: Windows Server 2016 数据中心Datacenter: CB7KF-BWN84-R7R2Y-793K2-8XDDG Windows Server 2016 标准版Standard: WC2BQ-8NRM3-FDDYY-2BFGV-KHKQY 参考:https://www.cnblog 阅读全文
posted @ 2021-12-30 15:40 b̶i̶n̶g̶.̶ 阅读(186) 评论(0) 推荐(0) 编辑
摘要: await divideWorkByTaskProvider.WhenAll(new DivideWorkOption { Action = o => { var item = o as DivideTaskInfo; if (item == null) return; for (var i = i 阅读全文
posted @ 2021-12-29 08:53 b̶i̶n̶g̶.̶ 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 一、非配置文件方式 docker run -itd --name myredis --restart=always -p 6380:6379 redis --requirepass "qwer1234.0" --appendonly yes 二、配置文件方式(挂载外部目录) docker run - 阅读全文
posted @ 2021-12-22 11:58 b̶i̶n̶g̶.̶ 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 1、debian11 //1.先备份 cp /etc/apt/sources.list /etc/apt/sources.list.bak //2.清空 echo " " > /etc/apt/sources.list //3.写阿里源 echo "deb https://mirrors.aliyu 阅读全文
posted @ 2021-12-22 10:49 b̶i̶n̶g̶.̶ 阅读(1316) 评论(0) 推荐(1) 编辑
摘要: 一、创建.net6 Dockerfile,上传至发布后的目录下 FROM mcr.microsoft.com/dotnet/aspnet:6.0 WORKDIR /app #EXPOSE 80 #COPY . . #设置容器编码格式 ENV LANG C.UTF-8 #设置时区,解决容器内时间和宿主 阅读全文
posted @ 2021-12-21 18:10 b̶i̶n̶g̶.̶ 阅读(484) 评论(0) 推荐(0) 编辑
摘要: wget https://download.visualstudio.microsoft.com/download/pr/a0e9ceb8-04eb-4510-876c-795a6a123dda/6141e57558eddc2d4629c7c14c2c6fa1/aspnetcore-runtime- 阅读全文
posted @ 2021-12-18 08:58 b̶i̶n̶g̶.̶ 阅读(296) 评论(0) 推荐(0) 编辑
摘要: [AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)] public class MyFilterAttribute : Attribute, IAsyncAuthorizationFilt 阅读全文
posted @ 2021-12-11 10:42 b̶i̶n̶g̶.̶ 阅读(626) 评论(0) 推荐(0) 编辑
摘要: 一、RSA Install-Package BouncyCastle.NetCore 二、Excel Install-Package EPPlus 三、HTML To PDF Install-Package Wkhtmltopdf.NetCore 四、定时任务 Install-Package Han 阅读全文
posted @ 2021-11-29 13:37 b̶i̶n̶g̶.̶ 阅读(304) 评论(0) 推荐(0) 编辑
摘要: ffmpeg -re -i http://xxx/app/index.m3u8 -c copy -flvflags no_duration_filesize -f flv rtmp://192.168.1.160:1935/app/stream 阅读全文
posted @ 2021-11-22 17:27 b̶i̶n̶g̶.̶ 阅读(80) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 39 下一页