zoukankan
html css js c++ java
Linux 文件系统满,查找大文件的方法
1. 使用`df -T` 指令查看文件系统类型和使用情况
2. 使用`du -sh` 计算本所有目录容量
3. 使用`du -sh *` 查看各文件大小,逐个目录一级一级的查
查看全文
相关阅读:
synchronous_commit 参数的再次说明
ubuntu 16.04 + zabbix 3.4 + postgresql pg_monz
ubuntu 16.04 + zabbix 3.4 + postgresql shell
ubuntu 16.04 + zabbix 3.4 + postgresql UserParameter
ubuntu 16.04 + zabbix 3.4 + postgresql libzbxpgsql
ubuntu 16.04 + zabbix 3.4 + zabbix agent
ubuntu 16.04 + zabbix 3.4 + zabbix proxy
ubuntu 16.04 + zabbix 3.4 + zabbix server
apt-get、apt-cache的一些日常操作
ubuntu 16.04 apt-get source 替换为 aliyun
原文地址:https://www.cnblogs.com/emlsyx/p/11593837.html
最新文章
postgresql 高可用 etcd + patroni 之六 callback bind vip
postgresql 高可用 etcd + patroni 之五 command
linux crontab 简述
postgresql 高可用 repmgr 的使用之十 1 Primary + 2 Standby 的 auto failover 之后失败节点 rejoin
postgresql 高可用 repmgr 的使用之九 1 Primary + 2 Standby 的 auto failover
postgresql 高可用 repmgr 的使用之八 常用的几个命令
postgresql 高可用 repmgr 的使用之七 /etc/repmgr.conf
postgresql 高可用 repmgr 的使用之六 1 Primary + 1 Standby 的 auto failover
postgresql 高可用 repmgr 的使用之五 1 Primary + 1 Standby 的 manual failover,node rejoin
postgresql 高可用 repmgr 的使用之四 1 Primary + 1 Standby 的 switchover
热门文章
postgresql 高可用 repmgr 的使用之三 1 Primary + 1 Standby 安装
postgresql 高可用 repmgr 的使用之二 repmgr --help、repmgrd --help
postgresql 的一些变量和密码文件
postgresql 高可用 repmgr 的使用之一
postgresql 表和索引的膨胀简析
postgresql 的table、index物理存储
基准测试工具 sysbench 之二 压测postgresql
pg_rewind 快速角色切换
archive_command、restore_command 的常见设置
Ubuntu 16.04 修改网卡名字,脚本化
Copyright © 2011-2022 走看看