- 博客(177)
- 资源 (6)
- 收藏
- 关注
原创 华为RH1288 V2服务器风扇异常狂转iBMC的管理网口无法连上查看硬件告警-通过ESXi启用shell安装ipmitool修改iBMC网络配置
华为RH1288 V2服务器风扇异常狂转iBMC的管理网口无法连上查看硬件告警-通过ESXi启用shell安装ipmitool修改iBMC网络配置
2026-03-30 20:18:13
599
原创 mac brew安装指定cmake历史版本解决Python安装 onnxsim报错Compatibility with CMake < 3.10 will be removed
mac brew安装指定cmake历史版本解决Python安装 onnxsim报错Compatibility with CMake < 3.10 will be removed
2025-07-17 23:12:30
970
原创 AWS EKS 相关错误修复 - remote error: tls: internal error - CSR pending
AWS EKS 相关错误修复 - remote error: tls: internal error - CSR pending
2024-12-13 17:39:05
921
原创 grafana配置ldap过程中报错invalid memory address or nil pointer dereference“ stack=“runtime/panic.go:261...“
grafana配置ldap过程中报错invalid memory address or nil pointer dereference" stack="runtime/panic.go:261..."
2024-05-02 18:17:28
495
1
原创 base64解码时报错“decode base64: invalid input“
base64解码时报错"decode base64: invalid input"
2024-05-02 17:45:38
1253
1
原创 Python 3.13.0a6安装cryptography报错“DistutilsPlatformError(“Unable to find vcvarsall.bat“)“
Python 3.13.0a6安装cryptography报错"DistutilsPlatformError("Unable to find vcvarsall.bat")" 报错解决以及cffi 修复 _cffi_backend.obj : error LNK2001: unresolved external symbol _PyErr_WriteUnraisableMsg
2024-04-30 01:08:55
1303
3
原创 ubuntu apt 报错“ Waiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend...“
ubuntu apt 报错" Waiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend..."
2024-04-28 19:57:24
1105
原创 choco安装vcredist140报错Unable to resolve dependency ‘chocolatey-core.extension‘神走位修复方案
执行下面的命令安装。
2024-04-25 21:10:24
876
原创 利用jarsigner命令查看jar文件签名及去除jar文件原有签名方法
利用jarsigner命令查看jar文件签名及去除jar文件原有签名方法
2024-04-24 00:10:33
704
原创 python paramiko ssh连接解决No authentication methods available
python paramiko ssh连接解决No authentication methods available
2024-03-01 18:36:24
1345
1
原创 AWS asg(Auto Scaling Group)部署时报错Error: Termination Reason: Client.InternalError
AWS asg(Auto Scaling Group)部署时报错Error: Termination Reason: Client.InternalError: Client error on launch
2023-08-13 21:58:10
749
原创 packer构建AWS AMI镜像时报错“scp stderr (length 38): bash: /usr/bin/scp: Permission denied“
packer构建AWS AMI镜像时报错"scp stderr (length 38): bash: /usr/bin/scp: Permission denied"修复解决
2023-04-26 22:38:26
569
原创 WSL ubuntu 解决 Permissions 0555 for ‘key.pem‘ are too open.问题
WSL ubuntu 解决 Permissions 0555 for 'key.pem' are too open.问题
2023-04-07 16:22:20
855
原创 Ubuntu解决 “Package dpkg is not configured yet.“ 问题
Ubuntu解决 "Package dpkg is not configured yet." 问题
2023-03-07 10:18:21
1509
原创 android gradle编译报错“Manifest merger failed : android:exported needs to be explicitly specified “
android gradle编译报错"Manifest merger failed : android:exported needs to be explicitly specified "
2023-02-25 20:22:00
3452
原创 android gradle编译时报错Could not find method compile() for arguments解决
android gradle编译时报错Could not find method compile() for arguments解决, 将build.gradle文件下面的complie方法改成implementation方法
2023-02-25 18:04:35
4223
2
原创 Amazon ElastiCache for Redis 集群部署后redis-处理连接后一直没响应,但是telnet能通
Amazon ElastiCache for Redis 集群部署后redis-处理连接后一直没响应,但是telnet能通, 请检查TransitEncryptionEnabled 参数
2023-02-07 16:17:55
1349
原创 Gradle编译时报错 Caused by: javax.net.ssl.SSLException: No PSK available. Unable to resume.
Gradle编译时报错 Caused by: javax.net.ssl.SSLException: No PSK available. Unable to resume.
2023-02-05 17:16:50
2140
1
原创 解决安卓编译时报错 “Failed to get default debug keystore location“
解决安卓编译时报错 "Failed to get default debug keystore location" , 将默认用户下的`.android` 文件复制到`${ANDROID_SDK_HOME}`路径下即可
2023-02-05 15:08:53
3036
1
原创 执行wsl 命令时报错 nsenter: failed to execute 564: No such file or directory
执行wsl 命令时报错 nsenter: failed to execute 564: No such file or directory, wsl中执行exec sudo nsenter -t $(pidof systemd) -a su - $LOGNAME 修复问题
2023-02-05 11:25:57
1295
转载 wsl 解决 Failed to get D-Bus connection: Operation not permitted
win10 子系统wsl 解决 Failed to get D-Bus connection: Operation not permitted 问题
2023-02-04 22:48:11
4002
原创 Ubuntu debianutils : Breaks: x11-common (< 1:7.7+23~) but 1:7.7+19ubuntu14 is to be installed
Ubuntu 安装jre11, 修复 The following packages have unmet dependencies: debianutils : Breaks: x11-common (< 1:7.7+23~) but 1:7.7+19ubuntu14 is to be installedE: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
2023-01-29 18:15:30
3818
原创 处理 Failed to start Snap Daemon. systemd[1]错误
处理 Failed to start Snap Daemon. systemd[1]错误
2023-01-27 22:44:14
6794
原创 python gevent 解决 (mach-o file, but is an incompatible architecture (have ‘x86_64‘, need ‘arm64‘))问题
python gevent 解决 (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64'))问题
2022-12-17 17:38:12
8680
systemctl.py
2023-02-04
谷歌浏览器CheerpJ Applet Runner插件, 安装后解决Sorry, your browser does not
2022-08-28
BBR算法介绍 04_Making_Linux_TCP_Fast_netdev_1.2_final.pdf
2022-03-29
computer network.pdf
2020-12-06
云原生开发50天进阶文档.pdf
2020-12-06
substance.jar
2016-06-26
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅