
网络/通信
文章平均质量分 72
bonny95
行至水穷处,坐看云起时。
展开
-
CDMA2000 Channel Naming Conventions
CDMA2000 Channel Naming Conventions Manycdma2000 standards refer to logical channels, physical channels, orboth. The following naming conventions apply to all cdma2000 standards. 1 Logical Channel原创 2008-07-20 22:25:00 · 907 阅读 · 0 评论 -
Click Notes II - Click Script Language
The Click programming language was developed to configure Click routers, but nowadays you also can use it to write test cases for Click elements.Basic SyntaxElement GroupCompound ElementScriptTe原创 2015-01-09 01:12:37 · 2409 阅读 · 0 评论 -
SOCK_RAW Issue with setuid&chroot-ed login on Linux Servers(Still Unresolved)
Problem: when using function socket(AF_INET,SOCK_RAW,IPPROTO_TCP...) with setuid&chroot-ed fake root on Linux servers, it would always fail. However, the real root can work well. Usually the fake原创 2012-06-15 11:39:48 · 923 阅读 · 0 评论 -
Common FTP Commands
Basic FTP Commands 原文:http://www.cs.colostate.edu/helpdocs/ftp.htmlCommon FTP Commands ? to request help or information about the FTP commands ascii to se转载 2011-06-13 15:09:00 · 582 阅读 · 0 评论 -
在/etc/hosts中定义Linux的hostname
<br />今天碰到这样一个问题:一个程序在刚刚装好的Linux server上获取IP地址时永远都是0x7f000001。一开始没有注意,后来仔细一想,0x7f000001不正好就是127.0.0.1嘛!有同事查了一下/etc/hosts,发现在该文件中有这样一行:<br />127.0.0.1 mylinuxsvr localhost.localhost.localdomain localhost <br />其中,mylinuxsvr是这个server的名字。难怪每次都只能获取到127.0原创 2011-03-10 14:41:00 · 1569 阅读 · 0 评论 -
Linux下最简单的下载flash视频的方法
<br />这两天发现UC Berkely上有一个比较好的课程(http://webcast.berkeley.edu/course_details_new.php?seriesid=2010-B-26275&semesterid=2010-B),可是只能在线观看,是基于flash的视频教程,很是郁闷。<br /> <br />后来在网上终于查到了一个在Linux下下载flash视频的必杀技:/tmp。<br /> <br /><br /> <br /> <br />首先,进入你想要看视频的网站,开始缓冲,原创 2010-08-14 17:15:00 · 1654 阅读 · 0 评论 -
由服务器名字(Host name)获得IP地址
一下代码可以根据host name获得IP地址:#include #include #include #include #include int main(int argc,char **argv){ struct hostent *hptr; struct in_addr *in_addr_ptr; char *ptr,**pptr,**listptr,*addr_ptr;原创 2008-12-24 22:19:00 · 2193 阅读 · 0 评论 -
Perl Notes(III) -- Introduction To Berkeley Sockets
3 Introduction To Berkeley Sockets3.1 Basic Concepts3.1.1 Binary versus Text-Oriented ProtocolsBefore they can exchange information across the network, hosts have a fundamental choice to make. They ca原创 2009-01-13 23:13:00 · 1537 阅读 · 0 评论 -
What Android Can Learn From the iPhone: It’s the Software, Stupid.
原文网址:http://www.techcrunch.com/2008/10/15/what-android-can-learn-from-the-iphone-its-the-software-stupid/尽管我现在既没有iPhone也没有G1,但这篇文章的观点我深表赞同。尽管我一直在用Google的产品,但Google却一次又一次的让我感到失望,比如Gmail,Chrome和Android—转载 2008-10-16 20:00:00 · 780 阅读 · 0 评论 -
FTP命令简介
FTP Guide A short guide to using FTP ============================# FTP (short for File Transfer Protocol) is extremely useful for transferring原创 2008-09-25 09:36:00 · 1850 阅读 · 0 评论 -
Click Notes I - Overview
Click is a modular router toolkit written mainly in C++, which can be run in both user space and OS kernel space. Since its invention in late 1990s by Eddie Kohler, Click is has gained great success原创 2014-12-24 06:01:28 · 2314 阅读 · 0 评论