One for all,all for one.

2015年2月17日 星期二

DNS 內外網段不同解析內容

›
References : BIND 9 Configure Views To Partition External and Internal DNS Information How To Configure BIND as a Priva...
2015年2月14日 星期六

vim auto zz after search jump

›
" Center screen on next/previous selection. nnoremap n nzz nnoremap N Nzz   References : command - Auto 'zz' in vim after a...
2015年2月10日 星期二

you must have geoip c library installed!

›
# apt-get install libgeoip-dev References : How do I install the GeoIP Geo location PECL extension? - Analytics Platform - Piwik

sshd 允許特定使用者登入

›
# vi /etc/ssh/sshd_config AllowUsers user1 user2 testuser # /etc/init.d/ssh restart References : ssh - how to use both AllowGroups ...
2015年2月8日 星期日

Collcted Plugin Development and Compiling (AREAWELL AW-2111A Plugin)

›
下載 collectd 原始碼 $ wget https://github.com/collectd/collectd/archive/collectd-5.4.1.tar.gz $ tar zxf collectd-5.4.1.tar.gz 下載 Collect...

Compile Collectd plugin with static link library

›
* 可參考 iptables plugin 的設定 $ cp libfact.a src/ $ vi src/Makefile.am if BUILD_PLUGIN_MYPLUGIN .... myplugin_la_LIBADD = -L. -lfact .......

Compile 32 bit Collectd on 64 bit system

›
$ ./build.sh $ ./configure CFLAGS="-m32" $ make
‹
›
首頁
查看網路版
技術提供:Blogger.