Executar o comando enable
Switch> enable
import tkinter as recadro | |
### igual precisamos teclear no terminal: sudo apt-get install python3-tk | |
# 1. Fabricar a xanela | |
xanela = recadro.Tk() | |
# 2. Poñerlla ao noso gusto | |
xanela.title("A miña app") ############### | |
xanela.geometry("300x200") ##################### |
? | |
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 |
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: |
<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"> |
<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> |
<!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> |