Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hakerdefo/check-my-net
- Owner: hakerdefo
- Created: 2021-06-26T16:40:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-11T18:01:16.000Z (about 3 years ago)
- Last Synced: 2024-02-14T21:48:59.813Z (11 months ago)
- Topics: bash, internet, internet-connection, linux, network, network-connection, script, shell
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 66
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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