π¬ Streaming Sites
- Justchill
- Watch A Movie
- Movie Web
- StreaminalTV
- EE3
π’ : @fahimscirex
π¬ : @plugged2matrix
- Justchill
- Watch A Movie
- Movie Web
- StreaminalTV
- EE3
π’ : @fahimscirex
π¬ : @plugged2matrix
π1
Get Size of a Remote File
Example:
Output:
wget --spider $URL | grep 'Length:' | cut -d ':' -f 2Example:
wget --spider https://raw.githubusercontent.com/hagezi/dns-blocklists/main/domains/multi.txt | grep 'Length:' | cut -d ':' -f 2
Output:
19071045 (18M) [text/plain]π₯2π1
Better Compression with 7z
Additionally to set password for the archive
Examples
compresses *.txt files to archive.7z using password "secret". Also it encrypts archive headers (-mhe switch), so filenames will be encrypted.
extracts all files from archive.7z using password "secret".
7z a -t7z -mx=9 -mfb=273 -ms -md=31 -myx=9 -mtm=- -mmt -mmtf -md=1536m -mmf=bt3 -mmc=10000 -mpb=0 -mlc=0 archive.7z inputfileordir
Additionally to set password for the archive
-p{password} -mheExamples
7z a archive.7z -psecret -mhe *.txtcompresses *.txt files to archive.7z using password "secret". Also it encrypts archive headers (-mhe switch), so filenames will be encrypted.
7z x archive.7z -psecretextracts all files from archive.7z using password "secret".
π₯3β€1
Forwarded from NaeemBolchhi
64bit Patch - IDM.zip
2.3 MB
Password:
Run patch after installing IDM through winget. Disable defender before downloading/running patch.
123Run patch after installing IDM through winget. Disable defender before downloading/running patch.
β€1
βοΈ Documentation on TWRP, Magisk, LSposed, and plugin detection/bypassing methods.
https://github.com/TMLP-Team/TMLP-Detectors-and-Bypassers
https://github.com/TMLP-Team/TMLP-Detectors-and-Bypassers
π₯1