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. Fetch application APK To get the list of your installed applications: adb shell pm list packages -f -3 If you want to fetch all apk of your installed apps: for APP in $(adb shell pm list packages -3 -f) do adb pull $( echo ${APP} | sed "s/^package://" | sed "s/base....

<span title='2021-01-29 17:10:02 +0000 UTC'>January 29, 2021</span>&nbsp;·&nbsp;3 min&nbsp;·&nbsp;JC

BackupPC Howto

BackupPC Installation BackupPC is a backup software written in perl. It is packaged on all modern Linux distros, to install it on Debian family: # apt-get install backuppc That’s all. How it works ? BackupPC is a set it then forget it backup software. Backups are performed by backuppc user through ssh and rsync BackupPC doesn’t perform backups at fixed hours, but checks periodically with ping command if a host is alive or not....

<span title='2021-01-27 18:10:02 +0000 UTC'>January 27, 2021</span>&nbsp;·&nbsp;6 min&nbsp;·&nbsp;JC

Configuration d'un serveur mail avec postfix

Vous ne voulez plus confier vos mails à Gmail, Yahoo ou Hotmail ? Vous aimeriez héberger vos mails chez vous mais vous pensez que c’est trop dur, trop compliqué ? Vous pensez qu’il faut être ingénieur pour monter un serveur mail ? Que nenni !! Nous allons voir dans ce tuto la mise en place d’un serveur mail avec Postfix dans le cadre d’une utilisation personnelle. ...

<span title='2010-07-21 10:24:17 +0000 UTC'>July 21, 2010</span>&nbsp;·&nbsp;11 min&nbsp;·&nbsp;JC