摘要: 问题:按delete键或右键删除文件时,直接提示永久删除文件,不会到回收站里去。 解决方法:显示隐藏文件,找到C盘$recycle.bin文件强制删除即可。 阅读全文
posted @ 2025-05-12 18:27 augustine23 阅读(14) 评论(0) 推荐(0)
摘要: rancher安装:Installing Docker | Rancher 运行docker run后,docker镜像一直重启,提示 2025/04/27 07:24:00 [FATAL] k3s exited with: exit status 2 INFO: Running k3s serve 阅读全文
posted @ 2025-04-27 17:17 augustine23 阅读(32) 评论(0) 推荐(0)
摘要: sed 基本格式 sed -e '操作' 文件1 文件2 sed -e '操作' 文件1 文件2 sed -f 脚本文件 文件1 文件2 sed -i -e '操作' 文件1 文件2 执行多条命令的格式 方式一: sed -e '操作1' -e '操作2' 文件 sed -n -e '/^r/p' 阅读全文
posted @ 2025-04-21 18:15 augustine23 阅读(1) 评论(0) 推荐(0)
摘要: 首先我们直接用清华镜像源https://mirrors.tuna.tsinghua.edu.cn/jenkins/updates/,比如我们要找Jenkins2.429对应版本 emmmm,没有429,427凑合用吧 获取这个地址,放到updatesite 进服务器,找到default.json,替 阅读全文
posted @ 2025-03-10 14:11 augustine23 阅读(119) 评论(0) 推荐(0)
摘要: 本次使用的是方式二修改注册表方式解决该问题。 方式一:通过组策略编辑器修改:1、在"开始"菜单搜索中,输入gpedit并启动"编辑组策略"应用,选择"计算机配置">"视窗设置">"安全设置">"本地策略">"安全选项",双击"美国微软公司网络客户端:对通信进行数字签名(始终)",最后选择"已禁用"> 阅读全文
posted @ 2025-02-24 09:47 augustine23 阅读(4151) 评论(0) 推荐(0)
摘要: wmic.exe /namespace:\\root\microsoftdfs path DfsrMachineConfig set MaxOfflineTimeInDays=1800 阅读全文
posted @ 2025-02-21 14:43 augustine23 阅读(5) 评论(0) 推荐(0)
摘要: 运行scp命令按tap键,提示:Cannot change locale UTF-8,并且后面的提示是乱码。 应该是之前将中文设置中文的问题。 解决方法: 在/etc/environment加入(没有就新建): LC_ALL=en_US.UTF-8LANG=en_US.UTF-8运行: source 阅读全文
posted @ 2024-12-30 17:59 augustine23 阅读(313) 评论(0) 推荐(0)
摘要: 运行以下命令: [root@k8s-master ~]# crictl config runtime-endpoint unix:///run/containerd/containerd.sock [root@k8s-master ~]# crictl config image-endpoint u 阅读全文
posted @ 2024-12-13 15:12 augustine23 阅读(16) 评论(0) 推荐(0)
摘要: [root@k8s-master test]# yum install -y bash-completion [root@k8s-master test]# source /usr/share/bash-completion/bash_completion [root@k8s-master test 阅读全文
posted @ 2024-11-15 16:05 augustine23 阅读(2) 评论(0) 推荐(0)
摘要: 输入crictl images提示 [root@k8s-node1 ~]# crictl imagesWARN[0000] image connect using default endpoints: [unix:///var/run/dockershim.sock unix:///run/cont 阅读全文
posted @ 2024-11-15 15:43 augustine23 阅读(325) 评论(0) 推荐(0)