This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| streamlink -o "output.ts" "$YOUTUBE_LINK" 1080p,best | |
| ffmpeg -i output.ts -c copy output.mp4 | |
| ffmpeg -i ---inputfile.mp4 -ss 00:04:30 -to 00:09:30 -c:v copy -c:a copy my-clip.mp4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| list them first to verify that the correct files are found | |
| find . -name ".*" -type 'f' -size -160k | |
| now delete them | |
| find . -name ".*" -type 'f' -size -160k -delete | |
| for bigger files | |
| find . -name ".*" -type 'f' -size -500k -delete |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Recommended software packages | |
| 22.03.3 | |
| opkg update | |
| opkg install kmod-pcengines-apuv2 beep kmod-leds-gpio kmod-crypto-hw-ccp kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb3 kmod-sound-core kmod-pcspkr amd64-microcode flashrom irqbalance fstrim usbutils curl luci-app-advanced-reboot | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .config/yt-dlp/config | |
| -f 'best[height<=720][ext=mp4]' | |
| -o %(title)s-%(id)s.%(ext)s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| xdslctl configure --maxDataRate 61440 8192 100000 | |
| xdslctl configure --snr 150 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get dist-upgrade -y && sudo apt-get autoclean -y && sudo apt-get autoremove -y |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| installation idevicerestore on mac os | |
| brew update | |
| ?brew update && brew upgrade && brew cleanup && brew doctor | |
| brew uninstall --ignore-dependencies libimobiledevice | |
| brew uninstall --ignore-dependencies usbmuxd | |
| brew install --HEAD libirecovery | |
| brew install --HEAD usbmuxd | |
| brew unlink usbmuxd | |
| brew link usbmuxd |
NewerOlder