随笔分类 -  \W+NIX Related

Zookeeper: configuring on centos7
摘要:this passage is referenced, appreciated. ZooKeeper installation: to share my_data between clients.. create /zk_test my_dataget /zk_testdelete /zk_test 阅读全文

posted @ 2016-08-09 17:07 三叁 阅读(169) 评论(0) 推荐(0)

ABI & API
摘要:API defines the programning language and function entry point, arguments type, order. ABI defines the programming compiled version to be according to 阅读全文

posted @ 2016-08-05 17:49 三叁 阅读(178) 评论(0) 推荐(0)

GCC: compilation process..
摘要:gcc -I -L -l -D -g -O -o -Wall about the -0 option.. ref to the following table.. Set the compiler's optimization level. +increase ++increase more +++ 阅读全文

posted @ 2016-08-04 20:07 三叁 阅读(315) 评论(0) 推荐(0)

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)

asm: Writing Inline Assembly
摘要:A usual IA includes these parts: the first line includes asm [volatile], it means the contents in the following parenthesis is IA. the AssblerTemplate 阅读全文

posted @ 2016-07-20 12:14 三叁 阅读(152) 评论(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)

Newly Setting up a CentOS-7 system
摘要:yum install -y epel-release glibc.i686 libtools vim clang git autoconf automake w3m glibc screen the most import sentence I learned in meeting compili 阅读全文

posted @ 2016-07-10 11:19 三叁 阅读(265) 评论(0) 推荐(0)

A convenient way of installing(compiling) VIM with YCM
摘要:Ah, while I am still downloading LLVM from github(very slow.. and very large in size). I come with my new ideas to write this new blog.. Because learn 阅读全文

posted @ 2016-05-10 17:29 三叁 阅读(255) 评论(1) 推荐(0)

gvim work notes.. a few days' work on 64bit vim and plugin compilations
摘要:(a 600MB+ sized c/c++ compiler which is capable of hi-light and JB styled completion!! and of-course with VIM efficiency !!) Till now, several days pa 阅读全文

posted @ 2016-05-09 15:05 三叁 阅读(394) 评论(3) 推荐(0)

导航