哥伦布

博客园 首页 新随笔 联系 订阅 管理
  73 随笔 :: 0 文章 :: 0 评论 :: 32975 阅读

2025年3月6日 #

证书格式 查看工具 参考命令
.jks keytool keytool -list -v -keystore yourfile.jks
.kdb gskcmd gskcmd -cert -list -db yourfile.kdb -pw password
.crt openssl openssl x509 -in yourfile.crt -text -noout
.cer openssl openssl x509 -in yourfile.cer -text -noout
.pem openssl openssl x509 -in yourfile.pem -text -noout
.p12 openssl openssl pkcs12 -in yourfile.p12 -info -nokeys
posted @ 2025-03-06 08:54 Caraxes 阅读(18) 评论(0) 推荐(0) 编辑

2025年3月5日 #

摘要: 因为管理的网站有点多,需要批量查看所有站点的SSL证书过期时间。 在任意一个创建一个检查的脚本,如:check.sh check.sh内容如下 echo "快速检查一批网站的SSL证书过期时间" urlArray=( \ "https://www.baidu.com" \ "https://www. 阅读全文
posted @ 2025-03-05 17:31 Caraxes 阅读(10) 评论(0) 推荐(0) 编辑

2025年2月24日 #

摘要: 先下载JDK 官网或城通网盘下载 jdk-8u441-linux-x64.tar.gz 本例是下载到/root目录,即~目录 https://url72.ctfile.com/f/39187472-1464053968-5e79c6?p=1133 (访问密码: 1133) 解压缩 本例安装到/usr 阅读全文
posted @ 2025-02-24 15:05 Caraxes 阅读(4) 评论(0) 推荐(0) 编辑

摘要: 主要步骤 以修改dataapi-0.0.1-SNAPSHOT.jar里面的application.properties为例 1. 查找和确定修改的文件 jar -tf dataapi-0.0.1-SNAPSHOT.jar 2. 解压对应的文件 jar -xf dataapi-0.0.1-SNAPSH 阅读全文
posted @ 2025-02-24 10:41 Caraxes 阅读(3) 评论(0) 推荐(0) 编辑

摘要: 引用添加 import "log/slog" import "os" 代码使用 slog.SetDefault(slog.New(slog.NewTextHandler(os.Stderr, nil))) `slog.Info("hello", "name", "Al") 阅读全文
posted @ 2025-02-24 08:54 Caraxes 阅读(2) 评论(0) 推荐(0) 编辑

2025年2月20日 #

摘要: 方法一: 修改注册表 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device] "DevicePasswordLessBuildVersion"=dword:00000000 配置 重启 阅读全文
posted @ 2025-02-20 08:20 Caraxes 阅读(0) 评论(0) 推荐(0) 编辑

2025年2月18日 #

摘要: 下载安装 根据环境下载安装包 https://golang.google.cn/dl/ 下载后解压到一个目录(本例是解压到/usr/go) 根据Linux、Windows设置环境变量,确保go命令能正常返回即可 配置必要的环境变量 GO111MODULE="on" GOPATH="/home/app 阅读全文
posted @ 2025-02-18 16:00 Caraxes 阅读(7) 评论(0) 推荐(0) 编辑

2025年2月13日 #

摘要: 一、修改注册表DriverSearching值 使用注册表编辑器打开:计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DriverSearching 找到名为SearchOrderConfig的 DWORD (32 位 阅读全文
posted @ 2025-02-13 10:50 Caraxes 阅读(9) 评论(0) 推荐(0) 编辑

2025年2月12日 #

摘要: DriverStore文件夹 使用工具DriverStore Explore进行清理。(需要慎重) 下载链接:https://files.cnblogs.com/files/kewenpu/DriverStoreExplorer.v0.11.114.zip?t=1739325354&download 阅读全文
posted @ 2025-02-12 09:56 Caraxes 阅读(2) 评论(0) 推荐(0) 编辑

2025年1月9日 #

摘要: SSH 登录超时时间(Ubuntu22.04可用) sudo vim /etc/profile 设置闲置时间为15分钟(900秒),如果没有此行则直接添加进去 export TMOUT=900 立即生效 source /etc/profile SSH 登录超时时间(CentOS7.6可用) 在登录后 阅读全文
posted @ 2025-01-09 17:28 Caraxes 阅读(11) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示