会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ordinaryRoadX
识不足则多虑,威不足则多怒,信不足则多言。
首页
管理
1
2
下一页
2025年2月17日
sftp-详解
摘要: sftp 是 Secure File Transfer Protocol 的缩写,安全文件传送协议.可以为传输文件提供一种安全的网络的加密方法 1、FTP 和 SFTP 的区别 链接方式:FTP 使用 TCP 端口 21 上的控制连接建立连接.而 SFTP 是在客户端和服务器之间通过 SSH 协议(
阅读全文
posted @ 2025-02-17 13:51 ordinaryRoadX
阅读(24)
评论(0)
推荐(0)
2025年2月13日
wazuh 安装指南
摘要: // 官网 https://documentation.wazuh.com/current/installation-guide/wazuh-indexer/installation-assistant.html 1、indexer 1. Initial configuration 初始配置 下载
阅读全文
posted @ 2025-02-13 17:53 ordinaryRoadX
阅读(664)
评论(0)
推荐(1)
wordpress-建站实录
摘要: 1、ecs 配置与系统调优 1. 阿里云 ecs 配置 选择阿里云 ecs 建站,当时正好有活动,3 年 100 块钱,系统 centos7.9 版本 阿里云官网,大家想买的话一定要关注最新活动,对新用户有优惠 ps: ecs 创建好之后记得把安全组入方向的 80 、443 的 tcp 端口打开 2
阅读全文
posted @ 2025-02-13 17:41 ordinaryRoadX
阅读(18)
评论(0)
推荐(0)
dnf-仓库服务搭建
摘要: 1、介绍 关于 yum 的设定分为两部分:main 、repository 1. main 定义了全局配置选项,在整个配置文件中只有一处 vim /etc/yum.conf [main] #指定缓存目录,yum 在此存储下载的软件包和数据库 cachedir=/var/cache/yum/$base
阅读全文
posted @ 2025-02-13 16:18 ordinaryRoadX
阅读(99)
评论(0)
推荐(0)
zabbix-7.2 部署
摘要: 1、环境 1、文件下载 https://www.zabbix.com/download 2、选择平台 7.2 --> Rocky Linux --> 9 --> Server,Frontend,Agent --> Mysql --> Nginx 2、安装和配置 1、禁用 EPEL 提供的 Zabbi
阅读全文
posted @ 2025-02-13 11:24 ordinaryRoadX
阅读(798)
评论(0)
推荐(0)
2025年2月10日
ansible-笔记
摘要: 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
阅读全文
posted @ 2025-02-10 17:02 ordinaryRoadX
阅读(7)
评论(0)
推荐(0)
负载高问题排查
摘要: 1、常用命令 1. 查看物理 CPU 数目 [root@yingxiaoyun ~]# cat /proc/cpuinfo | grep "physical id" physical id : 0 2. 查看每个物理 CPU 中的 core 的个数(即核数) [root@yingxiaoyun ~]
阅读全文
posted @ 2025-02-10 14:19 ordinaryRoadX
阅读(32)
评论(0)
推荐(0)
2025年2月8日
bond
摘要: 1、常用命令 1. 查看网卡线缆状态 mii-tool eth0 2. 查看网卡底层信息 ethtool eth0 3. 查看网卡驱动信息 ethtool -i eth0 4. 查看网卡状态统计信息 ethtool -S eth0 2、什么是 bonding Linux bonding 驱动提供了一
阅读全文
posted @ 2025-02-08 17:42 ordinaryRoadX
阅读(111)
评论(0)
推荐(0)
nfs
摘要: 1、服务端配置 1. master 节点安装 nfs yum install -y nfs-utils //apt-get install nfs-kernel-server //systemctl status nfs-kernel-server //systemctl restart nfs-k
阅读全文
posted @ 2025-02-08 16:30 ordinaryRoadX
阅读(18)
评论(0)
推荐(0)
2025年2月6日
elasticsearch
摘要: 1、部署 1.官网下载 // 下载地址 https://www.elastic.co/cn/downloads/past-releases/#elasticsearch // 部署文档 https://www.elastic.co/guide/en/elasticsearch/reference/c
阅读全文
posted @ 2025-02-06 17:04 ordinaryRoadX
阅读(65)
评论(0)
推荐(0)
1
2
下一页
公告