Nijel's weblog | blog.cihar.com

Random thoughts about everything…


June 29, 2006 Archives

Thu Jun 29 22:31:03 CEST 2006

python-gammu 0.14

It is finally out :-). Only minor changes in docs and build system to fix win32 build.


Posted by Michal Čihař | Permanent Link | Categories: python-gammu releases, Gammu, python-gammu

Thu Jun 29 15:22:31 CEST 2006

Second notification on RSS change

Some time ago, I switched python-gammu and Wammu RSS from Mantis generated to my weblog. However there are still many people using old locations which are redirected to new place. The redirection won't stay there forever, please subscribe to actual locations, you can find them on project pages or direcly on blog pages in all RSS and Atom variants.


Posted by Michal Čihař | Permanent Link | Categories: Gammu, Website, python-gammu, Wammu

Thu Jun 29 15:09:33 CEST 2006

Digital Infinity continued

As it turned out that my previous blog post is first returned by Google while searching for this company, I got some feedback about them. They seems to send spam, attempt to steal site keywords to get before them and do other simmilar silly things. If you want to know more, just try more Googling or read discussion.

If you want to fight them, either block them by iptables:

iptables -A INPUT -s 208.66.195.0/28 -j DROP

Or deny access to webserver (this example is for lighttpd I use):

$HTTP["remoteip"] == "208.66.195.0/28" {
    url.access-deny = ( "" )
}


Posted by Michal Čihař | Permanent Link | Categories: Life