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

linux telnet登陆慢问题

 更改/etc/resolv.conf文件
    如果你的linux主机只是在局域网内工作,请将nameserver地址改为网卡本身的地址。
    例:
    # vi /etc/resolv.conf
    nameserver 192.168.0.160
    search site
    然后重启网卡
    suselinux:~ # ifconfig eth0 down
    suselinux:~ # ifconfig eth0 up


相关文档:

实战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软硬件开发环境

      原文地址:http://www.xxlinux.com/linux/article/development/embed/20080227/14047.html
      Linux和uClinux
      Linux正逐渐地应用于嵌入式设备,uClinux正是在这种氛围下产生的。uClinux就是Micro-Control-Linux,它也是一个 ......

linux下rar解压(rarlinux下载,安装 ,使用)

 linux下想解压rar文件 必须安装软件,我使用到是rarlinux  
下面是下载地址
rarlinux官方网站下载地址
http://www.rarsoft.com/download.htm
安装                                  ......

linux 双网卡服务器NAT服务

debian lenny , my favorite
a. vim  /etc/sysctl.conf:
    modify net.ipv4.ip_forward = 1
b. flush route table:
    iptables -F
    iptables -P INPUT ACCEPT
    iptables -P FORWARD ACCEPT
c. open NAT services:
 &nb ......

Linux 下TCP连接关闭情况分析

一、TCP连接关闭的几种方式:
1、“正常”关闭:调用close()关闭socket、没close但进程正常结束(当然这是不应该的做法)、进程core掉、在shell命令行中kill掉进程,都可抽象成“正常”关闭。因为即使core掉,内核也会马上帮应用程序回收(close)socket文件描述符。
     “正 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号