简简单单,开心就好

Archiv der Kategorie Uncategorized

« Vorherige Einträge
tail
Monday, den 14. December 2009

tail -fvn0 /var/log/exim_mainlog
used to check maillog in nice/completed order.
Sample result:
[root@bearbear]# tail -fvn0 /var/log/exim_mainlog
==> /var/log/exim_mainlog <==
2009-12-14 11:42:28 1NK1pM-0003p6-2X <= bearbearbb@bbb.com U=myiwaco P=local S=1933 id=d7c01d1bc7a61720506c69c3ba71d21b@bbb.com
2009-12-14 11:42:39 1NK1pM-0003p6-2X => raebraebb@raebb.com R=virtual_user T=virtual_userdelivery
2009-12-14 11:42:40 1NK1pM-0003p6-2X Completed
~End~

Gd library
Monday, den 9. November 2009

How to know whether is the GD library enable at server end? can use php info or the below script:
GD library cheecking:
<?
showGDinformation();
function showGDinformation()
{
echo “GD support on your server: “;
// Check if the function gd_info exists (great way to know if gd is istalled)
if(function_exists(”gd_info”))
{
echo “YES”;
$gd = gd_info();
// Show status of all values that might be supported(unsupported)
foreach($gd [...]

Gd library
Monday, den 9. November 2009

How to check whether GD enabled at your server or not?!
Can try out the belwo script:
GD library cheecking:
<?
showGDinformation();
function showGDinformation()
{
echo “GD support on your server: “;
// Check if the function gd_info exists (great way to know if gd is istalled)
if(function_exists(”gd_info”))
{
echo “YES”;
$gd = gd_info();
// Show status of all values that might be supported(unsupported)
foreach($gd as $key => $value)
{
echo [...]

Gd library
Monday, den 9. November 2009

How to check whether GD enabled at your server or not?!
Can try out the belwo script:
GD library cheecking:
<?
showGDinformation();
function showGDinformation()
{
echo “GD support on your server: “;
// Check if the function gd_info exists (great way to know if gd is istalled)
if(function_exists(”gd_info”))
{
echo “YES”;
$gd = gd_info();
// Show status of all values that might be supported(unsupported)
foreach($gd as $key => $value)
{
echo [...]

Unix ‘find command’ helper
Tuesday, den 20. October 2009

A useful site , http://find.unixpin.com/

front page issue~
Tuesday, den 1. April 2008

Face any problem on front page extension??!!
May join the forum and get advise from the below 2 URL:
http://www.frontpagetalk.com
http://www.talkfrontpage.com
The both site help me a lot on troubleshooting frontpage issue

Nite~
Friday, den 28. March 2008

It is now 12.30am, I am still awake, what I was doing for the past 1 hour? hehe!!! I am so full, so I was cleaning room, house, clothes, then took bath, and doing facial…kekkekekeke siao leh
Actually, had a plan to go back hometown after meeting, I am not going back for three week d, [...]

:fail vs blackhole
Tuesday, den 25. March 2008

User will have question while configure the setting for unrouted e-mail:
-Discard (means :blackhole)
-No Such User Here (mean :fail)
-forward to catch all account
Below is the explanation for the setting on :fail vs blackhole
:blackhole: email is accepted and received into the server in its entirety. It is then processed through exim and only on delivery is it [...]

exim: ratelimit
Monday, den 24. March 2008

ratelimit ACL condition can be used to measure and control the rate at which clients can send email. This is more powerful than the smtp_ratelimit_* options, because those options control the rate of commands in a single SMTP session only, whereas the ratelimit condition works across all connections (concurrent and sequential) from the same client [...]

四叶草~
Sunday, den 23. March 2008

记得看过一部戏,戏名里有 “四叶草 ”
原来四叶草,有个很美的传说!
以前有一对恋人,他们真的很相爱,一起住在一片很美 的桃林里,但是因为一件特别小的事,他们闹别扭了,彼此不肯让步,终于有一天,爱神看不下去 了,他飘到他们住的那片桃林,悄悄撒了一个谎:告诉他们各方会有难,只有在桃林的最深处找到 那片四叶草才可以挽救他们,他们听后装作十分无所谓,可是心里还是为对方担忧着,那晚下雨了, 是暴雨,可是他们仍偷偷为对方到桃林最深处寻找四叶草,当他们知道对方都很在乎自己,都好感 动,决定让四叶草见证他们的爱情,爱神笑了…… 这是爱神开的一个玩笑,因为她并不想让幸福来 得过于容易,只有彼此在乎,彼此珍惜的人才配拥有幸福 ……
四叶草,爱情的见证!!
第一片叶子代表真爱(love)
第二片叶子代表健康(health)
第三片叶子代表名誉(glory)
第四片叶子代表财富(riches)
人们总说,
找到了四叶草就找到了幸福
那是因为
三叶草的一叶草代表希望
二叶草代表付出
三叶草代表爱
而稀有的四叶草就是幸福
四叶草的意思是
即使你付出了,希望了,爱了
也不一定会找到幸福
只有拥有了四叶草
才拥有了真正的幸福
你相信吗?

« Vorherige Einträge