Skip to content

Instantly share code, notes, and snippets.

import fs from 'fs'
import p from 'path'
import mkdirp from 'mkdirp'
import Mustache from 'mustache'
import nodemailer from 'nodemailer'
const mailConfFile = './data/contactFormSendMail/mail.json'
const mailTplFile = './data/contactFormSendMail/mail.tpl'
const mailLogDir = './log/contactFormSendMail/'
@dkiyatkin
dkiyatkin / gist:76e0ba2beff49fad5616
Last active August 29, 2015 14:07
Ubuntu 14.04. Локализация консоли
locale-gen ru_RU.UTF-8
dpkg-reconfigure locales
update-locale LANG=ru_RU.UTF-8
update-locale LANGUAGE=ru:en
sudo apt-get install language-pack-ru
# Перезайти в систему