Speedtest.net Server: Install
Speedtest.net is used for measuring internet bandwidth. You can configure your own speedtest.net mini server to run Internet speed. It pings several websites via HTTP and calculates the response time and display results in GUI. This tutorial teaches you how to configure speedtest.net server in Ubuntu 15.04. For installing speedtest.net server it requires Apache, Php package, speedtest mini package and flash player. SpeedTest.net Server Installation: Step 1: Installation of Apache It is the world’s most wildly used web server that about more than 50% websites run on Apache web server. Following are the steps given to install Apache web server. Open terminal using Ctrl+ alt + T , and Enter the following command. # apt-get install apache2 Step 2: Installation of Php Now, after installing Apache web server , you need to install Php packages, run following command in terminal, # apt-get install php5 php5-mysql php5-gd php5-mcrypt Step 3: Download Spee...