Skip to content

Instantly share code, notes, and snippets.

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

@david-puente
david-puente / android-backup-apk-and-datas.md
Created July 6, 2020 12:34 — 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:

// time and time end
console.time("This");
let total = 0;
for (let j = 0; j < 10000; j++) {
total += j
}
console.log("Result", total);
console.timeEnd("This");
// Memory
@david-puente
david-puente / wsl-lamp.md
Created March 16, 2020 06:05 — forked from aslamdoctor/wsl-lamp.md
Windows 10 - WSL LAMP Stack Setup
@david-puente
david-puente / .docker_aliases
Created January 16, 2019 11:23 — forked from cjus/.docker_aliases
Docker aliases
#!/bin/sh
alias dm='docker-machine'
alias dmx='docker-machine ssh'
alias dk='docker'
alias dki='docker images'
alias dks='docker service'
alias dkrm='docker rm'
alias dkl='docker logs'
alias dklf='docker logs -f'
{"lastUpload":"2020-03-17T10:54:52.276Z","extensionVersion":"v3.4.3"}