摘要:
django-based blog- mezzanine zinnia 博客 hydra 暴力破解 阅读全文
摘要:
TCP4: echo "hello" | nc -4t -w1 localhost 8001 UDP4: echo "hello" | nc -4u -w1 localhost 8001 阅读全文
摘要:
在使用gcc/g++ 编译程序时我们希望指向一些库是使用静态的链接方式. 另外的一些是动态的方式. 我以boost 为例. 如果我们要使用静态库则是这样的: # g++ main.cpp -lpthread /usr/lib64/libboost_thread.a /usr/lib64/libboo 阅读全文
摘要:
daw , delete a word cw , delete from cursor to the end then insert mode a word 移动: f ; Aa Oo Cc Ii Ss webWEB 神技能 . [[函数开始 阅读全文
摘要:
I got a dns error that i can not access dns server, that caused by : /etc/resolv.conf you can find this in host-machine nameserver 127.0.1.1search gd1 阅读全文
摘要:
#get rep yum install centos-release-scl-rh #yum install centos-release-scl # install g++ 5.2.1 yum -y install devtoolset-4-gcc devtoolset-4-gcc-c++ #config env scl enable devtoolset-4 bash echo "so... 阅读全文
摘要:
configure.ac => CXXFLAGS="$CXXFLAGS -std=c++14" set CXXFLAGS => std=c++14 well done~? too young too sample ./autogen.sh ./configure however, you'd bet 阅读全文
摘要:
If you got pkg-config not found error in gnu auto tools then, you must install the related librarys such as : libcurl-nss libcurl-gnu libcurl-xxx then 阅读全文
摘要:
在CentOS 6.X 上面安装 Python 2.7.X CentOS 6.X 自带的python版本是 2.6 , 由于工作需要,很多时候需要2.7版本。所以需要进行版本升级。由于一些系统工具和服务是对 Python 有依赖的,所以升级 Python 版本需要注意。 升级步骤 如何欢乐的,没有痛 阅读全文
摘要:
在最小配置:master、slave各一个节点的情况下,不管是master还是slave down掉一个,“完整的”读/写功能都将受影响,这在生产环境中显然不能接受。幸好redis提供了sentinel(哨兵)机制,通过sentinel模式启动redis后,自动监控master/slave的运行状态 阅读全文