Skip to content

Instantly share code, notes, and snippets.

View OSMeteor's full-sized avatar

meteor OSMeteor

View GitHub Profile
@OSMeteor
OSMeteor / 0_reuse_code.js
Created April 28, 2017 07:00
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
####OpenSourece List
### Nodejs
- [strongloop](https://strongloop.com/)
- [loopback.io](http://loopback.io/)
- [kue](http://automattic.github.io/kue/)
- passport
- passport-http
- file-register
- nsqjs
@OSMeteor
OSMeteor / mysql
Last active April 14, 2019 05:36
show processlist;
show master status;
show slave status\G;
stop slave;
change master to master_auto_position=0;
change master to master_host='x.x.x.x',master_user='root',master_password='***', master_log_file='mysql-bin.004672',master_log_pos=63057965;
version: '2'
services:
redis:
restart: always
image: sameersbn/redis:latest
command:
- --loglevel warning
volumes:
- /srv/docker/gitlab/redis:/var/lib/redis:Z