Skip to content

Instantly share code, notes, and snippets.

@1um
1um / gist:c9147ec5d91795a04c56
Created September 8, 2015 14:15
Suggest email
Hello, %{email}!
%{User Name} has invited you to %{site_url}, you can register there through the link below.
Register
If you don't want to accept the invitation, please ignore this email.<br />Your account won't be created until you access the link above and set your password.
@1um
1um / gist:04592610fad7a90a3514
Last active March 12, 2016 06:46
Install Ejudge 3.1.0 on Ubuntu 14.04.01

#Установка Ejudge 3.1.0 на Ubuntu 14.04.01

Используемые версии
  • ejudge-3.1.0
  • ubuntu - 14.04 (32b)
Необходимые пакеты:

sudo apt-get update

@1um
1um / keys.md
Last active August 21, 2018 10:56
Enable two keys for GitHub and GitLab
  1. generate new identifity:

    $ ssh-keygen -t rsa -C "your_email@youremail.com" #save in ~/.ssh/id_rsa2 $ ssh-add ~/.ssh/id_rsa2

  2. add id_rsa2.pub on github and id_rsa.pub(old one) to gitlub

  3. create config for ssh