`
文章列表
s 一个基于Golang的分布式存储开源项目 / weed-fs http://blog.csdn.net/love_se/article/details/7951771  项目地址:https://code.google.com/p/weed-fs/ weed-fs是一个简单且高性能的分布式存储系统, 它有两个目标: 1、存储海量文件 2、快速访问所存的文件 weed-fs选择了 key~file 映射的方式实现文件寻址, 而不是POSIX文件系统已有的机制, 这有点类似于nosql系统, 你可以称之为“NoFS” weed-fs的实现机制是管理volumes服务器, 而不是 ...
s nmap介绍 2009-10-14 11:39:07 http://blog.chinaunix.net/uid-291705-id-2134351.html 安全检查机器192.158.0.253开启的所有端口及服务  /  port [root@v-HYe5zbuhzKV ~]# nmap -PT 192.168.0.253 Linux服务器应注意的安全问题-ssh暴力破解--denyhosts解决 http://blog.csdn.net/qiudakun/article/details/5454277 对获取其中的ip地址和数量:# grep -o '[0-9]/{ ...
s   Loadrunner project 006 PHP 香港电商网站 http://blog.csdn.net/zhuoxiong/article/details/8563256 近有服务器不时出现的CPU使用率超高,内存几乎被吃光,系统甚至自动kill掉一些进程,如sshd,vsftpd等。用top查看,PHP-CGI进程高挂不下,如下是解决方案: 一、进程跟踪 # top //找出CPU使用率高的进程PID # strace -p PID //跟踪进程 # ll /proc/PID/fd //查看该进程在处理哪些文件 将有可疑的PHP代码修改之,如:file_ge ...
s FTP的ASCII和Binary传输模式 http://blog.csdn.net/lwei_998/article/details/6025410  WINDOWS用FTP上传文本文件到UNIX.在unix下编辑上传的文本文件时   经常会出现^M,虽然我们可以通过命令替换掉^M。但上传的文件比较多时,  逐个替换还是比较麻烦。   下面通过小实验来解决这个问题。   FTP有ASCII和Binary两种传输模式。   Binary模式不会对数据进行任何处理。   Ascii模式会将回车换行转换为本机的回车字符。   由于WINDOWS和UNIX的行结束符不一样。所以 ...
  使用Ant,Maven构建Eclipse RCP Product http://eclipsercpforum.group.iteye.com/group/wiki/627 通常我们打包Product的时候,一般都是通过Product的export操作来进行的,但这样的做法,则限制了Continous Integration的自动化执行,那么,应该如何编写自动化构建脚本呢? 、、、       1、maven打包成可执行jar包 在pom.xml中添加 <build> <plugins> ... <plugin> <ar ...
  http://lindows.iteye.com/admin/blogs/search?query=51job 500 Internal Server Error ASERVER/1.2.9-3   WAF/2.0 http://news.jc001.cn/13/1122/770570.html 503 Service Unavailable soryy, 系统升级中,请稍后访问 WAF/2.0   http://ip.911cha.com/54.250.120.19.html 参考数据:54.250.120.19 → 美国 华盛顿州西雅图市亚马逊公司数据中心 ...
  juniper 防火墙查看CPU、新建、并发连接   Juniper NetScreen NS5200 防火墙VPN设备  ¥36万get performance session detail 新建get session info  并发get  performance cpu CPU利用率 http://www.juniper.net/cn/zh/products-services/security/netscreen/ns5200/#specifications http://product.pconline.com.cn/router/wangyue/534191_d ...
S IBM测试分类-AVT,BVT,CVT,FVT,GVT,TVT,SVT,PVT http://blog.csdn.net/hpf911/article/details/7095785 AVT,accessibility test,确保那些视觉有缺陷,或者听觉有缺陷的人,可以跟正常人一样使用这个系统,这个是基于美国政府的要求.AVT的测试工具主要是JAWS,ScreenReader等.也有一些firefox的插件. BVT,build available test ~测试build是否可用,主要是进行些简单的功能测试,如:能否启动,能否登录等CVT,component test~针 ...

OS + Linux Shell Command find

    博客分类:
  • OS
 
  Linux中find常见用法示例 http://www.iteye.com/topic/587714 http://icarusli.iteye.com/blog/646424 http://taylorqt.iteye.com/blog/150717 http://ericyou.iteye.com/blog/1715255 http://huaonline.iteye.com/blog/1752312 http://www.cnblogs.com/wanqieddy/archive/2011/06/09/2076785.html     find   path   ...
JavaWeb open test Tools  / unit / function / client / performance / db / media / net security / bug / platform 开源测试工具的完整解决方案 http://blog.csdn.net/kerryzhu/article/details/1460633        开源软件运动正在获得很大成功,正在改变软件业的开发 ...
  Selenium Automation Tools v1.7 Exception: the eclipse executable launcher was unable to locate its companion share libary 解决:         http://www.iteye.com/news/search?query=Selenium   开源测试工具/社区(Selenium /OpenQA.org)——今非昔比 http://blog.csdn.net/kerryzhu/article/details/2901517 和我一起学 S ...
  Using epoll() For Asynchronous Network Programming http://kovyrin.net/2006/04/13/epoll-asynchronous-network-programming/ 2011-06-18 16:46 linux异步IO浅析 http://hi.baidu.com/_kouu/item/2b3cfecd49c17d10515058d9 Linux进程IO状况的实时监测 http://www.poluoluo.com/server/201011/98278.html linux系统IO优化 http: ...
正则表达式库 PCRE 8.32  http://www.pcre.org ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.zip ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.tar.gz http://www.oschina.net/p/pcre pcre (Perl Compatible Regular ...
  s   loadrunner 学习笔记--Web Services http://www.byywee.com/page/M0/S227/227297.html 使用loadrunner测试Web Services的程序 http://blog.sina.com.cn/s/blog_7833c84501010e9d.html 首页>> 文章精选>> 测试丛书>> 性能测试进阶指南——LoadRunner 11实战>> 查看资讯 性能测试进阶指南—LoadRunner 11实战(20) 发布时间: 2012-6-11 10:4 ...
http://support.apple.com/zh_CN/downloads/#Snow%20Leopard   Security Update 2013-002 (Snow Leopard)Download http://support.apple.com/kb/DL1660 http://support.apple.com/downloads/DL1660/en_US/SecUpd2013-002.dmg Download Version: 2013-002 Post Date: Jun 4, 2013 Download ID: DL1660 Fil ...
Global site tag (gtag.js) - Google Analytics