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

推荐订阅源

Google DeepMind News
Google DeepMind News
B
Blog
博客园 - 三生石上(FineUI控件)
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
T
The Blog of Author Tim Ferriss
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园_首页
Vercel News
Vercel News
量子位
A
About on SuperTechFans
博客园 - 聂微东
WordPress大学
WordPress大学
D
DataBreaches.Net
The Cloudflare Blog
M
MIT News - Artificial intelligence
Last Week in AI
Last Week in AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
D
Docker
雷峰网
雷峰网
C
Check Point Blog
S
SegmentFault 最新的问题
U
Unit 42
月光博客
月光博客
Apple Machine Learning Research
Apple Machine Learning Research

博客园 - 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)    收藏  举报