

Don’t need to support every client, if the client supports folder monitor you can use blackhole
Don’t need to support every client, if the client supports folder monitor you can use blackhole
So you pay for piracy
Pay a subscription to watch subscription content for free!
After uTorrent was brought by BitTorrent Inc, they started releasing new shady versions, first added ads then released uTorrent bundle with crypto mining software without user consent
https://torrentfreak.com/new-utorrent-release-breaks-ties-with-bitcoin-miner-150413/
Multiple home users, hardware transcoding, media downloads on mobile…
https://support.plex.tv/articles/202526943-plex-free-vs-paid/
I use Plex BTW , but lurking Jellyfin for some time, just not so easy to setup or comparability for my shared users.
You can find Linux software on rutracker
This.
“Just do a quick update” and spend 1h trying to fix some broken updates
Also look at https://archlinux.org/news/ before updating (or follow the RSS feed), some updates may need manual intervention
Had the sane issue on Firerox+uBlock the laptop, but on phone is working (Kiwi+uBlock).
Try with other browser, with or without adblocker
Sonarr will still pick the release and download GBs of malware, and if you don’t notice your download directly is filled with GBs of fake torrents
Is not regex
https://github.com/qbittorrent/qBittorrent/pull/17106
Examples
*.exe: filter ‘.exe’ file extension.
readme.txt: filter exact file name.
?.txt: filter ‘a.txt’, ‘b.txt’ but not ‘aa.txt’.
readme[0-9].txt: filter ‘readme1.txt’, ‘readme2.txt’ but not ‘readme10.txt’
Not these ones, some could have more than 1GB, look at the virustotal link, the file had 422MB.
Also Sonarr/Radarr filter torrents by size
Here some examples
https://bt4gprx.com/search?q=The.Lord.of.The.Rings.The.Rings.of.Power.S02E08
Those where posted on 1337x (and removed) and probably other sites, Sonarr can pick those based on release name and torrent size
PS: had to rename the fine from .lnk
to .com
so virustotal could accept
On many distros will open with WINE by default, not a big deal, you can just delete ~/.wine
. If it does anything
Me too, but don’t want to download GBs of malware and bandwidth
Khal is a nice tui calendar, maybe not for your needs like calendar.txt
What’s wrong with kitty?
I’ve been using kitty for some time didn’t had any issues, and multiplexing is useful.
PS: i used tmux for many years, and still use on headless
sudo mkdir /media/NewSSD # the name you like lsblk -f # look for UUID of new ssd
then add it to fstab https://wiki.archlinux.org/title/Fstab
Something like
UUID=<insert drive UUID> /media/NewSSD ext4 defaults 0 2
Make sure you use the correct filesystem (e.g. ext4 or other)