码迷,mamicode.com
首页 >  
搜索关键字:rhel 6.5 vsftp 虚拟用户    ( 3483个结果
vsftp配置使用
1. vsftp简介: 2. vsftp的安装配置: 方法一 创建用户 ftpuser 指定 目录 useradd g root M d /home/vsftpd s /sbin/nologin ftpuser 设置用户 ftpuser 的密码 passwd ftpuser 把 /home/vsft ...
分类:其他好文   时间:2020-05-12 12:03:05    阅读次数:69
手动、自动添加、自动发现、代理
server端端口号是10051 client 端端口号是10050 在client rpm -Uvh https://repo.zabbix.com/zabbix/4.0/rhel/7/x86_64/zabbix-release-4.0-1.el7.noarch.rpm 安装源 #安装zabbix ...
分类:其他好文   时间:2020-05-10 17:26:59    阅读次数:89
自定义监控、监控报警
#安装zabbix4.0的源 rpm -ivh https://repo.zabbix.com/zabbix/4.0/rhel/7/x86_64/zabbix-release-4.0-1.el7.noarch.rpm #安装zabbix所需的组件(agent 需要监控就安装,不需要就不安装) yum ...
分类:其他好文   时间:2020-05-10 16:54:51    阅读次数:74
ubuntu与centos的对比和选择
一、分别介绍 CentOS(Community ENTerprise Operating System)是Linux发行版之一,它是来自于Red Hat Enterprise Linux依照开放源代码规定释出的源代码所编译而成。RedHat Enterprise Linux (RHEL)是企业发行版 ...
分类:系统相关   时间:2020-05-08 16:20:50    阅读次数:138
公司的Excel导出
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using FineUICore; using Microsoft.AspNetCore.Authoriz ...
分类:其他好文   时间:2020-05-06 21:34:28    阅读次数:86
RHEL/CentOS 7最小化安装后需做的30件事情
RHEL/CentOS 7最小化安装后需做的30件事情 导读 CentOS是一个工业标准的Linux发行版,是红帽企业版 Linux 的衍生版本。你安装完后马上就可以使用,但是为了更好地使用你的系统,你需要进行一些升级、安装新的软件包、配置特定服务和应用程序等操作。 阅读帖子的时候请先完成 RHEL ...
分类:其他好文   时间:2020-05-06 14:10:46    阅读次数:75
Centos7安装Sql server
安装数据库 1、下载 Microsoft SQL Server 2017 Red Hat 存储库配置文件: sudo curl -o /etc/yum.repos.d/mssql-server.repo https://packages.microsoft.com/config/rhel/8/mss ...
分类:数据库   时间:2020-05-04 13:22:22    阅读次数:105
第十八周
1、实现基于MYSQL验证的vsftpd虚拟用户访问环境:192.168.43.127centos7mysql192.168.43.106centos6vsfstppam_mysql1、127安装数据mariadb-server[root@mysql1~]#yum–yinstallmariadb-server[root@mysql1~]#systemctlstartmariadb.service[
分类:其他好文   时间:2020-05-04 09:30:09    阅读次数:93
Centos7.4部署onlyoffice文档在线编辑服务器
参考官方文档:https://helpcenter.onlyoffice.com/server/linux/document/linux-installation-centos.aspx CPU dual core 2 GHz or better RAM 2 GB or more HDD at le ...
分类:其他好文   时间:2020-05-03 16:30:27    阅读次数:244
CentOS 6.X 双网卡绑定配置
相关环境 主机:Dell PowerEdge R720服务器(背板有4个GE网口) 操作系统:CentOS(RHEL)6.X 网线连接 使用6类网线 将Dell R720 GE网口 0,与交换机A相连接; 将Dell R720 GE网口 1,与交换机B相连接; 注意两条网线要求接入两个交换机的相同V ...
分类:其他好文   时间:2020-04-29 14:18:42    阅读次数:65
3483条   上一页 1 ... 11 12 13 14 15 ... 349 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!