摘要:
unrecognised disk label # parted /dev/sdb GNU Parted 2.1 Using /dev/sdb Welcome to GNU Parted! Type 'help' to view a list of commands. (parted) print 阅读全文
摘要:
从vender迁移到gomod示例 测试repo https://github.com/nurdinirashidah/With-glide.lock 删除vender go mod init xxx go mod tidy go build . windows下交叉编译linux go env - 阅读全文
摘要:
容器启动报错 Warning FailedCreatePodSandBox 2m26s (x138 over 77m) kubelet (combined from similar events): Failed to create pod sandbox: rpc error: code = Un 阅读全文
摘要:
setuid 是 set user ID upon execution 再次缩写为suid setgid 是 set group ID upon execution 再次缩写为 sgid 它们是控制文件访问的权限标志(flag),它们分别允许普通用户以可执行文件的 owner 或 owner gro 阅读全文