Create a configuration file. https://github.com/yt-dlp/yt-dlp has the documentation
Create a configuration file. https://github.com/yt-dlp/yt-dlp has the documentation
Lana!
find /path/to/parent/directory -type f \( -name "*.mp4" -o -name "*.hvec" \) -exec mv -t /path/to/parent/directory {} +
Explanation:
• find /path/to/parent/directory: Start the search from the specified parent directory.
• -type f: Restrict the search to files (not directories).
• \( -name "*.mp4" -o -name "*.hvec" \): Look for files with either a .mp4 or .hvec extension.
• -exec mv -t /path/to/parent/directory {} +: Execute the mv command to move the found files to the specified parent directory.
Easy. Add a section to your robots.txt file.
Currently running server3
after some mishaps including a torched OS drive 🫠
A six year old game for 1% of the nominal cost looks better
What about NetData?
The amount and types of data a mobile app can access is infinitely higher than a web app.
I run QB through a docker container that’s an always on VPN
Then the xArr apps are in the same virtual network as QB. They run without a VPN
Check your wan IP on both your laptop and phone.
I typically use curl https://checkip.amazonaws.com
Your service should be able to reach out of your lan to serve you content. I assume you’re running this as a local service on your PC or as a docker container.
MAM has a great collection
I agree with using rsync
.
Open a screen
then use something like this command:
rsync -arvzip --progress {$remote}:/path/to/remote/files /path/to/local/files
If you are using a different port for SSH, you’ll need to pass an option like -e 'ssh -p 12345'
ProtonVPN, AirVPN and PIA all support port forwarding iirc
Hackers 1995