Archive for 七月, 2006

JDK 1.5安装

FreeBSD下安装JDK,已经很简单的事情了。

需要自己下载几个文件。那几个文件用Lynx下载会比较方便一些。Wget之类不支持那么长的文件名。用Lynx就没有问题。

下载好文件之后,用Make install clean就可以安装好了。

评论

awstats安装

记录,我如果安装Awstats。方便下次安装的时候,可以比较清楚怎样一回事。

cd /usr/ports/www/awstats

make install clean

IP转城市插件安装 

cd /usr/ports/net/p5-Geo-IP

make install clean

搜索引擎Utf-8处理插件

cd /usr/ports/net/p5-URI

make install clean

Comments (2)

中国队勇夺世界杯冠军

故事梗概中国队点球胜巴西队捧杯   故事讲述的是,国际足联紧急召开会议,决定让中国队顶替塞黑队参加世界杯。于是足协主席成世铎(成龙饰)组建了史上最强的“梦游之队”。   对阵阿根廷队,中国队排出10-0-1的阵形,结果难以置信地以1比0取胜。中国队史无前例地打入16强,举国欢腾,窦唯烧车以表示对中国队的支持,就连超女李宇春也为中国足球献歌一首。   此后,中国队凭借裁判的“掩护”,1比0淘汰德国队,后又战胜了日本队(该场比赛长达8年)。最后,中国队决赛对阵巴西队,中国队在此前89分钟的比赛里,全由护球像亨利的李毅在护球,最后时刻,郝海东点球淘汰巴西队,夺得世界杯冠军。 Read the rest of this entry »

评论

经典品牌logo的web2.0版

很久没在网上闲逛了,四出溜跶了一下,看到这个“经典品牌logo的web2.0版”感觉真的很不错,转了过来,也测试一下周俭做的图片自动上传程序

Read the rest of this entry »

评论

fsck

服务器应该定期进行fsck -y一次才行。

之前,我的机器不知道为什么,Ping网络返回的值很低,也就是说连接速度是很快的。

问题是,打开任何的页面速度都很慢。

后来,我在服务器上支持了fsck -y 之后,机器的速度正常多了。

评论

彩信木马病毒

别名SymbOS/Commwarrior.a,SYMBOS_COMWAR.A 。此病毒已经迅速在中国蔓延了,大家收到彩信的时候一定要注意了(前天已经有深圳的朋友中此病毒了) 别名:SymbOS.Commwarrior.A ,SymbOS/Commwarrior.a,SYMBOS_COMWAR.A 。目标手机:Symbian OS S60平台手机 。主要危害:干扰蓝牙通讯,发送大量彩信,加大电力消耗。 Read the rest of this entry »

评论

如何优化php

PHP is a very fast programming language, but there is more to optimizing PHP than just speed of code execution.
php 是一个高效的语言,不过优化php不仅仅是优化程序的代码

In this chapter, we explain why optimizing PHP involves many factors which are not code related, and why tuning PHP requires an understanding of how PHP performs in relation to all the other subsystems on your server, and then identifying bottlenecks caused by these subsystems and fixing them. We also cover how to tune and optimize your PHP scripts so they run even faster.

在这篇文章中,我们将揭示为什么优化php包括很多代码没有涉及的因素。和为什么调整php需要理解你的服务器上的所有子系统上PHP的表现并寻找出由这些系统引起的瓶颈并修复他们。当然这也适用于调整和优化你的PHP脚本来使他们运行的更快。 Read the rest of this entry »

评论

无线网络老断问题

这几天,不知道为什么,我使用的无线网络老断。可以说,用不到两分钟就断一次,那种苦,我无法用言语表达出来。

经过,几天反复地找资料并测试。只要把无线的信道设得跟周围人的不一样就没事了。

主要是给附近的无线网络干扰了。我现在把信段设成7之后一切正常。

Comments (1)

安装google sitemap插件问题

之前,给凉爽装个WORDPRESS,同样的程序,我的启用google sitemap没有问题,他的启用之后却是空白。

只要在sitemap.php 加入

ini_set("memory_limit","64M");
set_time_limit(0);

问题就解决了。

评论

Windows Live Messenger

Windows Live Messenger Beta logo


Hello! The wait is over because were knocking down the wall! Now with Windows Live Messenger, you can talk to your Yahoo! contacts. Forget needing multiple accounts to talk to all your friends–you can see when theyre online and communicate with them from one place.

You must click the link below in order to participate in this beta. After you sign up, add your friends Yahoo! addresses to your contact list and start typing!

Want to know more?

Check out Windows Live Ideas for more info on this new feature of Windows Live Messenger, and the latest on other services too.

Thanks,

The Windows Live™ Messenger team

P.S. IF you have trouble while you're signing up for the beta, or need help, go to http://support.live.com/default.aspx?productkey=wlmessenger&locale=en-us. If you want to leave us feedback, you can either go to our blog at http://spaces.msn.com/members/MessengerSays or to http://feedback.live.com/default.aspx?productkey=wlmessenger&locale=en-us.

Read the rest of this entry »

评论