If you are looking for the netstat command and getting error: bash: netstat: command not found This simply means that the relevant package net-tools which includes netstat executable is ...
Mysql 的主从监控主要就是查看 Slave_IO_Running: Yes Slave_SQL_Running: Yes 如果这两个值 等于Yes 就表示主从状态正常,那么我们只需要统计这两个值的 Yes "数量" 即 mysql -uuser -Pport -ppasswd -e 'show slave status\G' |grep -E "Slave_IO_Running|Slave_S...
### 创建用户 或者使用现有用户 useradd ftpuser #groupadd ftpgroup #useradd -g ftpgroup -d /home/webapps/ ftpuser ## 创建 FTP 的目录 , 并赋权 mkdir -p /home/ftpuser/{blog,bbs} chown -R ftpuser: /home/ftpuser/ ## 安装 Pureftp...
Zabbix Elasticsearch 的脚本及模版文件打包 Elasticsearch-zabbix-monitor-master.zip下载 解压后目录结构 ├── elasticsearch_mon │ ├── discovery_es_mon.sh │ ├── es_mon.conf │ └── es_mon.sh ├── README.md └── zabbix_templ...
系统环境:Debian GNU/Linux 8 \n \l Or Ubuntu 16.04.1 LTS \n \l 解决思路: 查看jpeg支持软件包 dpkg --list | grep libjpeg-dev dpkg --list | grep libfreetype6-dev 如果不存在安装它们 apt-get install libjpeg-dev libfre...
windows 下使用Nginx替代apache作为服务器 Or Nginx + Apache + PHP 首先去下载一个Nginx的包.. http://nginx.org/en/download.html 有三个版的(Mainline version / Stable version / Legacy versions ) 下载稳定版的 即Stable version , 在继续确认原先的的a...
Packagist 镜像使用方法 还没安装 Composer 吗?请往下看如何安装 Composer 。 镜像用法 有两种方式启用本镜像服务: 系统全局配置: 即将配置信息添加到 Composer 的全局配置文件 config.json 中。见“方法一” 单个项目配置: 将配置信息添加到某个项目的 composer.json 文件中。见“方法二” 方法一: 修改 composer 的全局配置文件(...
查看数据库支持的所有字符集 SHOW CHARACTER SET; SHOW COLLATION; root@iZbp18uglnzeopl4c2xy3uZ:/# mysql Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 3 Server version: 10.1....
防火墙配置是基本的服务器防护措施 创建一个基本的防火墙文件(开放部分端口80-http、443-https、20/21-ftp、22-ssh、ping等) cat /etc/iptables.basic.rule *filter # Allows all loopback (lo0) traffic and drop all traffic to 127/8 that doesn't us...
Here are the commands to run to add MariaDB to your system: sudo apt-get install software-properties-common sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xcbcb082a1bb943db sudo add-ap...