自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (64)
  • 收藏
  • 关注

转载 Linux raw socket

我们平常所用到的网络编程都是在应用层收发数据,每个程序只能收到发给自己的数据,即每个程序只能收到来自该程序绑定的端口的数据。收到的数据往往只包括应用层数据。某些情况下我们需要执行更底层的操作,比如监听所有本机收发的数据、修改报头等。通过原始套接字,我们可以抓取所有发送到本机的IP包(包括IP头和TCP/UDP/ICMP包头),也可以抓取所有本机收到的帧(包括数据链路层协议头)。普通的套接字无法

2016-06-30 14:44:57 743

原创 Ubuntu 16.04 Journal

====================Ubuntu 16.04 Journal====================    user@group:~$ sudo lsb_release -a    No LSB modules are available.    Distributor ID:    Ubuntu    Description:    Ubuntu

2016-06-20 13:21:33 1841

转载 交换机与网桥的区别

交换机与网桥的区别  局域网交换机的基本功能与网桥一样,具有帧转发、帧过滤和生成树算法功能。但是,交换机与网桥相比还是存在以下不同:   (1)交换机工作时,实际上允许许多组端口间的通道同时工作。所以,交换机的功能体现出不仅仅是一个网桥的功能,而是多个网桥功能的集合。即网桥一般分有两个端口,而交换机具有高密度的端口。  (2)分段能力的区别   由于交换机能够支持多

2016-06-12 15:08:07 712

翻译 Guake 0.8.4

After the installation of Ubuntu 16.04, I found that the corresponding Guake is like Gnome Terminal.1. The current tab is colored with pink.2. Support hotkey to switch tabs.If we still use t

2016-06-12 13:54:32 502

转载 SMA

无线接口无线电天线接口SMA是Sub-Miniature-A的简称,常用的无线路由/无线网卡的SMA的天线接口全称应为SMA反极性公头,就是天线接头是内部有螺纹的里面触点是针(无线设备一端是外部有螺纹里面触点是管)。这种接口的无线设备是最最普及的,70%以上的AP、无线路由和90%以上的PCI接口的无线网卡都是采用这个接口,这个接口大小适中,手持对讲机等设备也有不少是这个类型,但里

2016-06-06 14:28:49 2454

转载 修改 Win7 MTU 值

修改 Win7 MTU 值对于 MTU(Maximum Transmission Unit,最大传输单元)的简单说明:网络上传输的并非连续的数据流,而是一个个的数据包,MTU的值限定了这个数据包的最大值。如果电信运营商设定的数据包最大值为1480字节,而你的电脑通过路由器上网,默认是使用1500字节(如果是直连Modem,则会自动采用电信提供的 MTU值),那么你发送的

2016-06-01 17:04:34 2092

circuit_symbols.pdf

This document lists many of the basic circuit symbols.

2021-04-01

20130924_anatomy_and_physiology_of_android.pdf

入门案桌系统的一份非常好的PPT,详细地介绍了安卓系统基本架构流程。简单明了,对于初学者需要结合源代码对比分析。

2020-02-15

Essential SNMP 2nd Edition

The Simple Network Management Protocol (SNMP) is an Internet-standard proto- col for managing devices on IP networks. Many kinds of devices support SNMP, including routers, switches, servers, workstations, printers, modem racks, and unin- terruptible power supplies (UPSs). The ways you can use SNMP range from the mundane to the exotic: it’s fairly simple to use SNMP to monitor the health of your routers, servers, and other pieces of network hardware, but you can also use it to control your network devices, page someone, or take other automatic actions if prob- lems arise. The information you can monitor ranges from relatively simple and stan- dardized items, like the amount of traffic flowing into or out of an interface, to more esoteric hardware- and vendor-specific items, like the air temperature inside a router.

2018-10-20

skypeforlinux-64.rpm

Discussion End of Life of Skype for Linux 4.3 Important thread As announced earlier this year, the old Skype for Linux v4.3 is at its end-of-life and will be decommissioned in the upcoming weeks. You will be automatically signed out of Skype until you update. Please, update to the new Skype 8.x, which is ready for you with lots of improvements at Skype.com. In case you hit any issues, please check known issues, system requirements, or post your questions directly to this forum. All your feedback will be greatly appreciated. Kind regards, The Skype Team

2017-11-23

skypeforlinux-64.deb

Discussion End of Life of Skype for Linux 4.3 Important thread As announced earlier this year, the old Skype for Linux v4.3 is at its end-of-life and will be decommissioned in the upcoming weeks. You will be automatically signed out of Skype until you update. Please, update to the new Skype 8.x, which is ready for you with lots of improvements at Skype.com. In case you hit any issues, please check known issues, system requirements, or post your questions directly to this forum. All your feedback will be greatly appreciated. Kind regards, The Skype Team

2017-11-23

802.3af-2003

802.3af-2003

2017-07-20

SFP Ethernet Auto Negotition

要了解SFP AN的,请下载。

2017-04-26

gitolite git code

gitolite source with git maintainence.

2017-01-25

Lua脚本语言中文教程

Lua语言中文教程,基于Lua5.0。

2016-07-29

Programming In Lua 3rd

based on lua 5.2

2016-07-29

Programming In Lua

based on lua 5.0

2016-07-29

802.1Q-2014

802.1Q-2014中包括VLAN和MSTP的定义。

2016-07-08

802.1D-1998

802.1D-1998.pdf中包含STP的定义。STP在新版本中已被删除,由RSTP取代。

2016-07-08

IEEE 802.3ad

An optional Link Aggregation sublayer for use with CSMA/CD MACs is defined. Link Ag-gregation allows one or more links to be aggregated together to form a Link Aggregation Group, such that a MAC Client can treat the Link Aggregation Group as if it were a single link. To this end, it specifies the establishment of DTE to DTE logical links, consisting of N parallel instances of full duplex point-to-point links operating at the same data rate.

2016-07-08

tcpdump.tar.gz

tcpdump - dump traffic on a network. the tcpdump directory contains "libpcap-1.1.1 Makefile tcpdump-4.1.1". you just need execute make.

2016-06-20

GDB调试器使用手册

This preface describes the versions of the ARM ® architecture and the contents of this manual, then lists the conventions and terminology it uses. • About this manual on page xii • Architecture versions and variants on page xiii • Using this manual on page xviii • Conventions on page xxi • Further reading on page xxiii • Feedback on page xxiv.

2016-04-07

ARM的指令手册

目录: 寄存器和处理器模式(26-bit 体系) 寄存器和处理器模式(32-bit 体系) 程序状态寄存器和操纵它的指令 寄存器装载和存储指令 算术和逻辑指令 移位操作 乘法指令 比较指令 分支指令 条件执行 软件中断指令 APCS (ARM 过程调用标准) 编写安全的 32-bit 代码的基本规则 IEEE 浮点指令 汇编器伪指令 指令快速查找 ARM 指令格式

2016-04-07

ARM 伪指令

ARM 汇编伪指令讲解。

2016-04-07

深入理解linux内核(第三版中文)

Linux内核经典书籍-深入理解Linux内核(第三版中文).pdf

2016-03-01

Understanding the LINUX KERNEL

Understanding the LINUX KERNEL

2015-08-25

tftpd dhcpd

支持tftp服务,也支持dhcp服务,同时支持dhcp relay server功能。

2014-11-20

AFTR软件包

AFTR是配置DS-Lite的WAN端服务器软件包。

2014-09-16

bin_tools 20140908

This resource is just a backup for myself. It contains some shell script functions.

2014-09-08

Merge2007_Win32

这是我毕业时,接触的第一个文件目录比较软件,很喜欢。想要就下载吧!

2014-08-28

U盘检测工具小集合

ATTO Disk Benchmark, ChipGenius, FlashGenius, DiskBench, MyDiskTest, 芯片无忧。

2014-08-28

Asterisk Definitive Guider

其中包括英文第四版本。另外还有部分中文版章节的翻译。上传主要是为了让需要的人容易下载,同时在这里备份一下。

2014-08-25

CFree Programme

CFree是一个小型Windows C程序开发学习工具。如果就这下载玩玩。

2014-08-25

WinSetupFromUSB-1-3

该软件主要用来制作Windows系统U盘安装盘。对于Windows XP, 不能直接用ISO,所以先要把ISO解压,然后选择解压后的目录。

2014-08-23

Universal-USB-Installer

该工具可以用来制作Linux类U盘系统安装盘。非常好用!对于部分Linux系统可能不必这么做,只须用dd命令直接把ISO写入磁盘即可。所以下载先试一下dd命令,然后再考虑要不要下载。

2014-08-23

Ondo SIP Server

只管安装这两个软件。安装完SIP后,启动SIP Server。在“所有程序”-> Brekeke SIP Server -> Brekeke SIP Server Admintool打开配置页面,在User Authentication中添加新的用户。不过第一次登录时会要求注册。可以http://www.brekeke.com/downloads/sip-server-trial-license.php注册一个用户,它会发给你一个试用的Product ID。

2014-08-21

X-Lite Soft Phone Client

X-Lite是一种软电话客户端。在开发VoIP时,可以用来协助测试拔打IP电话相关的特性。

2014-08-21

scim-pinyin

使用时只要执行“sudo tar zxvf pinyin.tar.gz -C /”即可。

2014-06-07

极点五笔6.1

一、安装 解压、复制 极点五笔.bin 到主目录下 sudo mv 极点五笔.bin /usr/share/scim/tables sudo pkill scim && scim -d 退出终端再执行下面命令 scim-setup 二、设置 输入法引擎:全局设置:简体中文:极点五笔 6.1(勾选):确定 sudo pkill scim && scim -d 退出终端

2014-05-14

VNC-Viewer-5.1.1-Windows-32bit.exe

在Ubuntu 13.04中,默认使用VNC作为远程桌面服务器。默认端口为5900。但是windows默认使用RDP协议,端口号为3389。这时可以在Windows上安装VNC-Viewer客户端软件。

2014-04-11

mysql-connector-java-5.1.29.tar.gz

mysql-connector-java-5.1.29.tar.gz

2014-03-20

openacs-bin-0.4.zip

openacs-bin-0.4.zip is based on jboss-4.2.2.GA.zip

2014-03-20

openacs-bin-0.5.0.3.zip

openacs-bin-0.5.0.3.zip

2014-03-20

FW150US 8188eu 驱动

买了FW150US无线网卡的朋友,或者需要Realtek 8188eu驱动源码的朋友,可以下载此资源。我在Ubuntu 13.04上已经测试过。

2014-01-07

Understanding IPv6 3rd

This is the newest understanding IPv6. You may need this book for reference.

2013-12-03

gdb manual

Describes how to use GDB.

2013-11-02

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除