当前位置: 首页 >> '互联网'分类下的文章

轻松移除Windows Live Messensger(MSN)的广告

通过修改hosts文件来搞定,在C:\WINDOWS\system32\drivers\etc\hosts增加:

Read the rest of this entry »

几个PHP关于URL和eMail分析方面的类

http://www.phpclasses.org/browse/package/4865.html

http://www.phpclasses.org/browse/package/2816.html

http://phpclasses.controloye.com/browse/package/2352.html

http://phpclasses.controloye.com/browse/package/3169.html

http://phpclasses.controloye.com/browse/package/347.html

Apache flv streaming done right

  1. Download my tuned version of mod_flvx or the original mod_flv by Paul Querna.
  2. Install apxs tool (also avaliable in RPMs for most systems as httpd-devel)
  3. Compile and install your module with the following command:
    apxs -c -i ./mod_flvx.c 
  4. Add the following 2 lines to your httpd.conf or create a dedicated /etc/httpd/conf.d/mod_flvx.conf (path depends on your Linux distribution):
    LoadModule flvx_module modules/mod_flvx.so
    AddHandler flv-stream .flv 
  5. Restart Apache (i.e. with service httpd restart)

Testing:
# Using curl:

curl -I "http://mysite.com/video.flv?start=100000" 

..where 100000 is some byte position in your file. This should show you Content-Type: video/x-flv. Now increase the start= parameter and the Content-Length should be smaller accordingly.
# Using wget:

wget -O test.flv "http://mysite.com/video.flv?start=1048576" 

The generated test.flv should be of size originalSize – 1MB

From: http://flowplayer.org/forum/5/14679

Wordpress FLV Player插件使用注意事项【官方插件无法正常使用】

插件官方下载地址:http://wordpress.org/extend/plugins/flv-player/

Read the rest of this entry »

《QQ农场》无法访问解决办法及引发的思考

最近突然发现在家里无法访问QQ农场和强车位两个组件,但是QQ空间的其他常用都正常使用,所以感觉挺郁闷,更郁闷的是,在别人家的(同样是网通的ADSL用户),用我的机器居然也能访问农场。

问题总是要一个一个解决,一个一个排查的

Read the rest of this entry »

[转载]三步去除QQ2009正式版广告[适用QQ2010]

广告、QQ对话框里面的广告很烦人,我相信这是大部分人感到的问题。于是出现了这样那样的去广告补丁 和软件。今天告诉大家的是自己手动去除QQ2009正式版里的广告,不外用一个补丁和软件,全手工操作,完全 绿色而且很舒心,退出QQ2009看好下面三个步骤
Read the rest of this entry »

我也应该把域名转出去了

其实在就有想法了,只是希望有人写一个比较详细的转移过程。感谢张宴:http://blog.s135.com/domain_transfer/

等明年的吧,一定要把刀com和刀net给弄出去,在国内太没有安全感了,我的域名也正好是在新网,这篇文章很有参考价值。

域名管理这个东西还是在国外比较正规,我把域名从dreamhost迁到Godaddy非常顺利,也没有让邮寄什么身份证一类的无聊事件。

免费-大家都喜欢

看看这个流量图,能不高兴?

Read the rest of this entry »

将Firefox更新至3.6 Beta 3

这可谓是紧跟Firefox的步伐,在官方提示有更新可用时,义无反顾的将本机的Firefox更新,以前每次更新的时候总是有点恐惧,因为当时密码使用Firefox来管理的,生怕升级后丢失了密码数据(主要记不住在哪个网站注册过什么用户),后来改用Keepass就无所谓了,顶多重新安装几个插件。

Read the rest of this entry »

Nginx 0.8.25就要发布啦

Nginx作为一个优秀的Web服务器、邮件代理和反向代理软件应用越来越广,口碑也很好,我有幸在07年接触了这个东西,觉得配置很灵活,也很简洁,易懂,所以在一些机器上一直用他。

Read the rest of this entry »