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="col-md-8"> | |
<div class="card " [@carduserprofile]> | |
<div class="container"> | |
<div class="row"> | |
<div class="col-md-8"> | |
<h2 class="m-b-2">contacto</h2> | |
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 | |
require_once 'vendor/autoload.php'; | |
$app = new \Slim\Slim(); | |
$db = new mysqli("localhost", "name_of_user", "name_of_passwd", "name_of_db"); | |
$app->get("/producto", function() use($db, $app) { | |
// sleep(3); |
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
#iface wlan0 inet static | |
allow-hotplug eth0 | |
iface eth0 inet static | |
address xxx.xxx.xxx.xxx | |
netmask x.x.x.x | |
gateway x.x.x.x | |
network x.x.x.x | |
broadcast x.x.x.x |
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
Tabla practico final ipv6 | |
direccion ISP 2015:abc:bebe::/48 | |
XAS-CENTRAL-SV | |
2015:abc:bebe:1::1/64 serial0/0/0 // salida panama | |
2015:abc:bebe:2::1/64 serial0/0/1 // salida guatemala | |
2015:abc:bebe:3::1/64 serial0/2/0 // salida honduras | |
2015:abc:bebe:4::1/64 serial0/2/1 // salida nicaragua |
NewerOlder