{"id":23585178,"url":"https://github.com/chaseofthejungle/bash-networking-scripts","last_synced_at":"2026-04-20T03:02:12.946Z","repository":{"id":227193002,"uuid":"770013359","full_name":"chaseofthejungle/bash-networking-scripts","owner":"chaseofthejungle","description":"Shell scripts for the bash interpreter or compiler.","archived":false,"fork":false,"pushed_at":"2025-05-06T04:24:45.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-17T02:06:41.356Z","etag":null,"topics":["bash","bash-script","bash-scripting","fedora","linux"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chaseofthejungle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-03-10T17:23:56.000Z","updated_at":"2025-05-06T04:24:48.000Z","dependencies_parsed_at":"2024-03-22T04:31:02.025Z","dependency_job_id":"3619c3f0-e052-4a0c-b65e-08038b163dc1","html_url":"https://github.com/chaseofthejungle/bash-networking-scripts","commit_stats":null,"previous_names":["chaseofthejungle/shell-cybersecurity-scripts","chaseofthejungle/bash-networking-scripts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chaseofthejungle/bash-networking-scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaseofthejungle%2Fbash-networking-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaseofthejungle%2Fbash-networking-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaseofthejungle%2Fbash-networking-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaseofthejungle%2Fbash-networking-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chaseofthejungle","download_url":"https://codeload.github.com/chaseofthejungle/bash-networking-scripts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaseofthejungle%2Fbash-networking-scripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32031070,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","bash-script","bash-scripting","fedora","linux"],"created_at":"2024-12-27T03:14:14.910Z","updated_at":"2026-04-20T03:02:12.940Z","avatar_url":"https://github.com/chaseofthejungle.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bash Networking Scripts \n  \n*Note: If in need of a lightweight Linux distro, consider [Xubuntu](https://xubuntu.org/tour/). An online Fedora 33 [bash](https://www.gnu.org/software/bash/) emulator can also be found at [bellard.org/jslinux](https://bellard.org/jslinux/).*\n\n\u003chr /\u003e\n\n#### Table of Contents\n\n1. [Bash Scripts](#scripts)\n2. [Supplemental Resources](#supplemental)\n  \n\u003chr /\u003e\n  \n## \u003ca name=\"scripts\"\u003e1. Bash Scripts\u003c/a\u003e\n  \n| Script | Purpose |  \n| ---------- | ---------- |  \n| [**croncommand.sh**](https://github.com/chaseofthejungle/shell-networking-scripts/blob/main/scripts/croncommand.sh) | Will schedule a user-specified command to run at a user-specified time interval.  \n| [**diskconfig.sh**](https://github.com/chaseofthejungle/shell-networking-scripts/blob/main/scripts/diskconfig.sh) | Lists out mounted filesystems, partition config, and LVM config.  \n| [**dnsinfo.sh**](https://github.com/chaseofthejungle/shell-networking-scripts/blob/main/scripts/dnsinfo.sh) | Displays IP Address, Gateway Address, and DNS Server Address.  \n| [**ipassignwait.sh**](https://github.com/chaseofthejungle/shell-networking-scripts/blob/main/scripts/ipassignwait.sh) | Checks if an IP address has been assigned to an interface, and waits (if necessary) until one has been.  \n| [**openports.sh**](https://github.com/chaseofthejungle/shell-networking-scripts/blob/main/scripts/openports.sh) | Lists out open ports on a host device.  \n| [**passgen.sh**](https://github.com/chaseofthejungle/shell-networking-scripts/blob/main/scripts/passgen.sh) | Generates a random 16-character password using numbers, letters (case-sensitive), and special characters.  \n| [**reseaters.sh**](https://github.com/chaseofthejungle/shell-networking-scripts/blob/main/scripts/reseaters.sh) | Used for resource monitoring: displays the top 10 CPU-consuming and memory-consuming processes presently running on a system.  \n| [**serverinfo.sh**](https://github.com/chaseofthejungle/shell-networking-scripts/blob/main/scripts/serverinfo.sh) | Lists out date/time, uptime information, a brief memory overview, and network device identifying information.  \n| [**useractivity.sh**](https://github.com/chaseofthejungle/shell-networking-scripts/blob/main/scripts/useractivity.sh) | Lists out user activity, including last login, home directory modifications, and sudo command requests.\n  \n\u003chr /\u003e\n  \n## \u003ca name=\"supplemental\"\u003e2. Supplemental Resources\u003c/a\u003e\n  \n* *[bash commands Overview Guide](https://github.com/chaseofthejungle/bash-commands)*\n* *[gnu.org - Bash Project](https://www.gnu.org/software/bash/)*  \n* *[Official Xubuntu Website](https://xubuntu.org/tour/)*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchaseofthejungle%2Fbash-networking-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchaseofthejungle%2Fbash-networking-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchaseofthejungle%2Fbash-networking-scripts/lists"}