IP属地:北京
访问ETH区块链浏览器 地址:https://etherscan.io/idm[https://etherscan.io/idm] 使用Send...
减小/home挂载点的磁盘空间,增加到/挂载点 1.终止占用 /home 进程 fuser -m -v -i -k /home 2.备份/hom...
参考:https://www.thegeekdiary.com/centos-rhel-7-how-to-disable-ipv6/[https...
参考文章:https://kubernetes.io/zh/docs/setup/production-environment/tools/ku...
用途 容器一般为精简镜像,缺乏相关指令和工具,nsenter可以指定加载哪些namespace,如果不指定具体文件,则使用宿主机的namespa...
nginx启动失败原因 nginx: [emerg] bind() to 0.0.0.0:8081 failed (13: Permission...
Centos7 普通扩容 Centos7虚拟机,主分区在/dev/sda3上的情况, vgdisplay为空 参考:https://blog.c...
#* 和 %* cat写入文件 cat <<EOF,以EOF输入字符为标准输入结束 cat <<-EOF 解决 <<EOF必须顶行写,不能有ta...