Post4VPS Forum | Free VPS Provider
Install Speedtest.net as a command - Printable Version

+- Post4VPS Forum | Free VPS Provider (https://post4vps.com)
+-- Forum: VPS Discussion (https://post4vps.com/Forum-VPS-Discussion)
+--- Forum: Tutorials (https://post4vps.com/Forum-Tutorials)
+--- Thread: Install Speedtest.net as a command (/Thread-Install-Speedtest-net-as-a-command)

Pages: 1 2


Install Speedtest.net as a command - Conan - 09-12-2015

Code:
curl -k -s https://dev.1conan.com/workspace/ShellScripts/spinstaller.sh | sudo bash

To run a speedtest simply type the command
Code:
speedtest

Run it as root and be happy Smile


Removal
Code:
curl -k -s https://dev.1conan.com/workspace/ShellScripts/spinstaller.sh | sudo bash -s - --remove



RE: Install Speedtest.net as a command - Littlemaster - 09-13-2015

This works fine.
wget https://dev.1conan.com/workspace/ShellScripts/spinstaller.sh --no-check-certificate
chmod +x spinstaller.sh
To install
./spinstaller.sh --install
To remove
./spinstaller.sh --remove
Remove shell
unlink spinstaller.sh


RE: Install Speedtest.net as a command - Conan - 09-14-2015

(09-12-2015, 07:08 PM)perryoo11 Wrote: cool ill try this tool

it does not remove with the text it reistalls

I forgot to put one more dash while typing it
its supposed to be --remove


EDIT:
I was in school when I posted this post and I couldn't edit my original post.


RE: Install Speedtest.net as a command - Rishabh Jain - 09-14-2015

(09-14-2015, 04:08 AM)Conan Wrote:
(09-12-2015, 07:08 PM)perryoo11 Wrote: cool ill try this tool

it does not remove with the text it reistalls

I forgot to put one more dash while typing it
its supposed to be --remove

Conan you should Edit the original post as well. so that other user may not get confused if you find any error in your post.

Regards


RE: Install Speedtest.net as a command - Conan - 09-21-2015

(09-13-2015, 02:49 AM)Littlemaster Wrote: This works fine.
wget https://dev.1conan.com/workspace/ShellScripts/spinstaller.sh --no-check-certificate
chmod +x spinstaller.sh
To install
./spinstaller.sh --install
To remove
./spinstaller.sh --remove
Remove shell
unlink spinstaller.sh

Forgot to say this but, I used curl since it's installed by default on most linux systems. While wget is not installed by default on some minimal systems.


RE: Install Speedtest.net as a command - xsimox - 03-08-2016

if you have this error
Code:
-bash curl command not found
you must install curlĀ  with this command

Code:
sudo apt-get install curl



RE: Install Speedtest.net as a command - Hagmui - 03-08-2016

What is wrong with "apt-get install speedtest-cli" ?


RE: Install Speedtest.net as a command - RickB - 03-08-2016

(03-08-2016, 04:16 PM)Hagmui Wrote: What is wrong with "apt-get install speedtest-cli" ?

As far as I know, that package is not in the apt-get repositories?
It should be pip (Python installer)


RE: Install Speedtest.net as a command - Hagmui - 03-08-2016

(03-08-2016, 05:35 PM)RickB Wrote:
(03-08-2016, 04:16 PM)Hagmui Wrote: What is wrong with "apt-get install speedtest-cli" ?

As far as I know, that package is not in the apt-get repositories?
It should be pip (Python installer)

It is on debian and ubuntu.

dpkg -l|grep speedtest
ii speedtest-cli 0.3.1-1 all Command line interface for testing internet bandwidth using speedtest.net


RE: Install Speedtest.net as a command - Neco - 12-02-2016

Just download the speedtest-cli from the git and run it. It will work pretty fine.