摘要: 打印uint64时编译报错 printf("prefix:0x%"PRIx64"\n",ipv6Prefix); 解决办法:添加头文件 #include <inttypes.h> 阅读全文
posted @ 2022-06-13 10:26 liqinglucky 阅读(278) 评论(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 阅读(1862) 评论(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 阅读(1512) 评论(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 阅读(560) 评论(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 阅读(2081) 评论(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 阅读(715) 评论(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 阅读(1921) 评论(0) 推荐(0) 编辑
摘要: 环境 安装dpdk 安装依赖 环境配置 编译 遇到过的问题 dpdk使用 设置hugepage helloworld演示 遇到问题 timer演示 环境 虚拟机系统:ubuntu:1404 安装dpdk 参考:https://www.cnblogs.com/yanhai307/p/10598138. 阅读全文
posted @ 2021-01-28 19:50 liqinglucky 阅读(1494) 评论(0) 推荐(0) 编辑
摘要: 官方文档:https://docs.rancher.cn/k3s/ 官方文档:https://rancher.com/docs/k3s/latest/en/installation/install-options/ 环境 系统:ubutum 1804 安装 参考: https://www.frees 阅读全文
posted @ 2021-01-26 15:14 liqinglucky 阅读(337) 评论(0) 推荐(0) 编辑
摘要: 环境 安装conan 使用conan 搜索包 导入包 编译 打包项目 准备源码 编译成conan包 原文地址: https://www.cnblogs.com/liqinglucky/p/conan.html 环境 ubuntu:bionic的docker image docker run -it 阅读全文
posted @ 2021-01-24 10:21 liqinglucky 阅读(2438) 评论(1) 推荐(0) 编辑