Archive for April, 2010

drupal 数据库结构图

April 28th, 2010

关键字:drupal 数据库结构图

内容 如下:

Lighttpd For H264 and FLV streaming

April 20th, 2010

First of all u have to get some stuff…

yum install pcre pcre-devel glib2 glib2-devel

and then lets beggin… » Read more: Lighttpd For H264 and FLV streaming

编译Lighttpd1.4.22增加h264模块

April 20th, 2010

目前已经有不少视频网站使用了H264(.Mp4)格式的视频文件,本文介绍如何在lighttpd-1.4.22下编译模块来支持Mp4文件的拖动功能 » Read more: 编译Lighttpd1.4.22增加h264模块

关于反向域名解析(Reverse DNS)

April 19th, 2010

    反向域名解析,Reverse DNS。反向域名解析与通常的正向域名解析相反,提供IP地址到域名的对应。IP反向解析主要应用到邮件服务器中来阻拦垃圾邮件,特别是在国外。多数垃圾邮件发送者使用动态分配或者没有注册域名的IP地址来发送垃圾邮件,以逃避追踪,使用了域名反向解析后,就可以大大降低垃圾邮件的数量。关于反向解析如何被应用到邮件服务器中来阻拦垃圾邮件的。

» Read more: 关于反向域名解析(Reverse DNS)

域名反向解析查看命令

April 19th, 2010

如果自己做邮件服务器,一般的情况下是需要做域名反向解析的,可以让IP提供商帮忙做.

» Read more: 域名反向解析查看命令

hotmail发邮件到垃圾箱的解决方法

April 19th, 2010

友发到hotmail有问题吧,怎么样也搞不定,我也是,申请了spf和反向解析还是不行,照样,所有的邮件都到垃圾箱中。烦死了
好不容易找了这个文章,我希望能大家有帮助。

» Read more: hotmail发邮件到垃圾箱的解决方法

Linux curl使用简单介绍

April 18th, 2010

Curl是Linux下一个很强大的http命令行工具,其功能十分强大。

» Read more: Linux curl使用简单介绍

FLVMDI GUI frontend

April 14th, 2010

FLVMDIGUI is a GUI frontend for FLVMDI. It uses (and so requires) FLVMDI.EXE, in the same folder for your convenience.
 

 
Version 1.05 has been only tested on Win XP, and hopefully will require no help. If you do not feel comfortable using the command line interface, then FLVMDIGUI is for you!
 
Downloads
FLVMDI 2.96 (flvmdi296exe.zip 227KB)
MD5 checksum of FLVMDI.EXE version 2.96 is C827E040CC4133FF14003FA60F5C90F8.
FLVMDI 2.94 (flvmdi294exe.zip 228KB)
FLVMDIGUI 1.05 (flvmdigui105.zip 453KB)
 
Links
Creative COW Leader Lee Brimelow explains how to inject extra metadata into your Flash video (FLV) files.
 
Short video: Using flvmdi to inject metadata into flvs by Flashcomguru.
 
Compressing FLV video tutorial by Jeroen Wijering
 
FLV Metadata Viewer Free MetaData Viewer application in property sheet extension form, for Windows XP (by Manitu Group)
 
You need to submit your link in order to be listed in this section. We reserve the right to reject/accept any link submitted.

» Read more: FLVMDI GUI frontend

搭建一个Flv视频播放服务器

April 14th, 2010

目前,由于Flash的流行,网络上绝大多数的微视频网站都采用了Flv格式来播放视频。

» Read more: 搭建一个Flv视频播放服务器

lighttpd自启动

April 8th, 2010

配置:
cp doc/sysconfig.lighttpd /etc/sysconfig/lighttpd
mkdir /etc/lighttpd
cp doc/lighttpd.conf /etc/lighttpd/lighttpd.conf

» Read more: lighttpd自启动