- Día
- Mes
- Hora (en realidad se usa el 15 que significa 3pm)
- Minutos
- Segundos
- Año
- Timezone
Entonces resumiendo, en lugar de utilizar representaciones para hacer el formato, utiliza una fecha:
01/02 03:04:05PM '06 -0700Ejemplo:
Blog de temas técnicos creado por Aguardientico
01/02 03:04:05PM '06 -0700ssh-keygen -t rsa -C "aquí@el_email.com"
ssh-add ~/.ssh/id_rsa_oficina ~/.ssh/id_rsa_personal
cd ~/.ssh touch config chmod 0600
#Oficina
Host github.com-oficina #Este es el alias
HostName github.com
User git
IdentityFile ~/.ssh/id_rsa_oficina #Recuerda usar el path absoluto
#Personal
Host github.com-personal
HostName github.com
User git
IdentityFile ~/.ssh/id_rsa_personalgit clone git@github.com-oficina:oficina/repo.git
git remote set-url origin git://git@githb.com-oficina:oficina/repo.git
echo 32768 > sudo tee /proc/sys/fs/inotify/max_user_watches
fs.inotify.max_user_watches=32768