Average Man's Drawer
84 subscribers
9 photos
38 files
26 links
You're looking at stuffs gathered by someone not important.
Download Telegram
πŸ‘1
Get Size of a Remote File

wget --spider $URL | grep 'Length:' | cut -d ':' -f 2

Example:
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
Tripowin Piccolo.vdc
1.5 KB
VIPER-DDC preset for Tripowin Piccolo IEM.
πŸ”₯1
Better Compression with 7z
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} -mhe

Examples

7z a archive.7z -psecret -mhe *.txt
compresses *.txt files to archive.7z using password "secret". Also it encrypts archive headers (-mhe switch), so filenames will be encrypted.

7z x archive.7z -psecret
extracts all files from archive.7z using password "secret".
πŸ”₯3❀1
Forwarded from NaeemBolchhi
64bit Patch - IDM.zip
2.3 MB
Password: 123

Run 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
πŸ”₯1