摘要:
ifstat-网络接口监测工具http://gael.roualland.free.fr/ifstat/ifstat is a tool to report network interfaces bandwith just like vmstat/iostat do for other system... 阅读全文
摘要:
一个比较通用的MakefileTARGET = xxxSRCDIRS = .SRCEXTS := .c .cppSRC = $(foreach d,$(SRCDIRS),$(wildcard $(addprefix $(d)/*,$(SRCEXTS))))OBJ = $(foreach x,$(SR... 阅读全文
摘要:
[转]vim常用命令http://www.cnblogs.com/sunyubo/archive/2010/01/06/2282198.htmlhttp://blog.csdn.net/wooin/archive/2007/10/31/1858917.aspx好文下面是我常用的一些命令, 放在这里供... 阅读全文
摘要:
[转]Valgrind简单用法http://www.cnblogs.com/sunyubo/archive/2010/05/05/2282170.htmlValgrind的主要作者Julian Seward刚获得了今年的Google-O'Reilly开源大奖之一──Best Tool Maker。让... 阅读全文
摘要:
[转]UDP/TCP穿越NAT的P2P通信方法研究(UDP/TCP打洞 Hole Punching)http://www.360doc.com/content/12/0428/17/6187784_207328686.shtml内容概述:在p2p通信领域中,由NAT(Network Address ... 阅读全文
摘要:
[转]Reed Solomon纠删码 http://peterylh.blog.163.com/blog/static/12033201371375050233/纠删码是存储领域常用的数据冗余技术, 相比多副本复制而言, 纠删码能够以更小的数据冗余度获得更高数据可靠性。 Reed Solomon C... 阅读全文
摘要:
[转]分布式文件系统FastDFS架构剖析http://www.programmer.com.cn/4380/文/余庆FastDFS是一款类GoogleFS的开源分布式文件系统,它用纯C语言实现,支持Linux、FreeBSD、AIX等UNIX系统。它只 能通过专有API对文件进行存取访问,不支持P... 阅读全文
摘要:
[转]ubuntu 下minicom超级终端的使用方法http://blog.chinaunix.net/uid-25909619-id-3184639.html系统环境: Ubuntu 11.041.下载安装minicomsudo apt-get install minicom2.运行minico... 阅读全文
摘要:
[转]Ubuntu下配置NFS服务 http://blog.163.com/liu8821031%40126/blog/static/111782570200921021253516/Table of Contents1.下载相关软件2.建立共享目录 3.修改该配置文件4.重启服务5.测试服务器6... 阅读全文
摘要:
[转]Ubuntu 12.04开机自动挂载Windows分区http://www.cnblogs.com/A-Song/archive/2013/02/27/2935255.html系统版本:Ubuntu 12.04(wubi安装)1.查看系统磁盘号sd2,sd5,sd7分别对应我windows的C... 阅读全文