01 2014 档案

charles license key
摘要:Download:http://www.charlesproxy.com/(Official Web-site)Registered name:anthony ortolaniLicense key:a4036b2761c9583fdahttp://www.youtube.com/watch?v=bjxRvBhR6tk 阅读全文

posted @ 2014-01-29 15:52 argb 阅读(3331) 评论(0) 推荐(0)

mac系统终端的color scheme配置和vim配置
摘要:一、配置终端solarizedhttp://ethanschoonover.com/solarized简单配置脚本:#!/bin/shgit clone git://github.com/altercation/solarized.gitcd solarizedosname=$(uname -s);case $osname in "Darwin" ) echo $osname cd osx-terminal.app-colors-solarized ./"Solarized Dark ansi.terminal" ;; "Li... 阅读全文

posted @ 2014-01-28 19:12 argb 阅读(14875) 评论(0) 推荐(0)

iptables
摘要:ptables简介iptables是基于内核的防火墙,功能非常强大,iptables内置了filter,nat和mangle三张表。filter负责过滤数据包,包括的规则链有,input,output和forward;nat则涉及到网络地址转换,包括的规则链有,prerouting,postrouting和output;mangle表则主要应用在修改数据包内容上,用来做流量整形的,默认的规则链有:INPUT,OUTPUT,NAT,POSTROUTING,PREROUTING;input匹配目的IP是本机的数据包,forward匹配流经本机的数据包,prerouting用来修改目的地址用来做DN 阅读全文

posted @ 2014-01-27 19:43 argb 阅读(32105) 评论(1) 推荐(0)

procedure of intall and setup centos 6.5
摘要:select webserver install option,and select ,uncheck the postgresql optionselected some “… platform” optionsselected all virtualization optionssetup network and check ssh serviceok,now install mysql开始先下载了mysql的二进制包 发现安装过程各种不顺利,放弃然后下载源码安装,由于是5.6.15版本 需要cmake,cmake . 报错发现gcc也没有,原来是安装系统的时候没有选择Developmen 阅读全文

posted @ 2014-01-26 21:23 argb 阅读(632) 评论(0) 推荐(0)

用户和组的管理
摘要:user:argb group argbgroupadd argbadduser -m -g argb argb //-m使 用 者 目 录 如 不 存 在 则 自 动 建 立adduser -r g argb argb // -r 不建立使用者目录 如添加一些系统用户像mysql:mysqluserdel -r argb //删除用户 -r参数还会同时删除使用者目录 阅读全文

posted @ 2014-01-26 17:09 argb 阅读(133) 评论(0) 推荐(0)

mysql install steps
摘要:the official documents for mysql 5.6 installkey steps:# Preconfiguration setupshell> groupadd mysqlshell> useradd -r -g mysql mysql# Beginning of source-build specific instructionsshell> tar zxvf mysql-VERSION.tar.gzshell> cd mysql-VERSIONshell> cmake .shell> makeshell> make ins 阅读全文

posted @ 2014-01-26 17:04 argb 阅读(238) 评论(0) 推荐(0)

d3js
摘要:1,svg element need the "pointer-events" attribute if you want the mouse event work correctly2, 阅读全文

posted @ 2014-01-21 18:50 argb 阅读(223) 评论(0) 推荐(0)

js布局库
摘要:1、viz.jsThe solution was that someone cross compiled Graphviz to Javascript using llvm + emscripten.got some info from:http://stackoverflow.com/questions/18952345/directed-acyclic-graph-using-d3-js-without-dothttp://stackoverflow.com/questions/6344318/pure-javascript-graphviz-equivalent/14866384#148 阅读全文

posted @ 2014-01-05 04:18 argb 阅读(1209) 评论(0) 推荐(0)

mac 学习笔记
摘要:1、关于launchctlhttp://zhengwei.name/2011/11/lanunchctl-notes/2、php-fpm 默认配置php-fpm.conf :/etc/php-fpm.conf配置项说明:pid = run/php-fpm.pid 默认是注释掉的,打开后完整路径位/usr/var/run/php-fpm.piderror_log=log/php/php-fpm.log 同上php 5.3.3 下的php-fpm 不再支持 php-fpm 以前具有的 /usr/local/php/sbin/php-fpm (start|stop|reload)等命令,需要使用信号 阅读全文

posted @ 2014-01-02 10:30 argb 阅读(256) 评论(0) 推荐(0)

js图形库
摘要:SVG.jsviz.jsgraphviz的js实现版raphaeld3(http://d3js.org/)JavaScriptInfoVisToolkitFlotr2and Envision.jshttp://humblesoftware.com/D3 for Raphaelhttp://webmonarch.github.io/d34raphael/Web-Drawing Throwdown: Paper.js Vs. Processing.js Vs. RaphaelSVG 教程了解SVG如何在 SVG 和 Canvas 之间进行选择4款开源免费的数据可视化JavaScript库time 阅读全文

posted @ 2014-01-02 01:38 argb 阅读(375) 评论(0) 推荐(0)

导航