spanish – useful web resources

some tests and flashcards: http://quizlet.com/subject/spanish/ fully-blown spanish learning websites: http://www.spanishdict.com/ http://www.spanishtown.ca/

php / adodb – memory usage

i’ve got seemingly simple php script running every night on one of my servers… on the same machine i started to experience nightly oom-killer. i’ve found out that adodb’s Execute statement can do something completely else than you would expect from it – it loads whole result into memory rather than going row-by-row.

firefox speedup

from this site. and it seems to be working. Go to MenuTools -> Error Console Paste the following in the “Code:” text-box: Press Enter or click Evaluate. The database will thence be vacuumed immediately.

squid3 – basic config and more

it’s been a while since i’ve set up any [non]caching proxy servers. i’ve mostly dealt with reverse proxies, apache2 in 90% of cases, nginx – in few. below few copy&paste configs.

samba, rsync, rdiff

sometimes my backups are not consistent. rsync / samba to blame?

istj

i’m one of them.

dd-wrt on dlink dir-600 b2 router

my old linksys router died violently – power led shines, but links on all lan ports were going down after few seconds from bootup. i bought replacement dlink dir-600 and decided to try dd-wrt firmware on it. it went better than expected!.

talking to SphinxQL from java

since a while Sphinx search can be queried not only by their own non-standard interface but also using regular mysql client. they call this feature SphinxQL.

replacement for esva

i’ve been happy user of ESVA / global-domination [virtual in my case] appliance for mail and antivirus filtering. unfortunately it seems that was one-man project and it’s pretty much dead by now. official website – http://www.global-domination.org/ no longer works since ~ march 2010.

exchange 2010 under windows 2008 r2

there is something about exchange… or at least exchange >2003. in 2008 i did my best to install exchange 2007 under windows 2008. and i failed miserably. i gave up and went for ex2003 under w2003 which serves very well. recently i tried to get ex2010 work under w2008r2. and i even succeeded after numerous ... Read More

dnssec panic

[scratchpad] read this. debian’s bind9 works just fine. for windows 2003 server dnscmd /Config /EnableEDnsProbes 1 based on this. i got an interesting answer here