易截截图软件、单文件、免安装、纯绿色、仅160KB

linux防火墙开放端口


--保存当前防火墙设置
service iptables save
--查看配置文件
iptables-save
--编辑配置文件
vi /etc/sysconfig/iptables 添加相应的规则
设置可以通过防火墙
-A RH-Firewall-1-INPUT -p tcp -m state --state NEW -m tcp --dport 80 -j ACCEPT
注意修改/etc/sysconfig/iptables后不要再使用service iptables save ,这样原来的规则又会覆盖新规则
--重启iptables
service iptables restart


相关文档:

实战Linux Bluetooth编程(六) L2CAP编程实例

例一:发送Signaling Packet:
Signaling Command是2个Bluetooth实体之间的L2CAP层命令传输。所以得Signaling Command使用CID 0x0001.
多个Command可以在一个C-frame(control frame)中发送。
 如果要直接发送Signaling Command.需要建立SOCK_RAW类型的L2CAP连接Socket。这样才有机会自己填充Command Code,Identi ......

Linux设备模型之input子系统详解

一:前言
最近在研究android的sensor driver,主要是E-compass,其中用到了Linux input子系统.在网上也看了很多这方面的资料,感觉还是这篇分析的比较细致透彻,因此转载一下以便自己学习,同时和大家分享!
(这篇博客主要是以键盘驱动为例的,不过讲解的是Linux Input Subsystem,可以仔细的研究一下!)
键盘驱动将检 ......

How to restore data after linux can't boot


 

<!--
@page { margin: 0.79in }
P { margin-bottom: 0.08in }
-->

                        How
to restore data after ubuntu can't boot
If you have another ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号