惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Last Week in AI
Last Week in AI
U
Unit 42
博客园 - 【当耐特】
Y
Y Combinator Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Microsoft Security Blog
Microsoft Security Blog
Recent Announcements
Recent Announcements
P
Proofpoint News Feed
Martin Fowler
Martin Fowler
量子位
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
有赞技术团队
有赞技术团队
aimingoo的专栏
aimingoo的专栏
博客园 - 司徒正美
美团技术团队
雷峰网
雷峰网
小众软件
小众软件
G
Google Developers Blog
GbyAI
GbyAI
Jina AI
Jina AI
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
F
Fortinet All Blogs
Vercel News
Vercel News

博客园 - Lthis

Linux 用户特殊目录:中文改英文 完整指南(比如“桌面”->“Desktop”) 解决LKM编译报错:include/linux/compiler_types.h:258:20: warning: ‘asm’ operand 2 probably does not match constraints ubuntu 14.04 LTS root用户登录 IDA远程调试出现"The file can't be loaded by the debugger plugin."云云 【转】(总结)CentOS Linux下VNC Server远程桌面配置详解 【转】记使用Kali linux 2.0的一些坑 【转】目前常见的加密壳列表 winhex中文显示乱码问题 【收集】在OD中跑会出错,单独运行没问题 【转】第二课.汇编语言-8086指令、典型函数调用约定 【转】第一课寄存器与寻址 【转】snort 【转】snort.conf分析(中文) 【转】snort 笔记2 ----- 规则编写 【转】Snort语法规则说明及实例讲解 【转】Snort 命令参数详解 Edit控件设置多行显示的方法 POST教程笔记 - Cookie方式登录网站 POST教程笔记 - POST方式登录网站
linux 端口
Lthis · 2015-11-11 · via 博客园 - Lthis

LINUX通过下面的命令可以开启允许对外访问的网络端口: 

/sbin/iptables -I INPUT -p tcp --dport 8000 -j ACCEPT #开启8000端口 

/etc/rc.d/init.d/iptables save #保存配置 

/etc/rc.d/init.d/iptables restart #重启服务 

查看端口是否已经开放 

/etc/init.d/iptables status

posted @ 2015-11-11 14:00  Lthis  阅读(180)  评论(0)    收藏  举报