August 2010
M T W T F S S
« Jul   Sep »
 1
2345678
9101112131415
16171819202122
23242526272829
3031  
  1. We welcome any feedback, questions or comments

Download a file protected by Basic authentication

I have a requirement to download a url which protected by the password on a remote server. I can’t do it locally since the download file is in GB size. [root@host.domain.com] feeds >> wget http://clients.xmlteam.com/downloads/feedfetcher/basic/feedfetcher-basic.2007.01.16.tar.gz –13:13:18–  http://clients.xmlteam.com/downloads/feedfetcher/basic/feedfetcher-basic.2007.01.16.tar.gz            => `feedfetcher-basic.2007.01.16.tar.gz’ Resolving clients.xmlteam.com… 204.15.197.99 Connecting to clients.xmlteam.com|204.15.197.99|:80… connected. HTTP request sent, awaiting [...]

I’m looking for the software which can able to store the skype voice conversation in Linux. Most of the threads are leading to this program ‘skype-call-recorder’ hosted on http://atdot.ch/scr/download/. But I didn’t get any luck with it on my Centos 5.5 box which showing errors while on running.

So I find other solution !! [...]

Configure relay SMTP server on Windows 2008

I have a Windows 2008 server and installed Apache as web server for my php projects. Some application uses email functionality to send subscriptions email and welcome mails.

But the default server configuration did not send the email from the server even though I installed SMTP service integrated with the server.

You may need to [...]

pdo_mysql.so: undefined symbol: php_pdo_declare_long_constant

After the mysql_pdo installation on new Centos 5.5 server, I got the error “pdo_mysql.so: undefined symbol: php_pdo_declare_long_constant” I have done the installation and uninstall pdo_mysql using pecl package but still the error is live.

After googling I found that, PDO library is already installed which bind with php binary. But “pecl” installed uses it’s own [...]

Trac Error : timestamp out of range for platform time_t

Recently I had an issue with trac installation. Initially I uses rmpforge repository to install trac on Centos5. Installation was easy and I could able to create trac instance. But I got the error on trac wiki area/ IT’s throws ” timestamp out of range for platform time_t” when I diply it over the Apache. [...]