ionic start login blank
cd login
ionic g provider authService
ionic g page register
ionic g page login
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// al usar Type indica que esto es un objeto | |
type Curso { | |
// al usar el signo ! indica que | |
// el valor es obligatrio | |
id: ID! | |
descripcion: String | |
// la utilizar [] indica que es una lista | |
// los que nos indica que puedes tener 1 o mas | |
// profesores | |
profesores: [Profesor] |
Want to inject some flavor into your everyday text chat? You're in luck! Discord uses Markdown, a simple plain text formatting system that'll help you make your sentences stand out. Here's how to do it! Just add a few characters before & after your desired text to change your text! I'll show you some examples...
Italics *italics* or _italics_
Underline italics __*underline italics*__
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## docker-compose para correr wordpress con una base de datos en mysql | |
## by PeladoNerd https://youtu.be/eoFxMaeB9H4 | |
version: '3.1' | |
services: | |
wordpress: | |
image: wordpress:php7.1-apache | |
ports: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git clone [email protected]:xxxxx/xxxx.git my-awesome-proj | |
Cloning into 'my-awesome-proj'... | |
ssh: connect to host github.com port 22: Connection timed out | |
fatal: Could not read from remote repository. | |
$ # This should also timeout | |
$ ssh -T [email protected] | |
ssh: connect to host github.com port 22: Connection timed out | |
$ # but this might work |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## docker-compose para correr rtorrent sobre raspberry | |
## by PeladoNerd https://youtu.be/pZArt1yEw_o | |
version: "2" | |
services: | |
samba: | |
image: dperson/samba:rpi | |
restart: always |
Este es un instructivo para un tutorial en Youtube https://youtu.be/pliGG1M87W8
- Descargar https://downloads.raspberrypi.org/raspbian_lite_latest
- Descargar a instalar Etcher (para instalar en la SD) https://etcher.io/
- Instalar imagen en la SD
- Cambiar password de usuario Pi (recomendado)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
En el Servidor se busca montar un cronjob para que ejecute la proxima linea de comando | |
ln -s /path/to/laravel/storage/app/public /path/to/public/storage | |
Esto sirve para trabajar los registros en la carpeta storage de laravel cargando los archivos y evitar el acceso indebido, | |
asi en la vista se pueda visualizar de esta forma: | |
` <img class="thumbnail" src="{{ asset('storage/vereda/fotos/'.$w->filename) }}" alt="">` | |
De esta forma se puede visualizar los archivos. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM php:8.4-fpm-bookworm | |
WORKDIR /application | |
ENV ACCEPT_EULA=Y | |
# Fix debconf warnings upon build | |
ARG DEBIAN_FRONTEND=noninteractive | |
ARG DEBIAN_VERSION | |
# LEGACY packages that ever installed when last time research of PHP 7.4, |
People
![]() :bowtie: |
๐ :smile: |
๐ :laughing: |
---|---|---|
๐ :blush: |
๐ :smiley: |
:relaxed: |
๐ :smirk: |
๐ :heart_eyes: |
๐ :kissing_heart: |
๐ :kissing_closed_eyes: |
๐ณ :flushed: |
๐ :relieved: |
๐ :satisfied: |
๐ :grin: |
๐ :wink: |
๐ :stuck_out_tongue_winking_eye: |
๐ :stuck_out_tongue_closed_eyes: |
๐ :grinning: |
๐ :kissing: |
๐ :kissing_smiling_eyes: |
๐ :stuck_out_tongue: |