A tool for searching google.com
[](https://google.com)
[](https://google.com)
[](https://google.com)
run-chrome google.com finds a Chrome and opens google.com using it
Docs here: https://google.com
[](https://google.com)
Utility to automatically link the URLs, email addresses, phone numbers, hashtags, and mentions (Twitter, Instagram) in a given block of text/HTML
Module to match url by pattern with wildcard
Determine whether the user can access ‘google.com’
This is a plug-in repository to rethink server less dns. This plug-in is used for command & control purpose, it is triggered on GET request. eg. example.serverlessdns.com/dntolist/?dn=google.com here dntolist is a command and ?dn=google.com is input to t
A simple common HTTP client specifically for Google APIs and services.
Is a light weight native library that transform HTML to PDF, or even better transform the content of a URL like ```https://google.com``` into a PDF.
this library helps us to create proxy objects for fetch, XHR and beacons for proper request tracking.
Resource status monitoring library.
Opens stuff, like webpages and files and executables, cross-platform
Generate the origin from an URL or check if two URL/Origins are the same
Become a real SEO Hero by scraping the TOP 100 on google.com search results.
Utilities for working with match patterns.
Truncate text and keep urls safe
Minify URLs by converting them from absolute to relative.
CORS Anywhere is a reverse proxy which adds CORS headers to the proxied request. Request URL is taken from the path
Log internet uptime by pinging google.com
whois, with actual JavaScript (not flat string) results!
Next-generation DNS diagnostic CLI: visualize DNSSEC chain-of-trust, DoH/DoT, and iterative resolution paths in the terminal
get dns over https via dns.google
A fast and secure network port scanner and protocol analyzer
A Small SSL Certificate Watchdog
A fast, parallel ICMP traceroute with ASN lookup, reverse DNS, and ISP detection
CLI tool to run regex and location based filters on nodes from OpenStreetMap
A modern, feature-rich implementation of My Traceroute (MTR) with real-time network path visualization
A DNS nameserver system intended to be a learning project both for myself and as an aide in teaching others more about DNS.
A DNS utility for nushell
Ergonomic, Versatile Url-Encoded-Data Manipulator
A persistent port-forward manager for Kubernetes
A password manager and authenticator for the command line
API client for Google Play Store service provided by MashApe service sharing platform.
This is a very simple text browser which aids in searching and navigating on Google.com. Shows results as a simple list, any of which may be opened in a full browser. Not really intended for real use, since it is only really a toy.
A Ruby gem to real time convert among different currencies with services from xe.com and google.com
Crawling link text and link url by keywords on Google.com.
A ruby wrapper library for all current top tags/keywords/terms extraction services , this version supports Alchemy, Yahoo Content Analysis, Delicious V1 API and OpenCalais
# Netchk Simple tool to troubleshoot internet connectivity issues. This tool verifies: - your computer has at least one IP address - you have at least one DNS configured - you can reach the configured nameservers - the nameservers can resolve hosts Finally, some ICMP ping statistics are presented with average durations and error rates. ## Installation ```sh gem install netchk ``` ## Usage Just run `netchk` from your terminal and basic diagnosis will start showing you progress and any error if present. Note: On Linux system, this gem requires `sudo` to perform the ICMP ping operations. On macOS, this is not needed. You also can configure how netchk verifies your connections by configuring a `~/.netchk.yaml` or `~/.netchk.yml` file like below. ```yaml # Settings to test DNS server connectivity. dns: # Path to resolv.conf file to check presence and connectivity of DNS. # Path should be absolute to avoid issues when running netchk # from different directories. resolv.conf: /etc/resolv.conf # Settings to test DNS resolution. resolv: # Path to resolv.conf file to use for testing DNS resolution. # Path should be absolute to avoid issues when running netchk # from different directories. It is advised to be the same # as dns.resolv.conf. resolv.conf: /etc/resolv.conf # The list of domains to test for DNS resolution. domains: - google.com - youtube.com - facebook.com # Settings to test icmp ping. icmp: # A list of hosts to ping with ICMP. It is advised to use # IP addresses instead of domains to rule out any issues with # DNS resolution, which is tested separately. hosts: - 1.1.1.1 - 8.8.8.8 # The number of ping to issue each host. count: 20 # The duration in seconds to wait between each ping. # Setting this value too low might cause timeouts. interval: 0.2 ``` Each value is optional. If one is missing the default value will be used. The file above shows the default values. ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/moray95/netchk.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.