火焰

valeb
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

09 2023 档案

摘要:{ "Kestrel": { "Endpoints": { "Http": { "Url": "http://*:5080" }, "Https": { "Url": "https://*:5081", "Certificate": { "Path": "/app/server.pfx", "Pas 阅读全文

posted @ 2023-09-28 14:18 valeb 阅读(27) 评论(0) 推荐(0)

摘要:yum update -y yum -y install yum-utils yum install -y yum-utils device-mapper-persistent-data lvm2 yum-config-manager --add-repo https://download.dock 阅读全文

posted @ 2023-09-26 18:25 valeb 阅读(22) 评论(0) 推荐(0)

摘要:1:查看当前Centos 内核版本 uname -r 2:下载内核包 wget http://hkg.mirror.rackspace.com/elrepo/kernel/el7/x86_64/RPMS/kernel-lt-5.4.257-1.el7.elrepo.x86_64.rpm 3:rpm安 阅读全文

posted @ 2023-09-26 18:11 valeb 阅读(127) 评论(0) 推荐(0)

摘要:#See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images 阅读全文

posted @ 2023-09-26 16:46 valeb 阅读(53) 评论(0) 推荐(0)

摘要:#!/bin/bash echo " Welcome to docker build" echo "" echo "" ABP_HOST="abp/host" ABP_NG="abp/ng" cd .. echo " Building docker image $ABP_HOST..." # cd 阅读全文

posted @ 2023-09-22 14:49 valeb 阅读(51) 评论(0) 推荐(0)

摘要:<#@ assembly name="System.Core"#> <#@ import namespace="System.Collections.Generic"#> <#@ import namespace="System.IO"#> <#@ import namespace="System. 阅读全文

posted @ 2023-09-21 09:46 valeb 阅读(18) 评论(0) 推荐(0)

摘要:错误排查: 都会用 2那里 搜索 ,答案又是满天飞,且抄手一大帮! 正确实的方式: tail -200f /var/log/messages 查看日志 ,具体定位! 阅读全文

posted @ 2023-09-20 18:32 valeb 阅读(1070) 评论(0) 推荐(0)

摘要:查阅网络相关文章,抄的是满天飞。。。。, 没有一个可完整的。 破解工具:https://files.cnblogs.com/files/valeb/confluence%E5%B7%A5%E5%85%B7.rar?t=1695031724&download=true 下载地址: https://ww 阅读全文

posted @ 2023-09-18 18:48 valeb 阅读(1656) 评论(2) 推荐(0)

摘要:错误原因分析:cannot load certificate "/etc/nginx/test.com.crt": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fo 阅读全文

posted @ 2023-09-11 11:56 valeb 阅读(2526) 评论(0) 推荐(0)