An open API service indexing awesome lists of open source software.

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

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_