linux矫正时间

摘要: 1.设置时间 # 设置系统时间 timedatectl set-time '2025-08-21 18:07:00' date -s "20250816 10:00:00" 2.查看硬件时间 hwclock --show 或 hwclock -r -s(--hctosys)从硬件时钟读取时间更新到系 阅读全文
posted @ 2025-08-20 15:09 Colin88 阅读(13) 评论(0) 推荐(0)

Jenkins插件源

摘要: Jenkins插件更新地址 https://mirrors.huaweicloud.com/jenkins/updates/ 阅读全文
posted @ 2025-06-25 08:42 Colin88 阅读(84) 评论(0) 推荐(0)

命令速查工具

摘要: 命令速查工具 https://github.com/jaywcjlove/reference 阅读全文
posted @ 2025-06-23 16:17 Colin88 阅读(6) 评论(0) 推荐(0)

开源资产IT管理

摘要: 开源资产管理 https://github.com/celaraze/cat 阅读全文
posted @ 2025-06-23 16:09 Colin88 阅读(6) 评论(0) 推荐(0)

docker可视化

摘要: docker可视化 docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock:ro --pull=always mrjackwills/oxker 阅读全文
posted @ 2025-06-23 15:32 Colin88 阅读(8) 评论(0) 推荐(0)

ubuntu22.04安装storcli磁盘阵列工具

摘要: 下载 博通官网下载 wget https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/1-01-10_StorCLI.zip 解压提取 cd /opt/ unzip 1-0 阅读全文
posted @ 2025-02-28 09:32 Colin88 阅读(1046) 评论(0) 推荐(0)

kubesphere网关日志中如何获取真实IP

摘要: kubesphere网关日志中如何获取真实IP 版本信息: 系统linux-x86_64,通过kk安装v3.4.1版本 修改svc ks平台上修改网关的svc的 externalTrafficPolicy 设置为 Local 模式 【应用负载】-【服务】-项目选择【kubesphere-contro 阅读全文
posted @ 2024-12-19 10:03 Colin88 阅读(86) 评论(0) 推荐(0)

docker目录清理

摘要: 步骤一:停止并删除不需要的容器 首先,停止并删除所有不再需要的容器。 列出所有运行中的容器: docker ps 停止所有运行中的容器: docker stop $(docker ps -q) 删除所有停止的容器: docker container prune -f 步骤二:删除未使用的镜像 删除所 阅读全文
posted @ 2024-09-27 16:42 Colin88 阅读(511) 评论(0) 推荐(0)

ubuntu下载离线包

摘要: ubuntu22.04.04 1.新系统更新包下载 #下载系统更新包到指定目录,创建下载目录(如果尚未存在): mkdir -p /tmp/upgrade #设置APT配置文件以指定下载目录,创建或编辑APT配置文件,例如: cat > /etc/apt/apt.conf.d/99local<<EO 阅读全文
posted @ 2024-09-02 14:49 Colin88 阅读(297) 评论(0) 推荐(0)

jdk for docker

摘要: Releases · adoptium/temurin8-binaries · GitHub sha256和地址根据系统版本和架构替换为上述github中相应的下载地址: https://github.com/adoptium/temurin8-binaries/releases/download/ 阅读全文
posted @ 2024-05-21 15:40 Colin88 阅读(58) 评论(0) 推荐(0)