Skip to content

Instantly share code, notes, and snippets.

View frederico's full-sized avatar

frederico frederico

  • www.lawmatics.com
  • goiania
View GitHub Profile
@frederico
frederico / gist:4059512
Created November 12, 2012 13:53 — forked from fredguth/gist:4059202
Vaga para Programador Ruby
Requisitos da vaga:
- OO
- HTML/CSS/JS
- Experiência comprovada em desenvolvimento web (2 anos) em qualquer linguagem de preferência ruby
- Rails 3 >=
- Postgresql ou Mysql
- Unix/Linux
- posição full-time (40 horas/semana);
- remoto, com reuniões diárias via Skype e presenciais de 1 a 2 vezes por mês;
- horário flexível;
@frederico
frederico / gist:815021
Created February 7, 2011 19:34
SSH access AWS EC2 - Script Authorized keys for EC2
#bin/sh
# Script to authorize EC2 instance
# You can use id_rsa or id_dsa, i'm using id_rsa then:
# PEM_FILE must be seted
KEY="$HOME/.ssh/id_rsa.pub"
PEM_FILE=""
if [ ! -f $KEY ];then