{"id":31746759,"url":"https://github.com/cwadge/junk-drawer","last_synced_at":"2026-05-03T20:38:42.170Z","repository":{"id":311517299,"uuid":"1043923092","full_name":"cwadge/junk-drawer","owner":"cwadge","description":"Collection of miscellaneous resources","archived":false,"fork":false,"pushed_at":"2026-04-17T16:43:47.000Z","size":439,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-01T12:36:09.064Z","etag":null,"topics":["amdgpu","bash","batocera","emulation","flac","fluidsynth","guide","linux","midi","mp3","overclocking","pipewire","playstation-2","psp","radeon","rdna","transcoding","tuning","wav","wireplumber"],"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/cwadge.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-24T22:41:35.000Z","updated_at":"2026-04-17T16:43:50.000Z","dependencies_parsed_at":"2025-08-25T02:03:47.678Z","dependency_job_id":"8f424318-b676-420a-baae-c1241de8f4d0","html_url":"https://github.com/cwadge/junk-drawer","commit_stats":null,"previous_names":["cwadge/misc-utils","cwadge/junk-drawer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cwadge/junk-drawer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwadge%2Fjunk-drawer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwadge%2Fjunk-drawer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwadge%2Fjunk-drawer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwadge%2Fjunk-drawer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cwadge","download_url":"https://codeload.github.com/cwadge/junk-drawer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwadge%2Fjunk-drawer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32584643,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["amdgpu","bash","batocera","emulation","flac","fluidsynth","guide","linux","midi","mp3","overclocking","pipewire","playstation-2","psp","radeon","rdna","transcoding","tuning","wav","wireplumber"],"created_at":"2025-10-09T13:18:24.860Z","updated_at":"2026-05-03T20:38:42.141Z","avatar_url":"https://github.com/cwadge.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Junk Drawer\nA collection of miscellaneous resources for Linux gaming and system tasks. Many of these are low-effort and largely unpolished, but I found them useful, so you might also.\n\n## Scripts\n| Category | Script | Description |\n|----------|--------|-------------|\n| Emulation | [network_tune_batocera](network_tune_batocera) | Sets custom network interface parameters (e.g., MTU, speed) at Batocera startup |\n| Emulation | [nfs_mount_batocera](nfs_mount_batocera) | Mounts NFS exports locally as a client on Batocera Linux, e.g. for Kodi |\n| Emulation | [disc-crusher.sh](disc-crusher.sh) | Compresses DVD or CD-ROM-based console images to CHD, auto-creates M3U for multi-disc games |\n| Utility | [net-core-status.sh](net-core-status.sh) | Monitors the status of `unbound`, `kea`, and `chrony` on a core network services box |\n| Utility | [fs-status.sh](fs-status.sh) | Monitors the status of ZFS, `mdadm`, storage devices, volumes, networks, NFS and Samba |\n| Hardware | [set-rdna-oc-fan.sh](set-rdna-oc-fan.sh) | Creates and applies overclocking / fan profiles for AMD RDNA GPUs |\n| Multimedia | [midi2wav.sh](midi2wav.sh) | Convert MIDI file(s) to digital audio like WAV, FLAC, AAC or MP3 |\n| Multimedia | [pipewire_tuning_guide.md](pipewire_tuning_guide.md) | Quick \u0026 dirty guide to setting up low-latency, multi-rate PipeWire |\n| Multimedia | [sonicsqueezer.sh](sonicsqueezer.sh) | A multi-threaded audio converter for WAV and FLAC to MP3, AAC, OGG, and more | \n| Multimedia | [transcode-monster.sh](transcode-monster.sh) | Transcode single titles (movies) or series to H.265 with hardware accelleration ([README](transcode-monster.md)) |\n\n## Installation\nClone the whole repo:\n```bash\ngit clone https://github.com/cwadge/junk-drawer.git\n```\n\nor download an individual script:\n```bash\nwget https://raw.githubusercontent.com/cwadge/junk-drawer/main/set-rdna-oc-fan.sh\n```\n\nYou could also download \u0026 install with a one-liner:\n```bash\nsudo wget https://raw.githubusercontent.com/cwadge/junk-drawer/main/set-rdna-oc-fan.sh -O /usr/local/sbin/set-rdna-oc-fan.sh \u0026\u0026 sudo chmod 755 /usr/local/sbin/set-rdna-oc-fan.sh\nsudo wget https://raw.githubusercontent.com/cwadge/junk-drawer/main/disc-crusher.sh -O /usr/local/bin/disc-crusher.sh \u0026\u0026 sudo chmod 755 /usr/local/bin/disc-crusher.sh\nsudo wget https://raw.githubusercontent.com/cwadge/junk-drawer/main/midi2wav.sh -O /usr/local/bin/midi2wav.sh \u0026\u0026 sudo chmod 755 /usr/local/bin/midi2wav.sh\nsudo wget https://raw.githubusercontent.com/cwadge/junk-drawer/main/sonicsqueezer.sh -O /usr/local/bin/sonicsqueezer.sh \u0026\u0026 sudo chmod 755 /usr/local/bin/sonicsqueezer.sh\nsudo wget https://raw.githubusercontent.com/cwadge/junk-drawer/main/transcode-monster.sh -O /usr/local/bin/transcode-monster.sh \u0026\u0026 sudo chmod 755 /usr/local/bin/transcode-monster.sh\n```\n\nOn Batocera:\n```bash\nmkdir /userdata/system/services/\nwget https://raw.githubusercontent.com/cwadge/junk-drawer/main/network_tune_batocera -O /userdata/system/services/network_tune \u0026\u0026 chmod 755 /userdata/system/services/network_tune\nwget https://raw.githubusercontent.com/cwadge/junk-drawer/main/nfs_mount_batocera -O /userdata/system/services/nfs_mount \u0026\u0026 chmod 755 /userdata/system/services/nfs_mount\n```\n\nOn a core network services machine:\n```bash\nsudo wget https://raw.githubusercontent.com/cwadge/junk-drawer/main/net-core-status.sh -O /usr/local/bin/net-core-status.sh \u0026\u0026 sudo chmod 755 /usr/local/bin/net-core-status.sh\n```\n\nOn a file server:\n```bash\nsudo wget https://raw.githubusercontent.com/cwadge/junk-drawer/main/fs-status.sh -O /usr/local/bin/fs-status.sh \u0026\u0026 sudo chmod 755 /usr/local/bin/fs-status.sh\n```\n\n## Usage\nNavigate to the script's folder and run it with appropriate arguments. See each script's `--help` or inline comments for details.\n\n## Contributing\nThe usual: you're welcome to fork, submit issues, PRs, etc.\n\n## License\nMIT License ([LICENSE](https://opensource.org/license/MIT)) - feel free to use, modify, and share.\n\n---\n\n_A bunch of B-grade scripts by Chris Wadge_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcwadge%2Fjunk-drawer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcwadge%2Fjunk-drawer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcwadge%2Fjunk-drawer/lists"}