摘要:
sftp 是 Secure File Transfer Protocol 的缩写,安全文件传送协议.可以为传输文件提供一种安全的网络的加密方法 1、FTP 和 SFTP 的区别 链接方式:FTP 使用 TCP 端口 21 上的控制连接建立连接.而 SFTP 是在客户端和服务器之间通过 SSH 协议( 阅读全文
摘要:
// 官网 https://documentation.wazuh.com/current/installation-guide/wazuh-indexer/installation-assistant.html 1、indexer 1. Initial configuration 初始配置 下载 阅读全文
摘要:
1、ecs 配置与系统调优 1. 阿里云 ecs 配置 选择阿里云 ecs 建站,当时正好有活动,3 年 100 块钱,系统 centos7.9 版本 阿里云官网,大家想买的话一定要关注最新活动,对新用户有优惠 ps: ecs 创建好之后记得把安全组入方向的 80 、443 的 tcp 端口打开 2 阅读全文
摘要:
1、介绍 关于 yum 的设定分为两部分:main 、repository 1. main 定义了全局配置选项,在整个配置文件中只有一处 vim /etc/yum.conf [main] #指定缓存目录,yum 在此存储下载的软件包和数据库 cachedir=/var/cache/yum/$base 阅读全文
摘要:
1、环境 1、文件下载 https://www.zabbix.com/download 2、选择平台 7.2 --> Rocky Linux --> 9 --> Server,Frontend,Agent --> Mysql --> Nginx 2、安装和配置 1、禁用 EPEL 提供的 Zabbi 阅读全文
摘要:
1、安装 ansible // 在管理机上进行 ansible 安装 yum install ansible -y 2、配置主机清单 做个免密 ssh-keygen ssh-copy-id -i ~/.ssh/id_rsa.pub systemusers@22.50.2.137 vim /etc/a 阅读全文
摘要:
1、常用命令 1. 查看物理 CPU 数目 [root@yingxiaoyun ~]# cat /proc/cpuinfo | grep "physical id" physical id : 0 2. 查看每个物理 CPU 中的 core 的个数(即核数) [root@yingxiaoyun ~] 阅读全文
摘要:
1、常用命令 1. 查看网卡线缆状态 mii-tool eth0 2. 查看网卡底层信息 ethtool eth0 3. 查看网卡驱动信息 ethtool -i eth0 4. 查看网卡状态统计信息 ethtool -S eth0 2、什么是 bonding Linux bonding 驱动提供了一 阅读全文
摘要:
1、服务端配置 1. master 节点安装 nfs yum install -y nfs-utils //apt-get install nfs-kernel-server //systemctl status nfs-kernel-server //systemctl restart nfs-k 阅读全文
摘要:
1、部署 1.官网下载 // 下载地址 https://www.elastic.co/cn/downloads/past-releases/#elasticsearch // 部署文档 https://www.elastic.co/guide/en/elasticsearch/reference/c 阅读全文