上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页
摘要: 编译报错 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 阅读(818) 评论(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 阅读(183) 评论(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 阅读(1937) 评论(0) 推荐(0) 编辑
摘要: 打印uint64时编译报错 printf("prefix:0x%"PRIx64"\n",ipv6Prefix); 解决办法:添加头文件 #include <inttypes.h> 阅读全文
posted @ 2022-06-13 10:26 liqinglucky 阅读(333) 评论(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 阅读(2185) 评论(0) 推荐(0) 编辑
摘要: 环境 Windows 10 编译 测试latex代码 \documentclass{article} \usepackage[UTF8]{ctex} \begin{document} 中文输入 \end{document} 编译遇到报错 ! Critical Package ctex Error: 阅读全文
posted @ 2021-12-13 22:10 liqinglucky 阅读(1551) 评论(0) 推荐(0) 编辑
摘要: 源码:https://github.com/dparrish/libcli 环境 Ubuntu 20.04.2 LTS 编译libcli 参考:README.md 按照libcli中的 README $ make $ make install 测试libcli 源码中提供了测试程序 libcli$ 阅读全文
posted @ 2021-09-23 22:31 liqinglucky 阅读(673) 评论(0) 推荐(0) 编辑
摘要: 环境 安装nginx Nginx作为反向代理 单个上游服务器 多个上游服务器 参考 环境 ubuntu:bionic的docker image docker run -it ubuntu:bionic 安装nginx 安装 # apt-get install nginx 查看版本号 # nginx 阅读全文
posted @ 2021-02-14 22:12 liqinglucky 阅读(2090) 评论(0) 推荐(0) 编辑
摘要: 项目 lshort-zh-cn是一篇latex的中文文档,本身也是latex编写的。 项目地址:https://github.com/ctex-org/lshort-zh-cn 编译 texlive打开文件/src/lshort-zh-cn.tex选择XeLaTex方式编译就能编译出pdf文档。 附 阅读全文
posted @ 2021-01-31 21:58 liqinglucky 阅读(764) 评论(0) 推荐(0) 编辑
摘要: 原文地址:https://www.cnblogs.com/liqinglucky/p/texlive.html 环境 系统:windows10 texlive下载 下载地址: 官网:http://tug.org/texlive/ 清华镜像源: https://mirrors.tuna.tsinghu 阅读全文
posted @ 2021-01-30 22:26 liqinglucky 阅读(2047) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页