copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
How to read ext4 partitions on Windows? - Super User 1 DiskGenius is available as a free, versatile partition manager, running under Windows OS, up to and including Windows 10 v 1909, that includes the ability to read ext n (i e , ext, ext2, ext3 ext4)partitions It allows full access to files and folders in those partitions
How to get a direct link to a twitter video? - Super User Just guessing, but I think Slack is hitting Twitter API's to get extended_entities for the tweet, and then client-side code transforms some of that into a URL that includes ext_tw_video
How to make Windows able to read ext4, zfs, etc… Linux drives? For ext2 ext3 ext4 I use ext2fsd which despite being a dead project still works under Windows 10 just fine Haven't tested it under W11 I'd personally use a VM, e g VirtualBox with Linux + Samba SFTP FTP server to access other filesystems such as btrfs, XFS or ZFS A native FS driver is better than anything available for Windows
How to download aes encrypted m3u8 using ffmpeg or youtube-dl? youtube-dl -o file mp4 "m3u8-URL" might need to pass proper headers for youtube-dl ffmpeg to be allowed to download the key use --user-agent "" and --referer "" (use same user-agent as your browser, find yours easily at ifconfig me ua, and referer is the main URL in the browser from where you sniffed out the m3u8 URL) ( Thanks goes to the guy from reddit who gave the solution )