会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
bert_qin
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
11
下一页
2021年10月7日
openssl验证服务端(https/openssh ..)是否支持特定的cipher
摘要: 查看openssl版本 openssl version 查看openssl支持哪些ciphers openssl ciphers 验证服务端是否支持指定的cipher openssl s_client -connect www.baidu.com:443 -tls1_2 -cipher ECDHE-
阅读全文
posted @ 2021-10-07 14:43 bert_qin
阅读(914)
评论(0)
推荐(0)
2021年9月22日
vscode历史版本下载
摘要: https://code.visualstudio.com/updates/ 可以直接加上版本号,迅速定位 例如 https://code.visualstudio.com/updates/v1_33 注意:自1.36版本后停止支持32位linux系统
阅读全文
posted @ 2021-09-22 15:58 bert_qin
阅读(4672)
评论(0)
推荐(0)
2021年9月17日
linux命令行使用base64编码解码
摘要: 背景 有时候我们需要复制二进制文件,例如der格式的x509证书,这个时候需要一点技巧,base64可以派上用场 base64编码 echo hello | base64 得到的值为aGVsbG8K base64解码 echo aGVsbG8K | base64 -d 得到的值为hello 总结 结
阅读全文
posted @ 2021-09-17 14:28 bert_qin
阅读(1695)
评论(0)
推荐(0)
2021年9月14日
手动安装openssl,openssh
摘要: 背景 linux上的openssl,openssh可能是比较旧的版本。且没办法通过包管理工具进行更新,例如apt。这种情况就需要手动安装。以下操作在ubuntu18.04下通过。 卸载旧版openssh systemctl stop sshd systemctl disable sshd sudo
阅读全文
posted @ 2021-09-14 11:44 bert_qin
阅读(407)
评论(0)
推荐(0)
新版vscode使用remote ssh报错
摘要: 报错 command '_workbench.downloadResource' failed" when connecting to a remote host via ssh 解决 确定commit 在help中可以查看 清理 rm -rf ~/.vscode-server/bin/${comm
阅读全文
posted @ 2021-09-14 09:10 bert_qin
阅读(922)
评论(0)
推荐(0)
2021年9月13日
excel2010打开网络共享文件超级慢
摘要: 现象 Excel2010打开网络共享文件时无论多小都要几分钟,打开本地文件正常 原因 微软自己估计都不知道 解决 重新安装Office2010 office2010采用常规方法根本没办法卸载干净,重新安装根本解决不了问题 需要使用官方的卸载工具,链接如下: https://support.micro
阅读全文
posted @ 2021-09-13 18:16 bert_qin
阅读(552)
评论(0)
推荐(0)
2021年9月12日
X509证书及其格式扩展名
摘要: X509证书 概念 通常称为PKIX for Public Key Infrastructure 标准文件为RFC 5280 编码方式 二进制(DER) ASCII(PEM) 同一后缀的文件可能有不同的编码方式 扩展 .der 用于二进制DER编码证书 .pem 用于不同类型的X.509v3文件,是
阅读全文
posted @ 2021-09-12 12:41 bert_qin
阅读(1395)
评论(0)
推荐(0)
2021年9月8日
用bootstrap3模态框模拟手机datapicker插件
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>datapicker</title> <link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstr
阅读全文
posted @ 2021-09-08 18:03 bert_qin
阅读(108)
评论(0)
推荐(0)
2021年8月20日
SNMP企业节点查询及申请
摘要: 查询 https://www.iana.org/assignments/enterprise-numbers/enterprise-numbers 申请(免费) http://pen.iana.org/pen/PenApplication.page
阅读全文
posted @ 2021-08-20 17:58 bert_qin
阅读(285)
评论(0)
推荐(0)
2021年8月12日
在linux中使用GlobalProtect
摘要: 在linux中使用GlobalProtect 背景 GlobalProtect是一个VPN工具 在linux下面可以使用openconnect代替 Ubuntu18.04中通过apt安装的openconnect版本不是最新的,要8.0以上版本才支持GlobalProtect,所以需要编译源码 编译及
阅读全文
posted @ 2021-08-12 19:18 bert_qin
阅读(1687)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
11
下一页
公告