Skip to content

Instantly share code, notes, and snippets.

View tbeckenhauer's full-sized avatar

Tom Beckenhauer tbeckenhauer

View GitHub Profile
@AnatomicJC
AnatomicJC / android-backup-apk-and-datas.md
Last active October 30, 2025 09:59
Backup android app, data included, no root needed, with adb

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

Note: This gist may be outdated, thanks to all contributors in comments.

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 !

@knennigtri
knennigtri / jcr-locations.md
Last active May 8, 2023 09:15
Useful JCR Locations for AEM Templates and components
@delbetu
delbetu / uncle_bob_clean_code_intro.md
Last active February 7, 2022 00:24
Uncle bob does clean code matter ?

#Why messy code kill companies ?

##Example story At the start of a project when everything is clean you are going fast!

People ask for new things you could get that done in a matter of hours or days.

A year later things had to slow

The harder and harder you work the slower and slower things seems to go, why ??

@rbialek
rbialek / config
Created June 7, 2011 13:32
ssh/.config
Host github.com
User git
Hostname github.com
PreferredAuthentications publickey
IdentityFile /home/user/.ssh/id_rsa