https://github.com/brooks-code/sys_utils
Collection of system related utilities.
https://github.com/brooks-code/sys_utils
powershell script shell system unix utilities utility utility-library
Last synced: 4 months ago
JSON representation
Collection of system related utilities.
- Host: GitHub
- URL: https://github.com/brooks-code/sys_utils
- Owner: brooks-code
- License: cc0-1.0
- Created: 2025-08-09T21:41:07.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-10-06T18:47:44.000Z (4 months ago)
- Last Synced: 2025-10-06T20:42:50.888Z (4 months ago)
- Topics: powershell, script, shell, system, unix, utilities, utility, utility-library
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# System utilities collection

*A scene from Matrix Reloaded (2003), it actually portrays an accurate hack!*
> This repository contains a collection of system utilities. These tools were mostly designed to simplify daily hassles.
## Table of contents
- [System utilities collection](#system-utilities-collection)
- [Table of contents](#table-of-contents)
- [Utilities](#utilities)
- [Installation](#installation)
- [License](#license)
## Utilities
The following utilities are currently available:
* `WSL-vhdx-Compact`: [A powershell script](https://github.com/brooks-code/WSL-VHDX-Compact) that safely compacts WSL2 linux partition files to save Windows disk space. *(added in August 2025)*.
- A tutorial about it is available on [freeCodeCamp](https://www.freecodecamp.org/news/how-to-free-up-and-automatically-manage-disk-space-for-wsl-on-windows-1011/). There is also an interesting thread about it on [HackerNews](https://news.ycombinator.com/item?id=44927629).
* `repo-confusion-guard`: [A markdown note](https://github.com/brooks-code/repo-confusion-guard) about a supply chain attack encountered here on GitHub. *(added in July 2025)*.
- A detailed article about it is available on [freeCodeCamp](https://www.freecodecamp.org/news/protect-github-repos-from-malicious-clones/).
* *More utilities will appear as they are added.*
## Installation
To use the utilities listed in this repository, download the folders containing the tools you're interested in or simply clone the whole repository to your local machine and follow the instructions provided in their respective README file.
## License
Most of the scripts are provided under a Creative Commons CC0 license. See their LICENSE file for details.