Announcement

Collapse
No announcement yet.

Adobe Flash Alternative

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    This, I guess:

    https://github.com/sivel/speedtest-cli
    wget -O speedtest-cli https://raw.githubusercontent.com/si...eedtest_cli.py chmod +x speedtest-cli
    An intellectual says a simple thing in a hard way. An artist says a hard thing in a simple way. Charles Bukowski

    Comment


      #17
      Originally posted by Qqmike View Post
      This, I guess:

      https://github.com/sivel/speedtest-cli
      wget -O speedtest-cli https://raw.githubusercontent.com/si...eedtest_cli.py chmod +x speedtest-cli
      Humm ,,,it was @hear in Debian-8-KDE

      Code:
      vinny@debian:~$ apt search speedtest-cli
      Sorting... Done
      Full Text Search... Done
      speedtest-cli/stable,now 0.3.1-1 all [installed]
        Command line interface for testing internet bandwidth using speedtest.net
      VINNY
      i7 4core HT 8MB L3 2.9GHz
      16GB RAM
      Nvidia GTX 860M 4GB RAM 1152 cuda cores

      Comment


        #18
        Dont use chrome unless you trust google
        Kubuntu 18.04 on AMD

        Comment


          #19
          @Vinny, Kubuntu 14.04:

          Code:
          mike@mike-desktop:~$ sudo apt search speedtest-cli
          Sorting... Done
          Full Text Search... Done
          mike@mike-desktop:~$ sudo apt-cache search speedtest-cli
          mike@mike-desktop:~$ sudo apt-get install speedtest-cli
          Reading package lists... Done
          Building dependency tree       
          Reading state information... Done
          E: Unable to locate package speedtest-cli
          Has that 3rd beer shorted-out one of my brain circuits, possibly?
          An intellectual says a simple thing in a hard way. An artist says a hard thing in a simple way. Charles Bukowski

          Comment


            #20
            Originally posted by Qqmike View Post
            @Vinny, Kubuntu 14.04:

            Code:
            mike@mike-desktop:~$ sudo apt search speedtest-cli
            Sorting... Done
            Full Text Search... Done
            mike@mike-desktop:~$ sudo apt-cache search speedtest-cli
            mike@mike-desktop:~$ sudo apt-get install speedtest-cli
            Reading package lists... Done
            Building dependency tree       
            Reading state information... Done
            E: Unable to locate package speedtest-cli
            Has that 3rd beer shorted-out one of my brain circuits, possibly?
            it would seem as though it is not avalabel in Kubuntu-14.04's repo ,,,,,,if you did the wget thing in your last post it would probably be in the DIR you ran the wget in ,,,,so running the python script from in that DIR should work if it's not in your path,,,,,if it is in your path it should just run .

            Code:
            vinny@debian:~$ cd build/
            
            vinny@debian:~/build$ ls
            
            vinny@debian:~/build$ wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest_cli.py
            --2015-08-02 21:35:25--  https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest_cli.py
            Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 23.235.39.133
            Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|23.235.39.133|:443... connected.
            HTTP request sent, awaiting response... 200 OK
            Length: 24314 (24K) [text/plain]
            Saving to: ‘speedtest-cli’
            
            
            speedtest-cli                   100%[=======================================================>]  23.74K  --.-KB/s   in 0.02s  
            
            
            2015-08-02 21:35:41 (1.26 MB/s) - ‘speedtest-cli’ saved [24314/24314]
            
            
            vinny@debian:~/build$ ls
            speedtest-cli
            then of course "chmod +x speedtest-cli"

            then maby place it somewhere in your path
            Code:
            vinny@debian:~/build$ echo $PATH[COLOR=#333333][FONT=Consolas]
            [/FONT][/COLOR]
            /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
            VINNY
            i7 4core HT 8MB L3 2.9GHz
            16GB RAM
            Nvidia GTX 860M 4GB RAM 1152 cuda cores

            Comment


              #21
              Thanks, Vinny. I bookmarked this for future. Actually speedtest. net works w/my Flash for now; also CenturyLink test site seems accurate, also. When I dump Flash, then ... thx
              An intellectual says a simple thing in a hard way. An artist says a hard thing in a simple way. Charles Bukowski

              Comment


                #22
                This was my result using speedtest-cli (I'm on Mobile Broadband just now):

                Code:
                rod@Core-i5:~$ speedtest-cli 
                Retrieving speedtest.net configuration...
                Retrieving speedtest.net server list...
                Testing from Two Degrees Mobile Limited (118.148.167.5)...
                Selecting best server based on latency...
                Hosted by WorldxChange Comm (Auckland) [7.44 km]: 326.465 ms
                Testing download speed........................................
                Download: 3.43 Mbit/s
                Testing upload speed..................................................
                Upload: 0.10 Mbit/s
                Also, for future reference, these are two of the non-Flash browser internet speed testing sites I found:

                http://testmy.net/

                http://speedof.me/
                Desktop PC: Intel Core-i5-4670 3.40Ghz, 16Gb Crucial ram, Asus H97-Plus MB, 128Gb Crucial SSD + 2Tb Seagate Barracuda 7200.14 HDD running Kubuntu 18.04 LTS and Kubuntu 14.04 LTS (on SSD).
                Laptop: HP EliteBook 8460p Core-i5-2540M, 4Gb ram, Transcend 120Gb SSD, currently running Deepin 15.8 and Manjaro KDE 18.

                Comment

                Working...
                X