- Digital Ocean console web access. [Important]
cp ~/.ssh/id_rsa.pub ~/key.txt- Dropbox it.
- Generate a public share link in dropbox
- Get something like this:
https://www.dropbox.com/s/{{id}}/file?dl=0 - Replace the 0 to 1
- Get on Digital Ocean web console
- WGET it.
- Append it to
$HOME/.ssh/authorized_keyscat $HOME/key.txt >> $HOME/.ssh/authorized_keys - be happy
| apply plugin: 'com.jfrog.bintray' | |
| version = '1.0' | |
| if (project.hasProperty("android")) { | |
| // deploy aar | |
| task sourcesJar(type: Jar) { | |
| classifier = 'sources' | |
| from android.sourceSets.main.java.srcDirs | |
| } |
| repositories { | |
| maven { | |
| url 'https://dl.bintray.com/jsalcido/maven/' | |
| } | |
| } |
| import org.junit.Test; | |
| import org.springframework.scheduling.support.CronSequenceGenerator; | |
| import java.text.SimpleDateFormat; | |
| import java.util.Calendar; | |
| import static org.junit.Assert.*; | |
| public class SpringCronSequenceTest { |
Tesis de por que Rocky 3 es el mejor Rocky. - por Jose Miguel Salcido Aguilar
Bienvenido seas lector a este, mi analisis sobre el universo cinematografico de Rocky.
Podemos comenzar siguiendo la linea de tiempo de Rocky:
Rocky I:
Vemos a un Rocky joven y con un futuro prometedor, pero su futuro no es nada si no hubiese conocido al mismisimo Micky, quien seria su entrenador y mentor y lo llevaria por el camino al exito.
El Eddie no paga slack entonces se pierden los mensajes y siempre tenemos las mismas discusiones
La silla que el Tony y el Oso recomiendan:
- en Hermosillo la consigues en Ofillamas por 10-11 mil pesos en 1 semana te la entregan.
https://requiez.com/Productos/Linea_Ejecutiva/Sillon-Ejecutivo-Dynamic-7000
| <?xml version="1.0" encoding="UTF-8"?> | |
| <rss version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" | |
| xmlns:content="http://purl.org/rss/1.0/modules/content/"> | |
| <channel> | |
| <title>Hiking Treks</title> | |
| <link>https://www.apple.com/itunes/podcasts/</link> | |
| <language>en-us</language> | |
| <copyright>© 2020 John Appleseed</copyright> | |
| <itunes:author>The Sunset Explorers</itunes:author> | |
| <description> |
| using UnityEngine; | |
| using UnityEngine.UI; | |
| using UnityEngine.EventSystems; | |
| using System.Collections; | |
| using System.Collections.Generic; | |
| [RequireComponent(typeof(Image))] | |
| [RequireComponent(typeof(Mask))] | |
| [RequireComponent(typeof(ScrollRect))] | |
| public class ScrollSnapRect : MonoBehaviour, IBeginDragHandler, IEndDragHandler, IDragHandler { |
Se dice comunmente que el lunes es el peor dia de la semana por que es el dia despues del fin de semana, pero en esta tesis vamos a tratar de redactar el por que el Martes es el peor dia de la semana.
Acompañame.
Veamos todos los dias de la semana sin el martes:
Primer dia de la semana, el dia mas alejado del Viernes puede ser una carga y muy doloroso tener que ir a trabajar ó ir a la escuela ya que vienes de un fin de semana en el cual probablemente:
- Descansaste
I use PyCharm for my python development and normally I use a virtual env but now I found poetry and it manages the dependencies in a better way than just having a pip requirements file.
I had issues loading correctly a poetry environment from docker compose into pycharm available environments.
This sometimes works, sometimes I just reload the entire environment.
Run your docker image of course.