Skip Navigation
Jump
Replace YouTube
  • im using yt-dlp with crontab and archive i.e. (execerpt from script):

    mkdir -p /share/_ANIME/_ANIME/Z_Download/Downloaded/yt_channels/DUST/ && 
    cd /share/_ANIME/_ANIME/Z_Download/Downloaded/yt_channels/DUST/ &&
    yt-dlp -N 4 --write-auto-sub --sub-lang "en,pl" --embed-metadata -i --restrict-filenames --add-metadata --embed-thumbnail --embed-subs --download-archive /exploit/logs/youtube_channels/DUST.log "https://www.youtube.com/watch?v=T08deT2tnf0&list=PL2X2odndvaIe-Fd-XVtE4LuRrwi0W1E_s&pp=iAQB"
    
    1
  • Jump
    Can I change the OS on a QNAP?
  • unplug it's internal DOM (disk on memory - look it up)

    then boot installation from USB stick of desired OS - you might have problem with fan control (old docus: https://www.cyrius.com/debian/kirkwood/qnap/ts-41x/tips/)

    1
  • Jump
    My docker containers are stopping constantly.
  • always put limits on containers !

    i.e.

    services:
        qbittorrent:
            container_name: qbittorrent
            cpus: 1
            mem_limit: 1g
            environment:
    
    1
  • Jump
    Torrent software that is actually good?
  • for me qbitorrent works without any issues on docker, what is the problem with it ?

    I'm looking at it daily for .. erm 5 minutes? If you use gui like flood, that will consume more resources for few bells and whistles - it's a waste in my eyes.

    Be more specific what does not work, what is your env (OS, etc etc).

    4