Skip to content

Instantly share code, notes, and snippets.

View sheerlox's full-sized avatar
:shipit:
Getting things done (but not always the right ones)

Pierre Cavin sheerlox

:shipit:
Getting things done (but not always the right ones)
View GitHub Profile
@sheerlox
sheerlox / android-backup-apk-and-datas.md
Created January 30, 2024 22:56 — 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

@sheerlox
sheerlox / sshgpgperm.sh
Last active March 12, 2018 11:28 — forked from ChristopherA/sshgpgperm.sh
SSH & GPG Folders Permissions
chmod 755 ~
chmod 600 ~/.ssh/*
chmod 600 ~/.ssh/id_*
chmod 600 ~/.ssh/github_rsa
chmod 644 ~/.ssh/*.pub
chmod 644 ~/.ssh/authorized_keys
chmod 700 ~/.ssh
chmod 600 ~/.gnupg/*
chmod 700 ~/.gnupg
chmod 700 ~/.gnupg/openpgp-revocs.d/