1. Apache 2.4 installation on CentOS 6.6

    It turns out that installing Apache 2.4 on CentOS 6.6 is a bit of a pain.

    These are the notes I compiled after a lot of effort and many Google searches :) Scroll to the bottom for the sources!

    Install the Development tools and dependencies:

    yum groupinstall Development tools …

  2. SpeedTest - simple bandwidth test

    On CentOS 6.x this is super easy to install since Python 2.6.x is already installed (Yum dependency).

    1. Get the script:

    wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest_cli.py
    

    2. Make it executable:

    chmod +x speedtest-cli
    

    3. Run it:

    ./speedtest-cli
    

    Sample output:

    Retrieving …

Page 1 / 1