Skip to content

Instantly share code, notes, and snippets.

@arunbabucode
arunbabucode / README.md
Created April 21, 2018 17:28 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet
@arunbabucode
arunbabucode / notes.md
Created April 16, 2018 06:44 — forked from inecmc/notes.md
How to run multiple Redis instances on Ubuntu 16.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