Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hakerdefo/check-my-net

A stupidly simple shell script to check & diagnose internet connectivity issues.
https://github.com/hakerdefo/check-my-net

bash internet internet-connection linux network network-connection script shell

Last synced: about 2 months ago
JSON representation

A stupidly simple shell script to check & diagnose internet connectivity issues.

Awesome Lists containing this project

README

        

# check-my-net

**check-my-net** is a simple bash script that can help you in checking your internet connectivity and diagnosing common internet connectivity problems.

### Installation :

**check-my-net** doesn't have any external dependencies and it should work out of box on most modern GNU/Linux systems running on Linux kernel 2.2 or newer. This pretty much means everywhere. Installation is very simple. Download **[check-my-net-main]** zip, extract its contents and copy the file **check-my-net** to **/usr/local/bin/** directory,
```sh
sudo cp check-my-net /usr/local/bin/
```
And make it executable,
```sh
sudo chmod 755 /usr/local/bin/check-my-net
```

### Usage :

Open terminal & run,
```sh
check-my-net
```
And **check-my-net** will test your internet connectivity status and if internet connectivity is down it will display a diagnostic message that hopefully will be good enough to guide you towards solving the problem.

### Support :

If you like **check-my-net**, please consider supporting it, even the smallest contribution goes a long way. It is quick & easy via PayPal, Buy Me a Coffee or Liberapay:

[![Support via PayPal](https://cdn.jsdelivr.net/gh/twolfson/[email protected]/dist/button.svg)](https://paypal.me/hakerdefo)
[!["Buy Me A Coffee"](https://user-images.githubusercontent.com/1376749/120938564-50c59780-c6e1-11eb-814f-22a0399623c5.png)](https://www.buymeacoffee.com/hakerdefo)
[![Support via Liberapay](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/hakerdefo/donate)

### License :
[![Public Domain Mark](http://i.creativecommons.org/p/mark/1.0/88x31.png)](http://creativecommons.org/publicdomain/mark/1.0/)
This work (check-my-net, by [hakerdefo](https://github.com/hakerdefo/check-my-net)), identified by [hakerdefo](https://hakerdefo.github.io), is free of known copyright restrictions.

[check-my-net-main]:https://github.com/hakerdefo/check-my-net/archive/refs/heads/main.zip