码迷,mamicode.com
首页 >  
搜索关键字:防火墙重启    ( 55个结果
Linux学习笔记 (七)Oracle数据库的安装
// 注释 # root用户 $oracle用户1. 关闭安全措施# chkconfig iptables off // 永久关闭防火墙# serviceiptables stop // 暂时关闭防火墙,重启系统后会自动打开# sed -i "s/SELINUX=enforcing/SELINUX=...
分类:数据库   时间:2015-06-23 00:44:56    阅读次数:169
Linux运维
1.查看端口使用情况 netstat -apn | grep 8080 关闭端口: kill -9 进程id2.关闭防火墙及selinux (防火墙)重启后永久生效:chkconfig iptables on/off 即时生效:service iptables start/stop (se...
分类:系统相关   时间:2015-04-21 20:26:22    阅读次数:220
Linux(CentOS 7.0)下Oracle11g R2安装CentOS7.0安装Oracle11gR2
// 注释 # root用户 $oracle用户1. 关闭安全措施# chkconfig iptables off // 永久关闭防火墙# serviceiptables stop // 暂时关闭防火墙,重启系统后会自动打开# sed -i "s/SELINUX=enforcing/SELINUX=...
分类:数据库   时间:2014-12-26 18:30:52    阅读次数:1451
虚拟机tomcat6外部无法访问问题
虚拟机tomcat外部实体主机无法访问问题本地虚拟机启动后虚拟机内可以打开tomcat界面。返回到里头却无法访问。解决方案:1. 禁用防火墙(永久): chkconfig iptables off2. 停止防火墙(重启就会失效):service iptables stop在防火墙开启的情况下在ipt...
分类:其他好文   时间:2014-11-21 01:17:40    阅读次数:355
linux 关闭防火墙
linux 关闭防火墙 ============= ##1. 重启后生效 开启: chkconfig iptables on 关闭: chkconfig iptables off ##2. 即时生效,重启后失效 开启: service iptables start 关闭: service iptables stop ##3. 在...
分类:系统相关   时间:2014-07-31 21:23:07    阅读次数:324
55条   上一页 1 ... 4 5 6
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!