码迷,mamicode.com
首页 >  
搜索关键字:xinetd    ( 391个结果
xinetd之基础知识和实例
xinetd:超级守护进程,管理瞬时守护进程配置文件:/etc/xinetd.conf主配置文件/etc/xinetd.d/*各瞬时守护进程的配置文件全局配置:defauts{#enabled=yes|no启用服务#disabled=yes|no禁用服务log_type=SYSLOGdaemoninfo|FILE/var/log/xxx.log日志类型log_on_failure=HOST登陆失..
分类:Web程序   时间:2015-06-24 16:40:35    阅读次数:155
Configure new Nagios clients
yum install -y gcc glibc glibc-common gd gd-devel make net-snmp openssl-devel xinetd打开:http://sourceforge.net/projects/nagios/files/nrpe-2.x/wget http...
分类:移动开发   时间:2015-06-17 23:21:07    阅读次数:212
centos安装启动telnet服务
安装telnet服务:yum -y install telnet*安装客户端和服务端:启动服务:service xinetd restart检查端口:lsof -i:23防火墙开放23端口:iptables -A INPUT -p tcp --dport 23 -j ACCEPTiptables-s...
分类:Web程序   时间:2015-06-17 13:03:29    阅读次数:143
pxe网络安装linux系统
网络启动安装详细步骤:(两种方式vsftp和nfs)安装软件yuminstalltftptftp-servervsftpddhcpxinetdsyslinux-y修改xinetd把tftp打开vim/etc/xinetd.d/tftpdisable=no----找到这一行,把yes修改为no把安装介质挂载过来由于我的安装介质放在物理机windows上面,我把介质设置成共..
分类:系统相关   时间:2015-06-13 06:28:20    阅读次数:200
pxe网络安装linux系统
网络启动安装详细步骤:(两种方式vsftp和nfs)安装软件yuminstalltftptftp-servervsftpddhcpxinetdsyslinux-y修改xinetd把tftp打开vim/etc/xinetd.d/tftpdisable=no----找到这一行,把yes修改为no把安装介质挂载过来由于我的安装介质放在物理机windows上面,我把介质设置成共..
分类:系统相关   时间:2015-06-13 06:27:20    阅读次数:175
网络安装linux系统
网络启动安装详细步骤:(两种方式vsftp和nfs)安装软件yuminstalltftptftp-servervsftpddhcpxinetdsyslinux-y修改xinetd把tftp打开vim/etc/xinetd.d/tftpdisable=no----找到这一行,把yes修改为no把安装介质挂载过来由于我的安装介质放在物理机windows上面,我把介质设置成共..
分类:系统相关   时间:2015-06-13 06:26:48    阅读次数:180
pxe网络安装linux系统
网络启动安装详细步骤:(两种方式vsftp和nfs)安装软件yuminstalltftptftp-servervsftpddhcpxinetdsyslinux-y修改xinetd把tftp打开vim/etc/xinetd.d/tftpdisable=no----找到这一行,把yes修改为no把安装介质挂载过来由于我的安装介质放在物理机windows上面,我把介质设置成共..
分类:系统相关   时间:2015-06-13 06:26:31    阅读次数:186
Rsync 服务器端配置
Centos 6.3 已经自带Rsync服务安装xinetd# yum -y install xinetd编辑/etc/xinetd.d/rsync文件,把disable = yes修改为disable = no# default: off# description: The rsync serve...
分类:其他好文   时间:2015-06-09 09:41:26    阅读次数:128
tftp的安装
下载并且安装软件xinetd tftp tftpdsudo apt-get install xinetd tftp tftpd在/etc/xinetd.d/下建立一个配置文件tftpsudo vi /etc/xinetd.d/tftp内容如下service tftp { socket_t...
分类:其他好文   时间:2015-05-28 15:40:35    阅读次数:139
linux系统优化
1最小化安装(自定义选包:最基本为:Bash;Compatibilltylibrarles;DebuggingTools;Developmenttools)最小化启动:foroldboyin`chkconfig--list|grep"3:on"|awk‘{print$1}‘|grep-vE"crond|network|sshd|rsyslog|xinetd"`;dochkconfig$oldboyoff;done2ulimit:ulimit-n如果系统进..
分类:系统相关   时间:2015-05-27 01:05:47    阅读次数:323
391条   上一页 1 ... 29 30 31 32 33 ... 40 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!