https://github.com/schanur/extreme-defaults
Collection of scripts to run various applications with extreme unbalances settings
https://github.com/schanur/extreme-defaults
Last synced: 7 months ago
JSON representation
Collection of scripts to run various applications with extreme unbalances settings
- Host: GitHub
- URL: https://github.com/schanur/extreme-defaults
- Owner: schanur
- Created: 2017-05-11T20:12:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-10T12:39:21.000Z (over 5 years ago)
- Last Synced: 2025-01-30T01:22:22.956Z (9 months ago)
- Language: Shell
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.MIT.md
Awesome Lists containing this project
README
# extreme-defaults
## Run programs with the most extreme parameters.
### Multimedia
* **max-audio-extraction-quality** Extract an audio stream from a container format (video + audio) without transcoding
* **max-flac-compression:** flac with parameters for maximum compression
* **max-optipng:** Runs optipng with slowest settings to archieve maximum PNG file compression
* **max-pngcrush:** Produce the smallest possible PNG file pngcrush can produce
* **max-quality-yt-music-dl:** Download the YouTube video with the highest audio quality and extract the audio file### Compression
* **max-xz-compression:** xz with parameters for maximum compression
* **max-zstd-compression:** zstd with parameters for maximum compression
* **max-strip:** Strip as many unused symbols from a binary as possible
* **max-upx-compression:** UPX binary compressor with parameters for maximum compression### Scheduling
* **max-nice:** Run an application with the least intruding scheduling policies on CPU, IO, fsync operations### Development
* **max-valgrind-drd-error-detect:** Runs the valgrind DRD tool with settings for to find maximum numbers of errors
* **max-valgrind-exp-sgcheck-error-detect:** Runs the valgrind exp-sgcheck tool with settings for to find maximum numbers of errors
* **max-valgrind-helgrind-error-detect:** Runs the valgrind helgrind tool with settings for to find maximum numbers of errors
* **max-valgrind-memcheck-error-detect:** Runs the valgrind memcheck tool with settings for to find maximum numbers of errors### Security
* **max-secure-luks-format:** Create a LUKS dm-crypt volume with very secure crypto/hash settings
* **max-secure-ssh-keygen:** Create a SSH RSA key with high security margin### Virtualization
* **max-qemu-speed:** Start a qemu instance with settings optimized for speed
* **max-qemu-speed-no-kvm:** Start a qemu instance with settings optimized for speed but without hardware virtualization support
* **max-qemu-img-speed:** Create a new qcow2 virtual machine image with performance optimizations