Skip to content

Instantly share code, notes, and snippets.

View luismisanchez's full-sized avatar

Luismi Sánchez luismisanchez

View GitHub Profile
@luismisanchez
luismisanchez / android-backup-apk-and-datas.md
Created June 9, 2021 15:49 — 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.

Fetch application APK

To get the list of your installed applications:

@luismisanchez
luismisanchez / ffmpeg.md
Created April 25, 2021 14:26 — forked from steven2358/ffmpeg.md
FFmpeg cheat sheet
@luismisanchez
luismisanchez / secure_link.php
Created March 23, 2021 18:05 — forked from bftanase/secure_link.php
generate URL for nginx secure_link
@luismisanchez
luismisanchez / my.cnf
Created June 25, 2020 16:22 — forked from fevangelou/my.cnf
Optimized my.cnf configuration for MySQL/MariaSQL (on Ubuntu, CentOS etc. servers)
# Optimized my.cnf configuration for MySQL/MariaSQL
#
# by Fotis Evangelou, developer of Engintron (engintron.com)
#
# ~ Updated January 2020 ~
#
#
# The settings provided below are a starting point for a 2GB - 4GB RAM server with 2-4 CPU cores.
# If you have different resources available you should adjust accordingly to save CPU, RAM & disk I/O usage.
#