https://github.com/cwadge/misc-utils
Collection of miscellaneous Linux utility scripts
https://github.com/cwadge/misc-utils
amdgpu bash batocera emulation linux overclocking playstation-2 psp radeon rdna tuning
Last synced: about 1 month ago
JSON representation
Collection of miscellaneous Linux utility scripts
- Host: GitHub
- URL: https://github.com/cwadge/misc-utils
- Owner: cwadge
- Created: 2025-08-24T22:41:35.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-08-24T23:41:06.000Z (about 1 month ago)
- Last Synced: 2025-08-25T02:03:43.894Z (about 1 month ago)
- Topics: amdgpu, bash, batocera, emulation, linux, overclocking, playstation-2, psp, radeon, rdna, tuning
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Misc. Utils
A collection of miscellaneous scripts for Linux gaming and system tasks. These are low-effort and largely unpolished scripts, but I found them useful, so you might also.## Scripts
| Category | Script | Description |
|----------|--------|-------------|
| Gaming | [psp-shrink-ray.sh](psp-shrink-ray.sh) | Compresses PS2/PSP images to CHD format, deleting originals on success |
| Hardware | [set-rdna-oc-fan.sh](set-rdna-oc-fan.sh) | Creates and applies overclocking / fan profiles for AMD RDNA GPUs |
| Emulation | [nfs_mount_batocera](nfs_mount_batocera) | Mounts NFS exports locally as a client on Batocera Linux, e.g. for Kodi |
| Multimedia | [midi2wav.sh](midi2wav.sh) | Convert MIDI file(s) to digital audio like WAV, FLAC, or MP3 |## Installation
Clone the whole repo:
```bash
git clone https://github.com/cwadge/misc-utils.git
```or download an individual script, e.g.
```bash
wget https://raw.githubusercontent.com/cwadge/misc-utils/main/set-rdna-oc-fan.sh
```## Usage
Navigate to the script's folder and run it with appropriate arguments. See each script's `--help` or inline comments for details.## Contributing
The usual: you're welcome to fork, submit issues, PRs, etc.## License
MIT License ([LICENSE](https://opensource.org/license/MIT)) - feel free to use, modify, and share.---
_A bunch of B-grade scripts by Chris Wadge_