摘要: 浏览器打开markdown格式文件 浏览器安装Markdown Preview Plus插件打开本地markdown文件。 阅读全文
posted @ 2023-01-10 10:44 liqinglucky 阅读(2116) 评论(0) 推荐(0) 编辑
摘要: 利用shell脚本识别日志文件中的关键词并给日志文件加上特定markdown格式的标题段落。 阅读全文
posted @ 2023-01-06 18:35 liqinglucky 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 登录stackoverflow总是人工验证失败的解决办法 阅读全文
posted @ 2023-01-02 10:54 liqinglucky 阅读(1618) 评论(0) 推荐(0) 编辑
摘要: 介绍 Linux 下流行的 telnet 实现有两个: GNU inetutils: http://ftp.gnu.org/gnu/inetutils/ 哈佛netkit-telnet 源码包:https://tracker.debian.org/pkg/netkit-telnet https:// 阅读全文
posted @ 2022-12-24 14:10 liqinglucky 阅读(806) 评论(0) 推荐(0) 编辑
摘要: 原文地址:https://www.cnblogs.com/liqinglucky/p/wireshark.html 官网:https://www.wireshark.org/ 官方文档:Wireshark · Documentation 一 介绍 wireshark[^1]是一款抓包工具。wires 阅读全文
posted @ 2022-12-17 22:44 liqinglucky 阅读(3068) 评论(1) 推荐(2) 编辑
摘要: 编译报错 relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIE collect2: error: ld returned 1 exit statu 阅读全文
posted @ 2022-09-18 16:40 liqinglucky 阅读(796) 评论(0) 推荐(0) 编辑
摘要: 问题 部署pod时遇到问题 # helm install chart.tgz Error: Could not get apiVersions from Kubernetes: unable to retrieve the complete list of server APIs: metrics. 阅读全文
posted @ 2022-08-31 14:21 liqinglucky 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 在通信设备领域,思科的路由器设备可以用CLI进行操作。这里介绍的开源项目klish是思科CLI风格(CISCO-like CLI)的框架。命令配置文件为xml格式。 源码:pkun/klish: The klish is a framework for implementing a CISCO-li 阅读全文
posted @ 2022-08-08 20:51 liqinglucky 阅读(1884) 评论(0) 推荐(0) 编辑
摘要: 打印uint64时编译报错 printf("prefix:0x%"PRIx64"\n",ipv6Prefix); 解决办法:添加头文件 #include <inttypes.h> 阅读全文
posted @ 2022-06-13 10:26 liqinglucky 阅读(332) 评论(0) 推荐(0) 编辑
摘要: 原文地址:https://www.cnblogs.com/liqinglucky/p/sshfs.html 之前讲过一种方法,PC跟VM在同局域网的情况下,可以用samba的方式挂载linux系统的目录到windows上。但是当PC跟VM不同局域网时这种方式就没办法了。 网络环境 在示意图中,PC只 阅读全文
posted @ 2021-12-19 19:15 liqinglucky 阅读(2161) 评论(0) 推荐(0) 编辑