上一页 1 2 3 4 5 6 ··· 16 下一页
摘要: # 安装 yum install -y qrencode apt install -y qrencode echo "你的字符串" |qrencode -t UTF8 qrencode -t ansiutf8 < file.conf # qrencode qrencode version 3.4.1 阅读全文
posted @ 2023-07-19 13:36 JeromePowell 阅读(129) 评论(0) 推荐(0) 编辑
摘要: Project on GitHub: https://github.com/gildas-lormeau/SingleFile Chrome插件市场 https://chrome.google.com/webstore/detail/singlefile/mpiodijhokgodhhofbcjde 阅读全文
posted @ 2023-07-19 13:28 JeromePowell 阅读(83) 评论(0) 推荐(0) 编辑
摘要: ➜ ~ mount |grep ntfs /dev/disk4s1 on /Volumes/XXX硬盘品牌名称 (ntfs, local, nodev, nosuid, read-only, noowners) ➜ ~ sudo umount /dev/disk4s1 ➜ ~ sudo mount_ 阅读全文
posted @ 2023-07-19 13:21 JeromePowell 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 英文 https://marabos.nl/atomics/ 中文 https://rustcc.github.io/Rust_Atomics_and_Locks/ https://github.com/fwqaaq/Rust_Atomics_and_Locks 阅读全文
posted @ 2023-07-10 13:03 JeromePowell 阅读(58) 评论(0) 推荐(0) 编辑
摘要: 下载 https://www.openssl.org/source/openssl-1.1.1u.tar.gz 安装 tar -zxf openssl-1.1.1u.tar.gz cd openssl-1.1.1u/ yum install -y gcc ./config --prefix=/usr 阅读全文
posted @ 2023-07-07 12:00 JeromePowell 阅读(655) 评论(0) 推荐(0) 编辑
摘要: 知乎UP: https://www.zhihu.com/people/qsy-90-12 选购建议: https://zhuanlan.zhihu.com/p/163819638 https://www.zhihu.com/tardis/bd/ans/1789236852 https://www.z 阅读全文
posted @ 2023-07-07 11:40 JeromePowell 阅读(91) 评论(0) 推荐(0) 编辑
摘要: Dockerfile ARG VERSION FROM docker.elastic.co/elasticsearch/elasticsearch:${VERSION} AS Baseline FROM openjdk:17-jdk-buster ARG VERSION ARG HTTP_PROXY 阅读全文
posted @ 2023-07-07 11:07 JeromePowell 阅读(73) 评论(0) 推荐(0) 编辑
摘要: yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate \ docker-logrotate \ docker-engine 阅读全文
posted @ 2023-07-07 11:00 JeromePowell 阅读(6) 评论(0) 推荐(0) 编辑
摘要: .env # Password for the 'elastic' user (at least 6 characters) ELASTIC_PASSWORD=elastic@password # Password for the 'kibana_system' user (at least 6 c 阅读全文
posted @ 2023-07-07 10:54 JeromePowell 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 宿主机/etc/sysctl.conf文件末尾添加一行 vm.max_map_count=262144 宿主机执行 sysctl -p 阅读全文
posted @ 2023-07-06 14:03 JeromePowell 阅读(38) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 16 下一页