linux常用方法
本文档介绍 linux常用方法 的相关内容。 内存统计 sar -r 1 2 Linux 2.6.32-220.el6.x86_64 (node110) 11/23/2014 _x86_64_ (1 CPU) 08:49:53 PM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit 08:49:54 PM...
本文档介绍 linux常用方法 的相关内容。 内存统计 sar -r 1 2 Linux 2.6.32-220.el6.x86_64 (node110) 11/23/2014 _x86_64_ (1 CPU) 08:49:53 PM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit 08:49:54 PM...
本文档介绍 linux 查看历史命令history 的相关内容。 查看历史命令 history 显示3行历史命令 history 3 执行第几行命令 !number执行第几行命令 !command 从最近的命令查到以command开头的命令执行 !!执行上一条命令 !100 执行第100行命令 history 修改配置文件 查看当前...
KMS的前世今生 1.KMS服务器搭建 通过Linux服务器搭建Windows KMS激活服务器,可以用来激活Windows和Office ,下面开始教程 可以从MDL下载最新版的VLMCSD (Source and binaries),然后找到自己选择平台对应的二进制文件 这里以CentOS为例 永久关闭SELinux sed -i 's/^SELINUX=....
本文档介绍 kvm镜像管理利器guestfish 的相关内容。 http://blog.51cto.com/xiaoli110/1568307 https://docs.openstack.org/image-guide/modify-images.html http://docs.ocselected.org/openstack-manuals/kilo/image-guide/co...
本文档介绍 Linux 系统挂载nfs文件系统及性能调整 的相关内容。 安装NFS客户端 如果您使用CentOS、Redhat、Aliyun Linux操作系统,请执行以下命令 sudo yum install nfs-utils * 如果您使用Ubuntu或Debian操作系统,请执行以下命令 su...
随手记 用于整理当前目录下的文档或记录一些链接,方便后续进行文档更新 https://zhuanlan.zhihu.com/p/47492668 Git 自动部署搭建历程 https://juejin.im/post/5c40259c6fb9a049a979fc3c 快速搭建CICD https://1c7.me/2019-2-2-gitlab-ci-push...
本文档介绍 CoreDns配置 的相关内容。 CoreDns 配置 docker-compose.yml version: "3.3" services: coredns: image: reg.jeffok.com/opssys/coredns:latest container_name: coredns restart: always volum...
本文档整理了 Ceph 集群运维中的常用命令。 参考资源 ceph 常用命令 常用表格汇总 PG 计算器 很牛的东西 ceph osd 进行不能正常启动或启动失败可以尝试以下命令 # 重置服务 systemctl reset-failed ceph-osd@45.service # 手动挂载 mount /dev/sdh1 /var/lib/ceph/osd...
本文档介绍 Ceph 中强制恢复和回填 PG(Placement Group)的方法。 Force Recovery/Backfill PG 在一般运维大规模 Ceph 集群中,碰到故障或者扩容通常需要 recovery 或者 backfill,而且一些特别的 PG 可能正好拥有一些重要的数据,迫切需要可用。因此,Ceph 增加了 ceph pg force-recovery 和 cep...
随手记 用于整理当前目录下的文档或记录一些链接,方便后续进行文档更新 https://www.cnblogs.com/elvi/p/8001298.html https://www.itdaan.com/blog/2016/06/02/f9e3936f9162.html win7支持管理员登陆 镜像制作并支持管理员登陆 https://www.cnblogs.com/ga...