随笔分类 -  Efficiency

cURL: Learning..
摘要:CURL usage.. -v, -m, -H, -I, -s, --connect-timeout, -x, -X GET|POST, -d, -T, -o. --retry, -u curl [options] [uri] 阅读全文

posted @ 2016-08-01 14:24 三叁 阅读(134) 评论(0) 推荐(0)

pkgmgmt: Comparison between different Linux Systems..
摘要:found this page.. already done by precedents.. installation: searching.. update db & upgrade.. install dependencies.. getting source code: remove sing 阅读全文

posted @ 2016-07-31 11:18 三叁 阅读(285) 评论(0) 推荐(0)

Arch: Configurations
摘要:the original purpose is to show the steps needed to setup i3 in vbox.. easy. alright, it is a bit miserable.. first install i3.. and xorg-init.. of co 阅读全文

posted @ 2016-07-29 20:23 三叁 阅读(286) 评论(0) 推荐(0)

keepalived: Compile & startup
摘要:first get keepalived source from git: git clone https://github.com/acassen/keepalived then unzip and compile: ./configure make && make install install 阅读全文

posted @ 2016-07-28 21:51 三叁 阅读(269) 评论(0) 推荐(0)

GDB: basics
摘要:Before Debugging, generating the debugging info using gcc -g3 *.c/cpp; then gdb ~.out/exe using commands: b [n] set breakpoint at line n r [re]run the 阅读全文

posted @ 2016-07-18 20:11 三叁 阅读(149) 评论(0) 推荐(0)

Setting DPDK+OVS+QEMU on CentOS
摘要:Environment Build Step: these packages are needed for building dpdk+ovs: First download latest dpdk & ovs :http://dpdk.org/download git clone https:// 阅读全文

posted @ 2016-07-10 13:22 三叁 阅读(1804) 评论(0) 推荐(1)

Using Python defined functions in packages ..
摘要:Using Vim.. Python programing seems easier because YCM helps presenting all the arguments required in its order.. But there's one more problem that's 阅读全文

posted @ 2016-05-27 17:15 三叁 阅读(142) 评论(0) 推荐(0)

Notes over compiling..
摘要:When compiling VIM on windows, using nmake may be a better choice.. Because so far my attempts to compile VIM using mingw32/mingw-w64/make+gcc failed 阅读全文

posted @ 2016-05-12 10:47 三叁 阅读(230) 评论(1) 推荐(0)

导航