mirror of
https://github.com/bytedream/scripts.git
synced 2025-06-05 00:14:10 +02:00
17 lines
822 B
Markdown
17 lines
822 B
Markdown
# scripts
|
|
This repository contains some Linux scripts I am using to simplify some of my workflows.
|
|
|
|
- Android
|
|
- [mitmproxy.sh](android/mitmproxy.sh) - Start an [AVD](https://developer.android.com/studio/run/managing-avds) with [mitmproxy](https://mitmproxy.org/) enabled for it
|
|
|
|
- DNS
|
|
- [clear-cache.sh](dns/clear-cache.sh) - Clear the systemd DNS cache
|
|
|
|
- FFmpeg
|
|
- [compress-camera.sh](ffmpeg/compress-camera.sh) - Script to compress videos from my phone camera to an AV1 encoded 1080p video
|
|
- [compress-camera-public.sh](ffmpeg/compress-camera-public.sh) - Script to compress videos from my phone camera to AV1, VP9 and H264 videos to play them in browsers
|
|
|
|
- Patches
|
|
- [spotify.sh](patches/spotify.sh) - Use [SpotX-Bash](https://github.com/SpotX-Official/SpotX-Bash) to patch a existing spotify installation
|
|
|