Skip to content

Instantly share code, notes, and snippets.

@eric-jingch
eric-jingch / android-backup-apk-and-datas.md
Created December 19, 2023 21:19 — forked from AnatomicJC/android-backup-apk-and-datas.md
Backup android app, data included, no root needed, with adb

Backup android app, data included, no root needed, with adb

adb is the Android CLI tool with which you can interact with your android device, from your PC

You must enable developer mode (tap 7 times on the build version in parameters) and install adb on your PC.

Don't hesitate to read comments, there is useful tips, thanks guys for this !

Fetch application APK

@eric-jingch
eric-jingch / proxmox_resize_pve-root
Created January 18, 2023 03:50
Proxmox - Resize pve-root
# Check disk space before
df -h
# Delete local-lvm storage in gui
lvremove /dev/pve/data
lvresize -l +100%FREE /dev/pve/root
resize2fs /dev/mapper/pve-root
@eric-jingch
eric-jingch / windows_and_office_kms_setup.adoc
Created April 8, 2022 03:06 — forked from jerodg/windows_and_office_kms_setup.adoc
Activate Windows and Office Using KMS Server

Microsoft Windows and Office KMS Setup