Skip to content

Instantly share code, notes, and snippets.

@nguyennp
nguyennp / notes.md
Created November 2, 2021 16:05 — forked from Paprikas/notes.md
How to run multiple Redis instances on Ubuntu 18.04

Create the directory for the new instance

$ sudo install -o redis -g redis -d /var/lib/redis2

Create a new configuration file

$ sudo cp -p /etc/redis/redis.conf /etc/redis/redis2.conf
@nguyennp
nguyennp / AdbCommands
Created September 11, 2021 11:52 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader