码迷,mamicode.com
首页 >  
搜索关键字:xinetd    ( 391个结果
could not bind listening IPv4 socket错误
因为xinetd已经启动了vsftpd,而vsftpd设置成了stardalone模式,所以,先 停止xinetd服务, service xinetd stop ,然后 /usr/local/sbin/vsftpd & 启动ftp服务 500 OOPS: vsftpd: refusing to ru ...
分类:其他好文   时间:2016-06-13 18:45:55    阅读次数:181
Linux服务管理(二)
二、RPM包服务管理:独立的服务启动快,占用的内存多基于xinetd的服务越来越少独立的服务的管理方法: /etc/init.d/:启动脚本位置 /etc/sysconfig/:初始化环境配置文件位置 /etc/:配置文件位置 /etc/xinetd.conf:xinetd配置文件 /etc/xin ...
分类:系统相关   时间:2016-06-13 13:22:07    阅读次数:253
kvm+pxe+kickstart自动化安装redhat7.2
准备软件:kvm、tftp-server、xinetd、dhcp、kickstart、httpdRedhat7.2镜像前置准备yum源设置:cat/etc/yum.repos.d/media.repo [media] name=”media” baseurl=”file:///media” enabled=1 gpgcheck=0挂载光盘:mount/dev/sr0/media各软件安装配置:一、kickstart安装a、安..
分类:其他好文   时间:2016-06-07 16:30:55    阅读次数:298
Linux_常用网络配置文件介绍
本文主要介绍Linux下的常用网络配置文件:/etc/sysconfig/network/etc/hosts/etc/services/etc/host.conf/etc/nsswitch.conf/etc/resolv.conf/etc/xinetd.conf/etc/modules.conf/etc/sysconfig/network-scripts/ifcfg-ethN接下来我们对这些文件逐一讲述.1、/etc/sysconfig/netwo..
分类:系统相关   时间:2016-06-03 15:48:54    阅读次数:232
rsync
一、服务器端: 1、安装Rsync yum install rsync xinetd cat /etc/xinetd.d/rsync #编辑配置文件,设置开机启动rsync disable = no #修改为no /etc/init.d/xinetd start 2、创建rsyncd.conf配置文 ...
分类:其他好文   时间:2016-06-02 00:53:33    阅读次数:249
rsync 目录同步
实现目标:A服务器上/opt/web目录,与B服务器上/opt/web目录实现同步。即:B主动与A进行同步。OS:Centos6.5AServer192.168.189.152/opt/appBServer192.168.189.153/opt/app使用yum安装xinetd服务(两个节点都要安装)yuminstall-yxinetd一.AServerconfig1.rsync系统自带,需要使用..
分类:其他好文   时间:2016-05-26 19:07:10    阅读次数:176
rsync+inotify实现同步数据
1、rsyncman一下sync,就会发现:sync-flushfilesystembuffers,它是一个把缓冲区中的数据同步到文件系统中的一个命令;而rsync其实就是remotersync,它是一个远程同步工具,兼具cp和scp的功能,rsync命令的使用几乎和scp是一样一样的。rsync是通过超级守护进程xinetd进行触发..
分类:其他好文   时间:2016-05-19 21:32:32    阅读次数:429
PXE+HTTP+TFP+DHCP自动化部署
PXE全自动化部署 1、部署安装环境 1.1安装http [root@NTP~]#yuminstallhttpd–y [root@NTP~]#chkconfighttpdon [root@NTP~]#servicehttpdstart 1.2安装tftp [root@NTP~]#yum-yinstalltftp-server [root@NTP~]#vi/etc/xinetd.d/tftp servicetftp { socket_type=dgram protocol=..
分类:Web程序   时间:2016-05-19 19:34:06    阅读次数:690
nagios 安装部署试验
RH5.3 + VMware +Nagios11 + 环境 虚拟机vmware + 操作系统 linux rh5.3 步骤 rpm -q gcc glibc glibc-common gd gd-devel xinetd openssl-devel yum install -y gcc glibc glibc-common gd gd-devel xinetd openssl-deve...
分类:移动开发   时间:2016-05-13 15:09:53    阅读次数:302
ubuntu配置tftp服务
ubuntu配置TFTP服务: TFTP是用来下载远程文件的最简单的网络协议,基于UDP协议。xinetd是新一代的网络守护进程服务程序,经常用于管理多种轻量型internet服务。 sudo apt-get install tftp sudo apt-get install tftpd(tftp- ...
分类:系统相关   时间:2016-05-13 08:38:48    阅读次数:184
391条   上一页 1 ... 22 23 24 25 26 ... 40 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!