SSaicharanKandukuriinzman.hashnode.dev·May 22, 2024 · 1 min readAndroid pkvm without root?follow up of: Gist: pkvm notes.md All Android devices supporting pkvm ( mostly Google pixels ) comes with prebuilt tool called corsvm located in /apex/com.android.virt to boot virtual machines and only way to use it is with adb shell, this made me t...00
SSaicharanKandukuriinzman.hashnode.dev·Oct 20, 2023 · 2 min readusing zstd multi-threaded with tar in linuxIntroduction when it comes to compressing files zstd gives a high compression ratio and faster decompression speeds. In my experience packing Linux tarballs, and backing my old codebase to archive, zstd gave me by far the best compression ratio. zstd...01A