线上配置/etc/rsyncd.confuid = rootgid = rootuse chroot = yesmax connections = 10pid file=/var/run/rsyncd.pidlist = yesstrict modes = nohosts ...
分类:
其他好文 时间:
2014-06-28 16:24:42
阅读次数:
327
系统:redhat6.5x64问题:系统安装完毕,启动系统时夯住,如图:原因:问题的原因可能是MBR偶然的被擦除或是在BIOS中将磁盘控制器设置成SATA-controller。解决:该问题可通过重装grub来解决1.进入救援模式;2.chroot/mnt/sysp_w_picpath;3.grub-install/dev/sda#根据你的ks文..
分类:
其他好文 时间:
2014-06-17 18:23:06
阅读次数:
192
1.下载并安装最新的bind包yum install –y bind bind-chroot
bind-utis2.配置named.confacl internals{ 127.0.0.0/8; 192.168.0.0/24;};view
"internal" { m...
分类:
其他好文 时间:
2014-06-11 22:51:09
阅读次数:
331
打开PHP.INI,找到这行:disable_functions
=在后面那里加上要禁用的函数,如禁用多个函数,要用半角逗号 , 分开 给个例子:disable_functions =
passthru,exec,system,popen,chroot,scandir,chgrp,chown,esc...
分类:
Web程序 时间:
2014-06-09 16:39:20
阅读次数:
487
apache的安全增强配置(使用mod_chroot,mod_security)
作者:windydays 2010/8/17 LAMP环境的一般入侵,大致经过sql注入,上传webshell,...
分类:
其他好文 时间:
2014-06-08 07:36:06
阅读次数:
236
linux的sftp服务的chroot的配置实践...
分类:
系统相关 时间:
2014-05-09 22:26:03
阅读次数:
524
1、目标物理机sshallowall,默认22端口;2、OptionsAdvanced:Reconfiguredestinationvm关闭3、HelperVMnetworkconfiguration必须填写可通IP地址(重要)4、修复grub>#fdisk-l#查看第几块硬盘上的第几分区挂载到了/boot上,对应到下面的root(hd0,0)这里。
>#chroot/mnt/s..
分类:
系统相关 时间:
2014-05-08 17:03:05
阅读次数:
490
DNS案例一:域名:abc.comdns服务器:192.168.2.100www:1.1.1.1ftp:2.2.2.2mail:3.3.3.3pop3smtpMX①安装准备mount/dev/cdrom/media/cdrom/cd/media/cdrom/Packages/llbind*yum--disablerepo=\*--enablerepo=c6-mediainstallbindbind-chrootbind-utilscd/var/named/chroot/该目..
案例4视图viwer拓扑图:1.查看帮助[root@centos~]#vim/usr/share/doc/bind-9.8.2/sample/etc/named.conf[root@host2~]#cd/var/named/chroot/etc2.[root@centosetc]#vimnamed.conf添加视图:36view"lan-view"37{38zone"."IN{39typehint;40file"named.ca";41};42zone"ab.com"{43t..
分类:
系统相关 时间:
2014-05-07 15:33:16
阅读次数:
618