how to force download rather than streaming

yesterday one fo my ffriends told me that as he changed his server the mime types such as "mp3,ogg,avi" will no longer downloadable I had...

How to redirect WWW to non-WWW

if you are using an apache webservera and want to redirect www to non-www urls you can achieve this by editing the .htaccess, so...

how to install htop on centos

There are times you want to have a better control over the system processes and usage and also having a better visual of RAM...

importing and exporting virtuemart products using excel and xml

You need MS Office Excel 2003 or 2007 to do this. I used 2007, and the guide will be based on that. A good...

make virtuemart rtl

for having a rtl virtuemart you should make 2 steps 1-first is to have your admin language to have your customized rtl language 2- second is...

how to install ImageMagick

first ssh to your server download the latest version wget ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz extract the tar.gz file tar xvfz ImageMagick.tar.gz go to the extracted folder directory cd ImageMagick-6.6.5-8 compile it ./configure make If ImageMagick configured and...

how to rebuild httpd.conf in cpanel?

If You had your httpd.conf damaged you'll need a fresh new httpd.conf of apache configuration to be created and if you have CPanel there...

How to install Cpanel?

cpanel installation is so easy in a simple description it is only creating a directory for downloading cpanel shell installer in there and go to...

how to optimize apache?

Apache Default connection Limit Apache by default is limited to handle not more than 256 requests per second, so you should do  a litle optimization ...

how To find the attacks of so many sync request?

To find the attacks, I ran these commands: netstat -an|grep :80 This first showed me all connections to port 80. Next, I ran this command after...