Copier et extraire une archive tar sur Cisco
Router# archive tar /xtract tftp://x.x.x.x/source flash:/file-url
Router# archive tar /xtract tftp://x.x.x.x/source flash:/file-url
// enviar datos de un formulario por POST $(document).ready(function(){ … Read More »enviar datos por post – – JQUERY — AJAX
– Catalyst Cisco 6509 or 3750: switch#configure terminal switch(config)#monitor session 1 source interface GigabitEthernet x/x switch(config)#monitor session 1 destination interface GigabitEthernet x/x – Catalyst Cisco… Read More »Port mirroring on cisco and juniper switches
# Boot on a live CD and open a console. sda1 is supposed to be the partition containing the OS # 1/ Restore GRUB mount… Read More »HOWTO Restore GRUB
<?php $dbhost = “servidor”; $dbuser = “usuario”; $dbpassword = “clave”; $dbname = “base_de_datos”; mysql_connect($dbhost,$dbuser,$dbpassword); $tablas = mysql_list_tables($dbname); while (list($tabla) = mysql_fetch_row($tablas)) { echo $tabla.“<br />”;… Read More »Mostrar todas las tablas de una base de datos
Note Il vous suffit ensuite de déclarer ainsi function format_url(); function format_url( $url, $type = ” ){ $url = preg_replace(“`\[.*\]`U”,“”,$url); … Read More »Formater une URL proprement pour URL Rewriting
/// 0=domingo 1=lunes 2=martes 3=miercoles 4=jueves 5=viernes 6=sabado function principio_semana() { $unix = date(“U”); /// esto nos convierte la fecha de hoy en Unix switch… Read More »Mostrar el lunes de la semana actual
# Then open 2 terminals. (I will call them T1 and T2). # In T1, type screen -S toto # A new session of screen… Read More »screen
# tips supplémentaires a l’install d’ajaxterm : # relancez tous les modules concernant le prxy dans apache # tuto : http://smhteam.info/wiki/index.linux.php5?wiki=AjaxTerm #le lancer via :… Read More »tips ajaxterm
while read line; do tar -P -c -T – -f archive.tar.gz done < liste_diff.txt Le fichier fourni en paramètre contient une liste de fichiers… Read More »Créer un fichier tar.gz à partir d’un fichier listant un certains nombres de fichiers