上一页 1 2 3 4 5 6 ··· 16 下一页
摘要: ➜ ~ 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 阅读(7) 评论(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 阅读(52) 评论(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 阅读(480) 评论(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 阅读(64) 评论(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 阅读(67) 评论(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 阅读(5) 评论(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 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 宿主机/etc/sysctl.conf文件末尾添加一行 vm.max_map_count=262144 宿主机执行 sysctl -p 阅读全文
posted @ 2023-07-06 14:03 JeromePowell 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 将ChatGPT应用于你的企业的8种策略 1.工作坊 → 举办一个ChatGPT工作坊 → 找一个团队成员来做,或者外聘人员 2.为每个人购买ChatGPT Plus账户 → 这可能是你能得到的最高的投资回报率 → 有些公司已经这么做,并且已经看到了结果 3.在Chrome中将ChatGPT设为每个 阅读全文
posted @ 2023-07-03 11:44 JeromePowell 阅读(50) 评论(0) 推荐(0) 编辑
摘要: https://github.com/samejack/sc-dictionary 超齊百萬字典檔 檔案為 UTF-8 編碼 字典檔已經包含繁體中文與簡體中文字碼 字典檔為詞庫,目前有 1,109,412 個詞,不包含單中文字 格式:每一行一個詞,使用 \n (0x0A) 斷行 阅读全文
posted @ 2023-07-03 10:54 JeromePowell 阅读(44) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 16 下一页