摘要: 加密一些机密的文件 使用zip加密 加密过程 # zip -re packageTest.zip packageTest # 或者写为明文密码 zip -rP yourpassword packageTest.zip packageTest Enter password: Verify passwo 阅读全文
posted @ 2024-05-07 15:53 jasmine456 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 摘自v友的评论,哲学类的书籍推荐 严肃的有《查拉图斯特拉如是说》《存在于虚无》《作为意志和表象的世界》,通俗一点的还有《苏菲的世界》《白夜》《月亮与六便士》等。 王阳明是哲学家,但a56爆大奖在线娱乐认为应当看原著。 《瓦尔登湖》是本好书,可惜你没有读完,更不要提其他哲学书籍了。 v友帖子: https://v2ex 阅读全文
posted @ 2024-04-19 15:15 jasmine456 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 2024-4-16 Why is (programming) fun?编程为什么有趣? What kind of happiness do its practitioners expect in return?作为回报,其从业者期望得到什么样的快乐? The first is the sheer j 阅读全文
posted @ 2024-04-16 10:53 jasmine456 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 博客参考 https://cloud.tencent.com/developer/article/2327632 阅读全文
posted @ 2024-04-02 18:26 jasmine456 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 安装 https://www.vps69.com/posts/install-docker/ 常用命令 临时启动镜像 docker run -it --rm --name xxx image-name 启动容器 docker run -it -d --restart always --name -v 阅读全文
posted @ 2024-04-02 18:26 jasmine456 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 安装 命令行 参考dockerfile docker gitee.com:jasmine456/dockerfile-owner.git 自己写的dockerfile jenkins安装插件方法 http://xx.xx.xx.xx:8080/pluginManager/advanced 输入密码后 阅读全文
posted @ 2024-03-28 18:05 jasmine456 阅读(5) 评论(0) 推荐(0) 编辑
摘要: windows跳过登录验证: win+R Regedit 注册表路径 修改HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\PasswordLess\Device 默认值为2,修改为0 win+R Netplwiz,勾选跳过 阅读全文
posted @ 2024-03-28 14:02 jasmine456 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 参考链接 https://zhuanlan.zhihu.com/p/38309640 官方文档 https://www.autoitx.com/forum-13-1.html https://www.autoitx.com/thread-12964-1-1.html ansible工具 https: 阅读全文
posted @ 2024-03-28 13:57 jasmine456 阅读(4) 评论(0) 推荐(0) 编辑
摘要: Mar 8 16:10:00 HKT-SW6-E5-STG-1-55 kernel: [19956403.500413] nfsd4_validate_stateid: 21 callbacks suppressed Mar 8 16:10:00 HKT-SW6-E5-STG-1-55 kernel 阅读全文
posted @ 2024-03-08 17:22 jasmine456 阅读(187) 评论(0) 推荐(0) 编辑
摘要: prometheus prometheus.yaml # my global config global: scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 1 minute. e 阅读全文
posted @ 2024-01-30 09:46 jasmine456 阅读(57) 评论(0) 推荐(0) 编辑