会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
٩( 'ω' )و
三日不读书,便觉面目可憎
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
16
下一页
2023年6月2日
ubuntu16 python2 安装M2Crypto报错
摘要: ### 正文 ```bash pip2 install M2Crypto # 报错: # unable to execute 'swig': No such file or directory # error: command 'swig' failed with exit status 1 # 解
阅读全文
posted @ 2023-06-02 14:18 BrianSun
阅读(264)
评论(0)
推荐(0)
2023年4月24日
ubuntu16.04个性化配置
摘要: 前言 记录一下个人配置,方便后续参考 正文 配置用户sudo免密权限 只建议在个人测试环境这么配置,否则最好root还是需要用密码确认一下 sudo su echo "你的用户名 ALL=(ALL:ALL) NOPASSWD: ALL" >> /etc/sudoers root用户下,指令自动补全
阅读全文
posted @ 2023-04-24 16:19 BrianSun
阅读(48)
评论(0)
推荐(0)
2023年4月23日
debian11安装备忘
摘要: ### 1. 网卡驱动 参考网址:[如何安装Debian RTL8821CE驱动?](https://www.cmdschool.org/archives/17268) ### 2. 分辨率 貌似还是有点问题,还要进一步研究一下 参考网址:[虚拟机中debian11修改控制台(console)分辨率
阅读全文
posted @ 2023-04-23 16:49 BrianSun
阅读(104)
评论(0)
推荐(0)
2023年1月9日
用python处理html代码的转义与还原-转
摘要: python html转义与反转义
阅读全文
posted @ 2023-01-09 18:10 BrianSun
阅读(484)
评论(0)
推荐(0)
2022年12月23日
No active profile set, falling back to default profiles: default
摘要: springboot识别不出配置文件,No active profile set, falling back to default profiles: default
阅读全文
posted @ 2022-12-23 15:00 BrianSun
阅读(6782)
评论(0)
推荐(0)
2022年10月10日
记一次win10 python -m http.server 启动后无法访问的经历
摘要: 记一次win10 python -m http.server 启动后无法访问的经历
阅读全文
posted @ 2022-10-10 14:13 BrianSun
阅读(4408)
评论(0)
推荐(0)
2022年10月9日
podman安装mysql容器
摘要: podman 配置mysql 5.7 容器
阅读全文
posted @ 2022-10-09 23:43 BrianSun
阅读(1717)
评论(0)
推荐(0)
2022年10月8日
记一次debian无法启动的解决经历
摘要: 前言 有几台debian物理机突然无法开机了,断电重启后,一直卡在下面这个界面 参考了博客【linux】解决系统卡在ubuntu loading initial ramdisk 发现无法修复 在recovery模式下,查看系统的日志 dmesg | grep -Ei "error|Fail" gre
阅读全文
posted @ 2022-10-08 15:40 BrianSun
阅读(8249)
评论(0)
推荐(0)
2022年9月19日
podman+openresty+openssl,https双向认证demo测试
摘要: 前言 暂不讨论https原理,单论配置的话: 1. https单项认证 server: server.crt + server.key client: server_ca.crt 2. https双向认证 server: server.crt + server.key + client_ca.crt
阅读全文
posted @ 2022-09-19 18:37 BrianSun
阅读(3118)
评论(0)
推荐(0)
2022年9月17日
wireshark查看https通讯
摘要: 前言 https在原有的http基础上增加了了一个TLS/SSL层,https的通讯过程是加密的,如果想用wireshark仔细分析TLS/SSL层,需要借助服务器证书公私钥或者用浏览器截取密钥; 接下来,记录一下用火狐浏览器+wireshark的方式配置https解析环境; 正文 1. 工具准备
阅读全文
posted @ 2022-09-17 14:42 BrianSun
阅读(1126)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
16
下一页
公告