
Security News
Rspack Introduces Rslint, a TypeScript-First Linter Written in Go
Rspack launches Rslint, a fast TypeScript-first linter built on typescript-go, joining in on the trend of toolchains creating their own linters.
Simple tool to troubleshoot internet connectivity issues. This tool verifies:
Finally, some ICMP ping statistics are presented with average durations and error rates.
gem install netchk
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.
# 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.
Bug reports and pull requests are welcome on GitHub at https://github.com/moray95/netchk.
FAQs
Unknown package
We found that netchk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Rspack launches Rslint, a fast TypeScript-first linter built on typescript-go, joining in on the trend of toolchains creating their own linters.
Security News
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.