说明:①如果发现was、datastage已经自启动,但db2没有自启动,应先将它们停止,在按顺序启动;②如果都自启动了,就不用再启动,关闭防火墙即可。--0、关闭防火墙service iptables stop--1、db2su - db2inst1db2startps -efa | grep d...
分类:
其他好文 时间:
2014-09-09 15:12:18
阅读次数:
160
hadoop安装 关闭防火墙 修改ip 修改hostname 设置ssh自动登录 安装jdk 安装hadoop1.将hadoop-1.1.2.tar.gz上传到/usr/local/,解压并改名为hadoop 2.配置hadoop环境变量,编辑/etc/profile文件,在该文件底部...
分类:
其他好文 时间:
2014-09-04 18:54:19
阅读次数:
217
shellinabox可以在网页上访问控制服务器安装wgethttp://shellinabox.googlecode.com/files/shellinabox-2.10.tar.gz#tar-zxvfshellinabox-2.10.tar.gz#cdshellinabox#./configure--preifx=/usr/local/shellinabox#make&&makeinstall默认监听的端口是4200关闭防火墙或者..
分类:
Web程序 时间:
2014-09-02 02:43:54
阅读次数:
267
gedit /etc/rc.d/rc.local #关闭防火墙service iptables stop#开启samba服务service smb start#开启ntopng 端口5000service redis startntopng -w 5000#开启snort#开启snorby
分类:
其他好文 时间:
2014-08-30 15:06:39
阅读次数:
215
实验1DHCP的配置与原理实验环境在虚拟机Linux6.5系统下需要2台Linux系统一台A作为服务端一条B作为测试客户端开启2台Linux系统。关闭防火墙设置selinux的参数enforcingpermissive一般情况下设置peimissive关闭网络优化设置NetworkManager由于我们是本地实验环境不需将网络优化添..
分类:
其他好文 时间:
2014-08-24 04:09:02
阅读次数:
293
Centos6.3系统下Smokeping2.6.8安装教程smokeping是对IDC网络质量,稳定性等最好的检测工具,包括常规的ping,dig,echoping,curl等,可以监视www服务器性能,监视dns查询性能,监视ssh性能等.1、关闭防火墙和selinux服务[root@YZW~]#serviceiptablesstop[root@YZW~]#setenforce..
分类:
其他好文 时间:
2014-08-23 02:27:50
阅读次数:
390
当前系统版本[root@localhost~]#uname-aLinuxlocalhost.localdomain2.6.32-358.el6.x86_64#1SMPTueJan2911:47:41EST2013x86_64x86_64x86_64GNU/Linux[root@localhost~]#cat/etc/redhat-releaseRedHatEnterpriseLinuxServerrelease6.4(Santiago)关闭防火墙[root@localhost~]#ser..
分类:
其他好文 时间:
2014-08-21 15:20:45
阅读次数:
242
注:防火墙的基本操作命令:查询防火墙状态:[root@localhost ~]#service iptables status停止防火墙:[root@localhost ~]#service iptables stop启动防火墙:[root@localhost ~]#serviceiptables ...
分类:
其他好文 时间:
2014-08-18 16:00:52
阅读次数:
140
安装win+linux双系统:格盘,分好区,留未使用的存储空间用来装linux用。现状win,然后直接装linux到未使用的空间即可。远程:首先谨记:要远程先关闭防火墙。 如果是普通系统,则打开我的电脑——属性——远程设置中的远程协助选项并勾选下面的远程桌面选项即可(似乎必须要一个账户名和密码,.....
分类:
其他好文 时间:
2014-08-18 10:36:53
阅读次数:
229
一.准备实验用的两台虚拟机1.安装一台RHEL6.5虚拟机关闭防火墙[root@ser5桌面]#serviceiptablesstop[root@ser5桌面]#chkconfigiptablesoff关闭SElinux修改配置文件[root@ser5桌面]#vim/etc/selinux/config改为SELINUX=permissive保存退出安装好vmware-tools,方便复制粘贴。关..
分类:
其他好文 时间:
2014-08-18 01:40:13
阅读次数:
251