Archive for June, 2008

Opera 9.50 Released

Today I’ve checked for Opera updates and found there is an update - version 9.50 has been finally released. I’ve been using 9.50 beta for about a month and was unsatisfied with some features, especially I was unable to add Webmoney keeper Light as Opera told me it is not enough secure. But today I [...]

Today I’ll write about the rarely used Directadmin feature named Site Redirection. If you’re not familiar with htaccess and want to create some redirects, then this is especially for you.
The interface is easy to understand. You have to enter Local URL Path, Redirect Type (It will be visible in request headers. I’d suggest to [...]

I’ve been using e-gold for a while and I am very pleased with this online payment system. Especially I like their shopping card interface that allows to accept or make payments instantly. Today I’ll show you how to check e-gold balance having automation activated and server IP added. This code was written several years ago, [...]

Today when I tried to perform some MySQL tasks and got error 28. After several searches I found that this error means that no free space is left on server HDD. When I ran df command, I was very surprised, but my disk usage was 100% - so much that MySQL couldn’t even create a [...]

Recently I have had the problem with e-gold automation. E-gold server refused to accept my IP for an unknown reason. I had to send some payments so I triple checked the code, tried different solutions before I got the Idea to try this code from another server IP. This worked and I was happy [...]

Recently I’ve seen many solutions on how to install Zend Optimizer using custom build script in Directadmin. I’d like to show you how to install it on almost any linux server using usual linux commands.
First of all, let’s download it from Zend server (they require to register in order to obtain this link.
wget http://downloads.zend.com/optimizer/3.2.8/ZendOptimizer-3.2.8-linux-glibc21-i386.tar.gz
Then [...]

Today I’ll come with a small piece of code that will allow you to monitor the number af requests to Apache that are processed at the moment. This might help you to prevent server overload as you will always know what’s happening to your Apache. We’ll parse server-status page and will take the number of [...]