sudo mkdir /opt/popcorntime/
sudo mv Popcorn-Time-0.4.4-linux64 /opt/popcorntime/Popcorn-Time
sudo ln -sf /opt/popcorntime/Popcorn-Time /usr/bin/Popcorn-Time
sudo mkdir /opt/popcorntime/
sudo mv Popcorn-Time-0.4.4-linux64 /opt/popcorntime/Popcorn-Time
sudo ln -sf /opt/popcorntime/Popcorn-Time /usr/bin/Popcorn-Time
http://jovenesconstruyendocultura.mx:4000/admin/configuracions/5e555901b79a600023cbd3d0
verificar portada_imagen falta meta_imagen: Andrea_Sáncehz_CENART.png
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Hospital Firebase</title> | |
| <!-- ******************************************************************************************* | |
| * TODO(DEVELOPER): Paste the initialization snippet from: | |
| * Firebase Console > Overview > Add Firebase to your web app. * | |
| ***************************************************************************************** --> | |
| <script src="https://www.gstatic.com/firebasejs/6.3.4/firebase-app.js"></script> |
| git checkout master | |
| git pull | |
| git checkout -b mi-rama | |
| <hago mis cambios> | |
| git add . | |
| git commit -m "mi mensaje" | |
| git checkout master | |
| git pull |
| # Objetivos personales | |
| ## Oscar | |
| - Creación de aplicación Web | |
| - JS **** | |
| - HTML *** | |
| - CSS *** | |
| - Backend (As A Service) con Firebase *** | |
| - Backend con JS o Python ** |
| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <style> | |
| .node { | |
| cursor: pointer; | |
| } | |
| .node circle { | |
| fill: #fff; | |
| stroke: steelblue; |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Collapsible Tree Example</title> | |
| <style> | |
| .node circle { |
| > db.jugadores.find().skip(1).limit(2).pretty() | |
| { | |
| "_id" : ObjectId("5d8ac9850e4bb7a6ae5a473c"), | |
| "nombre" : "Ronaldinho", | |
| "numero" : "10", | |
| "equipo" : "Brasil" | |
| } | |
| { | |
| "_id" : ObjectId("5d8acbf50e4bb7a6ae5a473d"), | |
| "nombre" : "Modrik", |
Multicursor
ctrl+d
(si te pasas y quieres regresar)
ctrl+u