Sign in through GitHub

Serj's Profile

GitHub User: Loremaster

Comments by Serj

Avatar

Also in Ubuntu 12 you should generate keys:

$ ssh-keygen -t rsa -C "your@mail.com"

Avatar

I found the solution. Do this:

$ groupadd admin
$ adduser deployer --ingroup admin
Avatar

I try to add admin user on Ubuntu 12.04 LTS:

$ adduser deployer --ingroup admin
adduser: The group `admin' does not exist.

Does anyone know how to fix that?

Avatar

Does anyone know how to load photos AFTER clicking the submit button in form?

Avatar

This episode was a catch of a fresh air for me. Now I have a better understanding of rails modularity.

Thank you!