Skip to content

Instantly share code, notes, and snippets.

View mdominiak's full-sized avatar

Mateusz Dominiak mdominiak

View GitHub Profile
@mdominiak
mdominiak / gist:709868
Created November 22, 2010 12:03
create mysql database and user
create database new_vegas_prod default character set utf8;
grant all privileges on new_vegas_prod.* to new_vegas_prod@localhost identified by 'pass';
@mdominiak
mdominiak / gist:708015
Created November 20, 2010 18:02
generate public and private ssh keys on ubuntu
mkdir ~/.ssh
chmod 700 ~/.ssh
ssh-keygen -t rsa