Archive for May, 2006

**whatever-third-level-domain**.rendo.info

Wednesday, May 31st, 2006

just want to play with DNS and apache vhost.

I want to have a website that whatever everyone put in the third level domain of rendo.info, it will go to http://rendo.info

so, after googling, i found that i can put:

1. In Bind DNS server:

*        IN A myipaddress

2. In Apache httpd.conf, inside virtualhost section:

ServerAlias rendo.info *.rendo.info

 

and now, everything you put in front of .rendo.info except http://gallery.rendo.info , you will reach my blog.

-rendo-

Google Translator to access forbidden website???

Sunday, May 28th, 2006

few days ago, I found a website that mention about a good trick to access forbidden web pages by using Google Translator.

This is the original URL: http://www.oreillynet.com/pub/h/4807

I don’t want to re-explain the trick, just go to thelink above,

but Just to summarize, this is the trick, assume you want to access www.detik.com and that site is categorized as forbidden website by your company, you can use Google Translator to access that website by simply putting this url in your browser:

 http://www.google.com/translate?langpair=en|en&u=www.detik.com

 

BUT, i’m not quite sure this trick is still  working right now, just try it and report to me, because, i just looked at mu squid.log, my squid still need to have direct access to the target web site. This is different with what I see last week, my squid is only connect to the google website.

 

1148799078.640   1450 TCP_MISS/302 477 GET http://translate.google.com/translate_c? - DIRECT/216.239.63.99 text/html
1148799080.286   1167 TCP_MISS/200 576 GET http://rendo.info/tools/ip.php - DIRECT/202.51.232.116 text/html
1148800248.237   1448 TCP_MISS/200 533 GET http://www.google.com/translate? - DIRECT/66.102.7.99 text/html
1148800251.912   1670 TCP_MISS/200 1050 GET http://www.google.com/translate_n? - DIRECT/66.102.7.147 text/html
1148800252.628   2222 TCP_MISS/200 586 GET http://www.google.com/translate_p? - DIRECT/66.102.7.104 text/html
1148800255.503   1382 TCP_MISS/302 579 GET http://64.233.179.104/translate_c? - DIRECT/64.233.179.104 text/html
1148800259.076   1509 TCP_MISS/302 477 GET http://translate.google.com/translate_c? - DIRECT/216.239.63.99 text/html
1148800261.851    718 TCP_MISS/200 576 GET http://rendo.info/tools/ip.php - DIRECT/202.51.232.116 text/html

 

-rendo-

 

Fake stupid (anti?) spyware

Wednesday, May 24th, 2006

DO NOT even try SPYFALCON, an anti spyware software!!!

That software will stay alive in your computer and can not be uninstalled until you purchase that. The annoying part is, this spyfalcon is automatically activated every time you start up your computer and you can not kill the process. Every few minutes, this software always gives you a pop-up warning message about the presence of any spyware in your system.

If you ask google, there are many tips and tricks to remove spyfalcon, but seems many of the tips are not valid anymore.

Finally, i can totally remove spyfalcon from my system by using Ewido antispyware(trial version) and combine it with Smitfraudfix software. Run both software in safe mode.

-rendo-