Jump to content
View in the app

A better way to browse. Learn more.

AlphaGNU

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

In this tutorial we’ll test and check the server network connection speed via speedtest-cli (Speedtest by Ookla), the best thing is you can directly install the speedtest python package to your Linux distro and run the test via terminal command isn’t is awesome.

This will also help you to determine that what exactly network speed your server provider is providing. Without waiting lets get started. Difficulty level : super easy

For Centos/EL 7/centos 8 stream/centos 9 stream

curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.rpm.sh | sudo bash
yum install speedtest

to run the speedtest type below command : 

speedtest

**accept the license by typing "yes"

For Ubuntu/Debian :

sudo apt-get install curl
curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | sudo bash
sudo apt-get install speedtest

to run the speedtest type below command : 

speedtest

**accept the license by typing "yes"

For other OS : 

mkdir -p /usr/local/ookla
cd /usr/local/ookla
wget https://install.speedtest.net/app/cli/ookla-speedtest-1.2.0-linux-x86_64.tgz
tar zxvf ookla-speedtest-1.2.0-linux-x86_64.tgz

to run the speedtest type below command : 

cd /usr/local/ookla
./speedtest

**accept the license by typing "yes"

it will show the speed results like below : 

Speedtest by Ookla

      Server: Frontier - Ashburn, VA (id: 14229)
         ISP: Hetzner Online GmbH
Idle Latency:     0.32 ms   (jitter: 0.00ms, low: 0.31ms, high: 0.32ms)
    Download: 17904.35 Mbps (data used: 9.7 GB)
                  1.25 ms   (jitter: 0.27ms, low: 0.34ms, high: 1.86ms)
      Upload: 16385.81 Mbps (data used: 15.5 GB)
                  2.86 ms   (jitter: 0.79ms, low: 0.68ms, high: 7.50ms)
Packet Loss:     0.0%
  Result URL: https://www.speedtest.net/result/c/524965dc-5310-4b38-9ce6-218bf4de7d0b

524965dc-5310-4b38-9ce6-218bf4de7d0b.png.d055cd8c543b798fa2f5902b505f1a2b.png

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.