Category Linux

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,…

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 #…

linux view disk space usage

Disk Space Usage Visual Tools Some great tools for viewing disk space usage are: pydf (essential df with colors) Philesight (Web-based implementation of Filelight) ncdu (awesome text-only GUI!) Philesight Philesight is a tool to browse your filesystem and see where…