惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
J
Java Code Geeks
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
腾讯CDC
IT之家
IT之家
罗磊的独立博客
酷 壳 – CoolShell
酷 壳 – CoolShell
U
Unit 42
爱范儿
爱范儿
博客园 - 聂微东
F
Fortinet All Blogs
V
Visual Studio Blog
Blog — PlanetScale
Blog — PlanetScale
G
Google Developers Blog
aimingoo的专栏
aimingoo的专栏
L
LangChain Blog
雷峰网
雷峰网
B
Blog RSS Feed
宝玉的分享
宝玉的分享
T
Tailwind CSS Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Engineering at Meta
Engineering at Meta
H
Hackread – Cybersecurity News, Data Breaches, AI and More

博客园 - bqrm_521(小奎)

.net连接eDirectory,需要安全连接的解决方案 ObDereferenceObjectDeferDelete routine ObDereferenceObject routine ObCloseHandle routine InitializeObjectAttributes 宏 Driver Support Routines(驱动程序开发支持例程) AdapterControl routine Standard Driver Routines(标准驱动程序) DriverEntry 文件系统过滤驱动的DriverEntry PHP扩展的加载流程 PHP扩展中定义一个类 PHP的HashTable(二) PHP的HashTable(一) PHP扩展中访问全局变量$_POST,$_GET,$_SERVER等 开发PHP扩展(一) 要搬家了,全部书籍10元转让 scribe2.2 ssh 使用技巧
安装scribe
bqrm_521(小奎) · 2011-10-19 · via 博客园 - bqrm_521(小奎)

su

apt-get install devscripts dh-make autoconf libboost-dev libboost-all-dev libtool libevent-dev \

                libglib2.0-dev debhelper mono-gmcs libmono-system-web2.0-cil ant libmono-dev \

                erlang-base ruby1.8-dev python-all python-all-dev python-all-dbg ruby \

                libcommons-lang-java php5 php5-dev libbit-vector-perl

#安装thrift          

wget http://labs.renren.com/apache-mirror/thrift/0.7.0/thrift-0.7.0.tar.gz

tar zxf thrift-0.7.0.tar.gz

cd thrift-0.7.0/

chmod +x configure

chmod +x lib/erl/rebar

make 

make install

#安装fb303 

cd contrib/fb303

chmod +x bootstrap.sh

make

make install

#安装scribe 

wget https://github.com/facebook/scribe/tarball/master

mv master scribe-2.2.tar.gz

tar zxvf scribe-2.2.tar.gz

cd facebook-scribe-6600084  #最后的数字可能不一样,直接下载2.2版,安装失败

chmod +x bootstrap.sh

./bootstrap.sh

make

make install