-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
ipcalc: add page #16132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
ipcalc: add page #16132
Conversation
Hi Alex, it seems that github.com/ipcalc/ipcalc doesn't exist. |
# ipcalc | ||
|
||
> A tool to calculate IP information (subnet, broadcast, host range) from an IP address and netmask. | ||
> More information: <https://github.com/ipcalc/ipcalc>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
> More information: <https://github.com/ipcalc/ipcalc>. | |
> More information: <https://manned.org/ipcalc>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the address found on the official ipcalc website https://github.com/kjokjo/ipcalc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the official page jodies.de/ipcalc. It's already linked in the footer of manned.org/ipcalc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean that jodies.de/ipcalc has a link to that github page. But looking at them, it's better to link manned. At least it has the options listed.
|
Hmmm. Note that the existing |
|
||
- Show only CIDR notation output: | ||
|
||
`ipcalc -c {{192.168.0.1/24}}` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`ipcalc -c {{192.168.0.1/24}}` | |
`ipcalc {{[-c|--class]}} {{192.168.0.1/24}}` |
Either use long options by themselves or use option placeholders.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Managor and @MachiavelliII — I’ve just pushed the changes.
Moved the page from linux/ to common/
Merged in the two original examples from the old linux/ipcalc.md
Removed the outdated Linux page
Replaced the broken GitHub link with https://jodies.de/ipcalc
Updated the option example to use the long form --class as suggested
Let me know if there’s anything else to tweak. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Managor and @MachiavelliII — I’ve just pushed the changes.
Unfortunately I don't see any push
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You probably forgot to push the local changes.
@Alex-Gekas Can you fix the issues in this PR? You have not pushed any changes. |
common
,linux
,osx
,windows
,sunos
,android
, etc.This pull request adds a new TLDR page for the
ipcalc
command-line utility.ipcalc
is used to calculate and display network information based on an IP address and subnet, such as:The page includes common usage examples for:
This PR addresses issue #16125.