`
文章列表
zookeeper清除日志文件工具 http://koven2049.iteye.com/blog/983536 ZooKeeper典型使用场景一览 http://www.kuqin.com/system-analysis/20111120/315148.html consul http://www.techweb.com.cn/network/system/2016-01-28/2270190.shtml https://github.com/hashicorp/consul

syncML

Funambol http://sourceforge.net/projects/funambol/ syncevolution https://syncevolution.org/

message system

jafka https://github.com/adyliu/jafka Metamorphosis(Metaq) https://github.com/killme2008/Metamorphosis http://www.360doc.com/content/13/0521/13/9437165_287009615.shtml metaq 2.x http://metaq.taobao.org/ https://github.com/alibaba/metaq Kafka http://kafka.apache.org/ push http://www.openmobster.com/pu ...
术语说明: QPS = req/sec = 请求数/秒 【QPS计算PV和机器的方式】 QPS统计方式 [一般使用 http_load 进行统计] QPS = 总请求数 / ( 进程总数 *   请求时间 ) QPS: 单个进程每秒请求服务器的成功次数 单台服务器每天PV计算 公式1:每天总PV = QPS * 3600 * 6 公式2:每天总PV = QPS * 3600 * 8 服务器计算 服务器数量 =   ceil( 每天总PV / 单台服务器每天总PV ) 【峰值QPS和机器计算公式】 原理:每天80%的访问集中在20%的时间里,这20%时间叫做峰值时间 公式:( 总PV数 ...

log4j

Log4j 发送 EMail 的配置: http://jlk.iteye.com/blog/354216 利用log4mongo-java+mongodb复制集搭建java日志系统: http://blog.csdn.net/jaysuper/article/details/8060347 http://log4mongo.org/display/PUB/Log4mongo+for+Java logback.mongodb: https://github.com/smilebase/logback-mongodb log4j2redis: https://github.com/pavlobaro ...

Bootstrap

Bootstrap http://www.bootcss.com/

大数据

2013大数据大会: http://blog.nosqlfan.com/html/4209.html dtcc2013 ppt 集合 ceph https://www.ustack.com/blog/ceph_infra/ seafile http://manual.seafile.com/deploy_pro/setup_with_ceph.html
1、ssh-keygen -t rsa    采用默认路径,输入passphrase。 2、scp /root/.ssh/id_rsa.pub remote:/root/.ssh/authorized_keys    需要输入root在远程机器的帐号密码 3、eval `ssh-agent` 4、ssh-add    输入之前输入的passphrase。 说明 1,2两步是用来生成rsa公钥/私钥对的。 第一步产生了密钥对,id_rsa文件中是私钥,id_rsa.pub是公钥,也可以产生dsa方式的密钥对 第二步将公钥附加到远程主机的/root/.ssh/authorized_keys文件后 ...
The -p option requests changing the passphrase of a private key file instead of creating a new private key. The program will prompt for the file containing the private key, for the old passphrase, and twice for the new passphrase. Use -f {filename} option to specifies the filename of the key file. Fo ...

logstash

logstash http://logstash.net/ https://botbot.me/freenode/logstash/ http://semicomplete.com/presentations/logstash-1/#1 http://walkoven.com/ http://logwrangler.mtcode.com/ Building and running logstash from source: https://github.com/logstash/logstash/wiki/Building-and-running-logstash-from-source ht ...

lispmob

    博客分类:
  • lisp
lispmob http://lispmob.org/
/etc/profile:此文件为系统的每个用户设置环境信息,当用户第一次登录时,该文件被执行. 并从/etc/profile.d目录的配置文件中搜集shell的设置. /etc/bashrc:为每一个运行bash shell的用户执行此文件.当bash shell被打开时,该文件被读取. ~/.bash_profile:每个用户都可使用该文件输入专用于自己使用的shell信息,当用户登录时,该 文件仅仅执行一次!默认情况下,他设置一些环境变量,执行用户的.bashrc文件. ~/.bashrc:该文件包含专用于你的bash shell的bash信息,当登录时以及每次打开新的shell时, ...

Hadoop url

Hadoop集群(第5期)_Hadoop安装配置 http://www.cnblogs.com/xia520pi/archive/2012/05/16/2503949.html Deploying Hadoop Clusters using Ansible https://github.com/ansible/ansible-examples/tree/master/hadoop https://github.com/ansible/ansible hadoop-NameNode篇(基于0.20版本) http://blog.csdn.net/chen_shangqiao/article/de ...

storm

storm http://storm-project.net/ https://github.com/nathanmarz/storm/wiki/Tutorial storm简介 http://www.searchtb.com/2012/09/introduction-to-storm.html Easy, Real-Time Big Data Analysis Using Storm http://www.drdobbs.com/open-source/easy-real-time-big-data-analysis-using-s/240143874?pgno=1 阿里storm入门教程 ...
jps时出现如下信息: 4791 -- process information unavailable 解决办法: 进入tmp目录, cd /tmp 删除该目录下 名称为hsperfdata_{username}的文件夹 然后jps,清净了。
Global site tag (gtag.js) - Google Analytics