分类
devops

cross-arch docker save images

本文介绍几种跨平台导出docker镜像为tar包或者tar.gz包的方法。比如在x86_64(也就是amd64 […]

分类
devops

几种网络配置持久化

net-config networking.service /etc/network/interfaces N […]

分类
devops

virtualization openEuler-20.03-LTS-SP3-aarch64 on x86_64 machine

download ISO wget https://mirrors.ustc.edu.cn/openeuler […]

分类
devops

ffmpeg备忘

ffmpeg ## 字幕流格式转化 srt 转webvtt格式 ffmpeg -i output.srt ou […]

分类
devops

bash

计算内存使用率 解答一 #!/usr/bin/env bash line=$(free | head -2 | […]

分类
devops

ollama备忘

ollama create # https://huggingface.co/second-state/Bai […]

分类
devops

net.bridge.bridge-nf-call-iptables

< #net.bridge.bridge-nf-call-arptables = 1 < #net […]

分类
devops

sd-web

ref https://zhuanlan.zhihu.com/p/639164507 https://juej […]

分类
devops

cuda技术总结

driver https://www.nvidia.com/Download/index.aspx?lang= […]

分类
devops

elasticsearch总结

es翻页超出最大限制 Result window is too large, from + size must […]