NetFuse¶
NetFuse is a python module to dump hostname and IP address mapping for localhost into the hosts file
:warning: To use this module, the router should be
Netgear
, [OR] the ISP should beAt&t
Installation¶
pip install NetFuse
Usage¶
:bulb: Use
netfuse --help
to learn more
sudo netfuse
Note¶
This is a hacky solution for a real problem. The best approach would be to run your own DNS server
Coding Standards¶
Docstring format: Google
Styling conventions: PEP 8
and isort
Release Notes¶
Requirement
python -m pip install gitverse
Usage
gitverse-release reverse -f release_notes.rst -t 'Release Notes'
Linting¶
pre-commit
will ensure linting, run pytest, generate runbook & release notes, and validate hyperlinks in ALL
markdown files (including Wiki pages)
Requirement
pip install sphinx==5.1.1 pre-commit recommonmark
Usage
pre-commit run --all-files
Pypi Package¶
Runbook¶
License & copyright¶
© Vignesh Rao
Licensed under the MIT License