Skip to content

Instantly share code, notes, and snippets.

View makemek's full-sized avatar
☁️
vimming

MakeMek makemek

☁️
vimming
  • OOZOU
  • /dev/null
View GitHub Profile
@makemek
makemek / console
Created April 10, 2017 18:23 — forked from dmitriy-kiriyenko/console
Init.d to start/stop xvfb. Put it into /etc/init.d and chmod it to 755
apt-get install xvfb
apt-get install firefox
@makemek
makemek / 1088.js
Created April 2, 2016 17:17 — forked from aheckmann/1088.js
var mongoose = require('mongoose');
var Schema = mongoose.Schema;
var assert = require('assert')
console.log('\n===========');
console.log(' mongoose version: %s', mongoose.version);
console.log('========\n\n');
mongoose.connect('localhost', 'testing_1088');
mongoose.connection.on('error', function () {