Category O/S

download http directory

Here’s a quick note on how to download the contents of an http directory via command line. Using lftp to download an HTTP directory Forget wget, lftp is what you covet! What is lftp? LFTP is a sophisticated ftp/http client,…

curl on windows with https

The easiest way to get curl on windows with HTTPS is to simply download and install the git package then add c:\Program Files (x86)\Git\bin as an environment variable to allow you to run curl from anywhere. Don’t forget when running…

install geoip php centos

To install geoip php centos follow these steps Install Steps # cd /tmp # wget # tar -zxvf geoip-1.0.8.tgz # cd geoip-1.0.8.tgz # phpize # ./configure # make # make install # echo “extension=geoip.so” >> Verify Installation #…