~ overflow ~

Archive for December 25th, 2009

Zend Optimizer download links

by z3n on Dec.25, 2009, under Linux Happyness, Notes

Problem:

Zend requires registration in order to dowload the free optimizer, it’s annoying and you keep receiving spam.

Solution:

http://downloads.zend.com/optimizer/3.3.3/ZendOptimizer-3.3.3-linux-glibc23-x86_64.tar.gz (linux 64-bit)
http://downloads.zend.com/optimizer/3.3.3/ZendOptimizer-3.3.3-linux-glibc23-i386.tar.gz (linux 32-bit)

neat.

Leave a Comment :, , , more...

ssh timeout fix

by z3n on Dec.25, 2009, under Linux Happyness

Problem:

When using regular linux ssh it keeps timeouting or simply freezes when no inputs/outputs happen.

Solution:

Usually ssh has a TCP keep alive switch which you can enable to avoid this, although depending on your router and other network odds this might not help, also you may need to send keep alives in a shorter time than what’s the default of ssh. So, in order to have this working you need to edit /etc/ssh/ssh_config adding this to Host *, assuming you want to have this settings globally for every host.

ServerAliveInterval 60
ServerAliveCountMax 99999999999999

Why so many 9’s? There’s no way to do a endless keep alive, if you put 0 it will just drop the connection after the first keep alive, -1 is invalid, so we go high…….

Leave a Comment :, , , more...

MySQLd timeout error when starting

by z3n on Dec.25, 2009, under Linux Happyness

Problem:

When starting mysqld i got the following error:

Timeout error occurred trying to start MySQL Daemon.

Solution:

After checking mysqld.log i found out that the tunning i did on my.cnf had some options that aren’t compatible with the mysqld version.

Leave a Comment :, , , , more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!