Archive for January, 2007

how wonderful to know

Tuesday, January 23rd, 2007

this song was sung by my late father few years ago.

today a had a chat with jacob, showed him photos of our family, and he was shocked that my father has passed away.

i suddenly missed my father. very nice & gentle person, also got unique voice. papi, your song now on the net, hope you enjoy people enjoying your voice.

linux tips: a one liner, who attacked me today?

Monday, January 22nd, 2007

i got pretty tight iptables rules set, and all un desired packets are logged through ulog. below is one liner command(s) to check who ‘attacked’ (not exactly attack, there were all un wanted packets actually) me today:

for i in `grep “PROTO=UDP” /var/log/ulog/syslogemu.log | sed “s/^.*SRC=//g” | sed “s/DST=.*$//g” | sort | uniq` ; do echo `grep $i /var/log/ulog/syslogemu.log | wc -l ` ” ” $i >> attacker.txt ; done ; sort -r -n -k 1 attacker.txt > tmp ; mv tmp attacker.txt

RESOLVED - minor typo in MistyLook 2.3 causes errors in W3C xhtml & css validation

Thursday, January 18th, 2007

there is very minor typo in MistyLook 2.3 causes errors in W3C xhtml & css validation, here are result of both validation:

to fix it, replace <p> with </p> in line 5, footer.php. when revalidate both errors resolved.

Google AdSense Policies Update

Thursday, January 18th, 2007

today i found AdSense Updates Policies - Some Publishers Will Need to Make Changes this article, which is quite interesting to me since i just signed up AdSense 2 days ago and plan to to add other ads services.

i think i’d better spent some time reading the changes not that i concern i can not generate more income from other ads services but, more important to me is the clause relating to copyrights.

1st bid, 1st completed project on Rent A Coder!

Tuesday, January 16th, 2007

i feel good!