码迷,mamicode.com
首页 >  
搜索关键字:apt-get source    ( 25095个结果
Ubuntu12.04-64bits搭建FFmpeg环境
所有的环境搭建动作请参考FFMpeg官方网站:http://www.ffmpeg.org/index.html1. 获取源代码:git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg,下面三个目录是需要用到的ffmpeg_sources– Where ...
分类:其他好文   时间:2014-05-28 03:55:32    阅读次数:234
使用zabbix通过snmp来监测微软云上的虚拟机
这几天一直在折腾虚拟机的监测,顺便记录下一些心得:使用zabbix监测微软云上的虚拟机1. 在ms azure管理界面创建一台ubuntu 12.04的虚机, 并添加端口udp 161(snmp 访问需要)2. 安装SNMP到这台机器上(linux)。 1. sudo apt-get instal....
分类:其他好文   时间:2014-05-28 03:06:37    阅读次数:610
解析Myeclipse项目下的.classpath文件 (转)
http://www.cnblogs.com/wanggd/p/3435070.html解析Myeclipse项目下的.classpath文件按 Ctrl+C 复制代码 1. 对应的是source folder类型的目录, kind---表示这个classp...
分类:系统相关   时间:2014-05-28 02:17:19    阅读次数:450
树莓派Nginx+php+sqlite
mysql占用内存太大,所以选用sqlite安装://更新sudo apt-get updatesudo apt-get upgrade//安装nginxsudo apt-get install nginx//启动nginxsudo /etc/init.d/nginx start//安装php-fp...
分类:数据库   时间:2014-05-28 01:24:21    阅读次数:379
树莓派安装samba共享文件
安装samba:sudo apt-get install samba修改samba配置:sudo nano /etc/samba/smb.conf修改内容如下去掉 security = user 前#在map to guest = bad user 行下添加 guest account = pi共享...
分类:其他好文   时间:2014-05-27 23:39:38    阅读次数:283
shell 生产带有作者信息的基本go源文件
#!/bin/bash# Program to output a go source file with user informationCURRENT_TIME=$(date +"%x %r %Z")cat << EOF/* Author:$USER CreatedAt:$CURRENT_TIME...
分类:其他好文   时间:2014-05-27 17:49:29    阅读次数:283
kettle--组件(1)--值映射
组件:值映射如下如所示:首先,给出官方给出的文档:个人理解:Target field name:可以理解为将source column的字段复制为另一个target column的名字。Default upon non-matching:就是将target column的所有值(除去null),都替...
分类:其他好文   时间:2014-05-27 16:28:38    阅读次数:767
[转]Web Service Authentication
本文转自:http://www.codeproject.com/Articles/9348/Web-Service-AuthenticationDownload source files - 45.5KBIntroductionThis is a simple mechanism to authen...
分类:Web程序   时间:2014-05-27 16:19:48    阅读次数:473
Flume-NG源码阅读之SourceRunner,及选择器selector和拦截器interceptor的执行
在AbstractConfigurationProvider类中loadSources方法会将所有的source进行封装成SourceRunner放到了Map sourceRunnerMap之中。相关代码如下: 1 Map selectorConfig = context.getSu...
分类:其他好文   时间:2014-05-27 15:57:09    阅读次数:347
ubuntu Server 安装 php5
ubuntu Server 安装 php51:如果你的服务器已经安装了apache2组件,那么在安装php5时,可以把对应apache2的php5组件一起安装sudo apt-get install php5 libapache2-mod-php5安装成功之后,可以看到,默认情况下,安装了 json...
分类:Web程序   时间:2014-05-26 17:32:16    阅读次数:299
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!