Skip to content

Instantly share code, notes, and snippets.

@irocho
irocho / gist:a88969a82376f041e6b2bfaaf41ea569
Last active February 19, 2024 21:11
Chuleta CLI IOS CISCO
?
show mac address-table
clear mac address-table
enable
configure terminal
mac address-table static 1111.2222.3333 vlan 1 interface FastEthernet0/1
exit
<FORM method="GET" action="http://www.google.com/search">
<table>
<tr>
<td>
<A HREF="http://www.google.com/">
<IMG SRC="http://www.google.com/logos/Logo_40wht.gif" ALT="Google"></A>
<INPUT TYPE="text" name="q" size="31" maxlength="255" value="">
<INPUT TYPE="hidde"n name="h"l value="es">
<INPUT type="submit" name="btnG" VALUE="Búsqueda Google">
</td>
* Reiniciar docker:
<code>sudo systemctl restart docker</code>
* Comprobar se vai docker:
sudo docker run hello-world
* Mirar os contedores que teño:
sudo docker ps -a
* Mirar os contedores que están activos:
sudo docker ps
* Arrancar un contedor:
sudo docker start numeritoID
@irocho
irocho / gist:c8e0febb2de77fc308d26148bcae87be
Created January 17, 2021 13:25 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :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:
<html lang=gl_ES>
<head>
<meta charset="UTF-8" />
<meta author="uniwebsidad.com" />
<title>Curriculum Vitae</title>
</head>
<body>
<h3>Enche o teu CV</h3>
<form action="" method="" media="screen">
@irocho
irocho / sublime_saber.md
Last active March 3, 2019 11:37
sublime_saber

Puntos a tratar: Sublime Text

O que se ve

  • View/SideBar
  • View/wrap
  • View/console

Traballo con ficheiros

  • Crear carpeta
<body>
<img src="logo.png" class="flotar">
<p class="colocar"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi mauris nunc, pharetra sed dapibus at, condimentum id est. Vivamus in nisl tincidunt, congue urna ut, porttitor turpis. Curabitur varius laoreet lectus, vel gravida dolor commodo non. Aliquam nec eros quis nulla tincidunt malesuada id quis lorem. Duis egestas, tortor ac iaculis mollis, sem ante tristique turpis, eget sollicitudin dui ante at diam.
</p>
</body>
@irocho
irocho / carrusel
Last active November 14, 2019 12:19
Engadir un "carrusel" na páxina de bootstrap
<!DOCTYPE html>
<html lang="gl">
<head>
<title>Bootstrap con carrusel</title>
<meta charset="utf-8">
<!-- Responsiveness -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Consulta as .css e os scripts en .js para que funcione Bootstrap 4-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
@irocho
irocho / taboas.html
Last active May 28, 2018 09:35
Lembrade: as táboas teñen ringleiras que levan datos
<table>
<tr>
<td> Antón</td> <td> Xurxo</td>
</tr>
<tr>
<td> María </td> <td>Laura</td>
</tr>
@irocho
irocho / listas.html
Last active May 25, 2018 09:42
listas numeradas ou non
<ul>
<li> George Clooney
<li> Humphrey Bogart
<li>Richard Gere
</ul>
<ol>
<li> George Clooney
<li> Humphrey Bogart
<li>Richard Gere