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
<div class="texto-encabezado text-xs-center"> | |
<div class="container"> | |
<h1 class="display-4 wow bounceIn">{{title}}</h1> | |
<p class="wow bounceIn" data-wow-delay=".3s">{{subtitle}}</p> | |
</div> | |
</div> | |
<div class="col-md-8 "> | |
<div class="card " [@carduserprofile]> |
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
@keyframes spin { | |
from { | |
transform: rotate(0deg); | |
} | |
to { | |
transform: rotate(360deg); | |
} | |
} | |
@-webkit-keyframes spin { |
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
<?php | |
$app->get('/producto', function(Request $request, Response $response){ | |
$consulta = "SELECT * FROM productos ORDER BY id_producto DESC;"; | |
try{ | |
$db = new db(); | |
$db = $db->conectar(); | |
$query = $db->query($consulta);\ |
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
<?php | |
use \Psr\Http\Message\ServerRequestInterface as Request; | |
use \Psr\Http\Message\ResponseInterface as Response; | |
$app = new \Slim\App; | |
//Obtener todos los clientes |
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
<div class="texto-encabezado text-xs-center"> | |
<div class="container"> | |
<h1 class="display-4 wow bounceIn">{{title}}</h1> | |
<p class="wow bounceIn" data-wow-delay=".3s">{{subtitle}}</p> | |
</div> | |
</div> | |
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
<div class="texto-encabezado text-xs-center"> | |
<div class="container"> | |
<h1 class="display-4 wow bounceIn">{{title}}</h1> | |
<p class="wow bounceIn" data-wow-delay=".3s">{{subtitle}}</p> | |
</div> | |
</div> | |
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
import { ModuleWithProviders } from '@angular/core'; | |
import { Routes, RouterModule } from '@angular/router'; | |
import {ProductosComponent } from './productos.component'; | |
import { HomeComponent } from './home/home.component'; | |
import { EmpresaComponent} from './empresa/empresa.component'; | |
import { NoticesComponent } from './notices/notices.component'; | |
import { ContactoComponent } from './contacto/contacto.component'; | |
import { NotificationsComponent } from './notifications/notifications.component'; | |
import { RegistrosComponent } from './registros/registros.component'; |
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
<ul class="cd-gallery"> | |
<li *ngFor="let tienda of tiendas" class="restaurante-item"> | |
<a href=""> | |
<ul class="cd-item-wrapper"> | |
<li class="selected"> | |
<img src="http://localhost/slim/uploads/alphanet_png-01.png" alt="Preview image" *ngIf="tienda.imagen && tienda.imagen !== 'null'" > | |
</li> | |
<li class="move-right" data-sale="true" data-price="$22"> | |
</li> |
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
Tipos de filtros o Tablas | |
iptables -L //un filtrador sencillo | |
iptables -t nat -L //muestra el filtro de Traducción de direcciones de red | |
iptables -t mangle -L //adjunta las dos anteriores tablas | |
estructura del filtrador sencillo | |
INPUT //paquetes de entrada | |
FORWARD //paquetes que se redirigen | |
OUTPUT //paquetes de salida |
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
apt-get install openssl | |
apt-get install openssl openssl-blacklist-extra | |
cd /etc/apache2/ | |
openssl genrsa -des3 -out LLaveSSL.key | |
openssl req -new -key LLaveSSL.key -out miCertificado.csr | |
-------------------------------------------------Imagen Shutter--------------------------------------------- | |
Country Name (2 letter code) [AU]:SV | |
State or Province Name (full name) [Some-State]: | |
Locality Name (eg, city) []:San Salvador | |
Organization Name (eg, company) [Internet Widgits Pty Ltd]:'name of business' |