Linux https://keopx.net/ es Instalación y configuración de SAI-UPS APC https://keopx.net/blog/instalacion-y-configuracion-de-sai-ups-apc <span>Instalación y configuración de SAI-UPS APC</span> <div class="text-content clearfix field field--name-body field--type-text-with-summary field--label-hidden field__item"><p>En principio en gnome el servicio <strong>ups-monitor</strong> nos mantiene controlado el sistema SAI y nos permite configurarlo en caso de que la red eléctrica falle. <strong>Siempre que se haya iniciado una sesión en el equipo</strong>, de no ser así no mantendremos el control. Para solucionar esto en equipos servidor tenemos un paquete para esto, <strong>apcupsd</strong>:</p> <pre line="1" lang="bash" xml:lang="bash">$ sudo aptitude install apcupsd</pre><p>Cambiamos los parámetros en:</p> <pre line="1" lang="bash" xml:lang="bash">$ sudo cp /etc/apcupsd/apcupsd.conf /etc/apcupsd/apcupsd.conf.orig $ sudo nano /etc/apcupsd/apcupsd.conf</pre><p>Cambiamos</p> <pre line="1" lang="bash" xml:lang="bash">UPSCABLE smart</pre><p>Por</p> <pre line="1" lang="bash" xml:lang="bash">UPSCABLE usb</pre><p>Y más abajo tambien modificamos <em>UPSTYPE</em> y <em>DEVICE</em>: Cambiamos:</p> <pre line="1" lang="bash" xml:lang="bash">UPSTYPE apcsmart DEVICE /dev/ttys0</pre><p>Por:</p> <pre line="1" lang="bash" xml:lang="bash">UPSTYPE usb DEVICE</pre><p>* Si en <strong>DEVICE</strong> lo dejamos <strong>blanco</strong>. Resultado similar al siguiente:</p> <pre line="1" lang="bash" xml:lang="bash">## apcupsd.conf ## UPSNAME Back-900 UPSCABLE usb UPSTYPE usb DEVICE POLLTIME 60 LOCKFILE /var/lock</pre><p>Reiniciamos el servicio:</p> <pre line="1" lang="bash" xml:lang="bash">$ sudo /etc/init.d/apcupsd restart</pre><p>Arrancamos el servicio a mano:</p> <pre line="1" lang="bash" xml:lang="bash">$ sudo /sbin/apcupsd</pre><p>Probamos la configuración:</p> <pre line="1" lang="bash" xml:lang="bash">$ sudo /sbin/apcaccess status</pre><p>Nos devolverá algo similar a esto:</p> <pre line="1" lang="bash" xml:lang="bash">APC : 001,037,0931 DATE : 2011-01-30 18:39:34 +0100 HOSTNAME : server-host VERSION : 3.14.8 (16 January 2010) debian UPSNAME : Back-900 CABLE : USB Cable MODEL : Back-UPS BR 900GI UPSMODE : Stand Alone STARTTIME: 2011-01-30 18:39:16 +0100 STATUS : ONLINE LINEV : 215.0 Volts LOADPCT : 27.0 Percent Load Capacity BCHARGE : 100.0 Percent TIMELEFT : 37.2 Minutes MBATTCHG : 5 Percent MINTIMEL : 3 Minutes MAXTIME : 0 Seconds SENSE : Medium LOTRANS : 176.0 Volts HITRANS : 294.0 Volts ALARMDEL : Always BATTV : 27.0 Volts LASTXFER : Unacceptable line voltage changes NUMXFERS : 0 TONBATT : 0 seconds CUMONBATT: 0 seconds XOFFBATT : N/A SELFTEST : NO STATFLAG : 0x07000008 Status Flag MANDATE : 2010-08-14 SERIALNO : 3B1022X43411 BATTDATE : 2010-08-14 NOMINV : 230 Volts NOMBATTV : 24.0 Volts NOMPOWER : 540 Watts FIRMWARE : 879.L1d.I USB FW:L1 APCMODEL : Back-UPS BR 900GI END APC : 2011-01-30 18:39:35 +0100</pre><p>Si reiniciamos nos encontraremos con el siguiente mensaje:</p> <pre line="1" lang="bash" xml:lang="bash">$ sudo /sbin/apcaccess status Error contacting apcupsd @ localhost:3551: Connection refused</pre><p>Para que se inicia de forma automatica debemos cambiar el siguiente parametro:</p> <pre line="1" lang="bash" xml:lang="bash">$ sudo nano /etc/default/apcupsd</pre><p>Y dejamos así:</p> <pre line="1" lang="bash" xml:lang="bash"># Apcupsd-devel internal configuration APCACCESS=/sbin/apcaccess #ISCONFIGURED=no ISCONFIGURED=yes</pre><p><strong>Ya tenemos automatizado!!!</strong> Relacionados:</p> <ul><li><a href="http://flossexperiences.wordpress.com/2008/10/26/configuring-apcupsd/">http://flossexperiences.wordpress.com/2008/10/26/configuring-apcupsd/</a></li> <li><a href="http://failserver.nl/blog/2009/05/howto-install-apc-ups-750-series-on-debian-lenny/">http://failserver.nl/blog/2009/05/howto-install-apc-ups-750-series-on-debian-lenny/</a></li> <li><a href="http://www.imacat.idv.tw/cgi-bin/man/man2html?apcaccess+8">Explicación de las variables</a></li> </ul></div> <span><span>keopx</span></span> <span><time datetime="2011-01-31T18:11:36+01:00" title="Lunes, Enero 31, 2011 - 18:11">Lun, 31/01/2011 - 18:11</time> </span> <div class="field field--name-field-tax-cat field--type-entity-reference field--label-above"> <div class="field__label">Categoria</div> <div class="field__items"> <div class="field__item"><a href="/categoria/debian" hreflang="es">Debian</a></div> <div class="field__item"><a href="/categoria/gnu-linux" hreflang="es">GNU Linux</a></div> <div class="field__item"><a href="/categoria/ubuntu" hreflang="es">Ubuntu</a></div> </div> </div> <div class="field field--name-field-tax-tag field--type-entity-reference field--label-above"> <div class="field__label">Tag</div> <div class="field__items"> <div class="field__item"><a href="/tag/consola" hreflang="es">consola</a></div> <div class="field__item"><a href="/tag/debian" hreflang="es">Debian</a></div> <div class="field__item"><a href="/tag/gnu-linux" hreflang="es">GNU Linux</a></div> <div class="field__item"><a href="/tag/linux" hreflang="es">Linux</a></div> <div class="field__item"><a href="/tag/sai" hreflang="es">SAI</a></div> <div class="field__item"><a href="/tag/seguridad" hreflang="es">seguridad</a></div> <div class="field__item"><a href="/tag/server" hreflang="es">server</a></div> <div class="field__item"><a href="/tag/terminal" hreflang="es">Terminal</a></div> <div class="field__item"><a href="/tag/ubuntu" hreflang="es">Ubuntu</a></div> <div class="field__item"><a href="/tag/ups" hreflang="es">UPS</a></div> </div> </div> <section data-drupal-selector="comments" class="comments"> <h2 class="comments__title">Comentarios</h2> <div class="add-comment"> <div class="add-comment__form"> <drupal-render-placeholder callback="comment.lazy_builders:renderForm" arguments="0=node&amp;1=210&amp;2=field_comments&amp;3=comment" token="0PdQYdmavv6Ekq8vzUnpjZkd-Q2RC_Jerk5fA_ytrmw"></drupal-render-placeholder> </div> </div> </section> Mon, 31 Jan 2011 17:11:36 +0000 keopx 210 at https://keopx.net Repositorio y clave para Opera https://keopx.net/blog/repositorio-y-clave-para-opera <span>Repositorio y clave para Opera</span> <div class="text-content clearfix field field--name-body field--type-text-with-summary field--label-hidden field__item"><p>Para instalar opera y añadir sus claves para el repositorio hacemos lo sigueinte.</p> <p>Edita el fichero de las fuentes de repositorios:</p> <pre line="1" lang="bash" xml:lang="bash">$ sudo nano /etc/apt/sources.list </pre><p>Añadimos el repositorio de opera:</p> <pre line="1" lang="bash" xml:lang="bash">### Opera deb http://deb.opera.com/opera testing non-free</pre><p>Añadimos la clave del repositorio de opera:</p> <pre line="1" lang="bash" xml:lang="bash">wget -O - http://deb.opera.com/archive.key | sudo apt-key add -</pre><p>Actualizamos el sistema e instalamos opera:</p> <pre line="1" lang="bash" xml:lang="bash">$ sudo aptitude update $ sudo aptitude install opera </pre><p>Si en algún momento nos fallan las claves del opera repetimos el paso de las instalación de las claves:</p> <pre line="1" lang="bash" xml:lang="bash">$ wget -O - http://deb.opera.com/archive.key | sudo apt-key add - </pre><p> </p> </div> <span><span>keopx</span></span> <span><time datetime="2010-12-26T12:13:14+01:00" title="Domingo, Diciembre 26, 2010 - 12:13">Dom, 26/12/2010 - 12:13</time> </span> <div class="field field--name-field-tax-cat field--type-entity-reference field--label-above"> <div class="field__label">Categoria</div> <div class="field__items"> <div class="field__item"><a href="/categoria/debian" hreflang="es">Debian</a></div> <div class="field__item"><a href="/categoria/gnu-linux" hreflang="es">GNU Linux</a></div> <div class="field__item"><a href="/categoria/ubuntu" hreflang="es">Ubuntu</a></div> </div> </div> <div class="field field--name-field-tax-tag field--type-entity-reference field--label-above"> <div class="field__label">Tag</div> <div class="field__items"> <div class="field__item"><a href="/tag/consola" hreflang="es">consola</a></div> <div class="field__item"><a href="/tag/debian" hreflang="es">Debian</a></div> <div class="field__item"><a href="/tag/gnu-linux" hreflang="es">GNU Linux</a></div> <div class="field__item"><a href="/tag/linux" hreflang="es">Linux</a></div> <div class="field__item"><a href="/tag/opera" hreflang="es">opera</a></div> <div class="field__item"><a href="/tag/terminal" hreflang="es">Terminal</a></div> </div> </div> <section data-drupal-selector="comments" class="comments"> <h2 class="comments__title">Comentarios</h2> <div class="add-comment"> <div class="add-comment__form"> <drupal-render-placeholder callback="comment.lazy_builders:renderForm" arguments="0=node&amp;1=206&amp;2=field_comments&amp;3=comment" token="NSZKkEppbmsxM4fK3oKAjmrr67DSqo7yIALGa3WMW5k"></drupal-render-placeholder> </div> </div> </section> Sun, 26 Dec 2010 11:13:14 +0000 keopx 206 at https://keopx.net https://keopx.net/blog/repositorio-y-clave-para-opera#comments Convertir ogg y mp3 en Debian/Ubuntu con soundconverter https://keopx.net/blog/convertir-ogg-y-mp3-en-debianubuntu-con-soundconverter <span>Convertir ogg y mp3 en Debian/Ubuntu con soundconverter</span> <div class="text-content clearfix field field--name-body field--type-text-with-summary field--label-hidden field__item"><p>Antes de nada es necesario instalar los codec <strong>ffmpeg</strong>. Instalar soundconverter:</p> <pre line="1" lang="bash" xml:lang="bash">sudo aptitude install soundkonverter</pre><p>Ahora ya podemos pasar a recodificar con el interface. </p> <!--break--><p>Otra opción para pasar de flv a avi o mpeg es la siguiente:</p> <pre line="1" lang="bash" xml:lang="bash">ffmpeg -i archivo.flv nuevo_archivo.avi</pre><pre line="1" lang="bash" xml:lang="bash">ffmpeg -i archivo.flv nuevo_archivo.mpeg</pre><p><strong>Relacionado</strong>:</p> <ul><li><a href="http://www.keopx.net/blog/convertir-videos-flv-a-ogg-o-mp3-en-debianubuntu/">http://www.keopx.net/blog/convertir-videos-flv-a-ogg-o-mp3-en-debianubuntu/</a></li> </ul></div> <span><span>keopx</span></span> <span><time datetime="2010-10-30T09:01:48+02:00" title="Sábado, Octubre 30, 2010 - 09:01">Sáb, 30/10/2010 - 09:01</time> </span> <div class="field field--name-field-tax-cat field--type-entity-reference field--label-above"> <div class="field__label">Categoria</div> <div class="field__items"> <div class="field__item"><a href="/categoria/debian" hreflang="es">Debian</a></div> <div class="field__item"><a href="/categoria/gnu-linux" hreflang="es">GNU Linux</a></div> <div class="field__item"><a href="/categoria/ubuntu" hreflang="es">Ubuntu</a></div> </div> </div> <div class="field field--name-field-tax-tag field--type-entity-reference field--label-above"> <div class="field__label">Tag</div> <div class="field__items"> <div class="field__item"><a href="/tag/consola" hreflang="es">consola</a></div> <div class="field__item"><a href="/tag/debian" hreflang="es">Debian</a></div> <div class="field__item"><a href="/tag/gnu-linux" hreflang="es">GNU Linux</a></div> <div class="field__item"><a href="/tag/linux" hreflang="es">Linux</a></div> <div class="field__item"><a href="/tag/sonido" hreflang="es">Sonido</a></div> <div class="field__item"><a href="/tag/ubuntu" hreflang="es">Ubuntu</a></div> <div class="field__item"><a href="/tag/video" hreflang="es">Video</a></div> </div> </div> <section data-drupal-selector="comments" class="comments"> <h2 class="comments__title">Comentarios</h2> <div class="add-comment"> <div class="add-comment__form"> <drupal-render-placeholder callback="comment.lazy_builders:renderForm" arguments="0=node&amp;1=198&amp;2=field_comments&amp;3=comment" token="MydaEgXNRj1HQh1SPLc5z4cWausTtxnWr7W3huCyPXU"></drupal-render-placeholder> </div> </div> </section> Sat, 30 Oct 2010 07:01:48 +0000 keopx 198 at https://keopx.net Crear imagen de disco duro en Debian/Ubuntu y GNU/Linux en general https://keopx.net/blog/crear-imagen-de-disco-duro-en-debianubuntu-y-gnulinux-en-general <span>Crear imagen de disco duro en Debian/Ubuntu y GNU/Linux en general</span> <div class="text-content clearfix field field--name-body field--type-text-with-summary field--label-hidden field__item"><p>Si necesitamos clonar discos dd es la mejor solución. Podemos realizar copias de discos duros, usb, CD-ROM y aquellos dispositivos conectados al equipo. Crear imagen de una unidad:</p> <pre line="1" lang="bash" xml:lang="bash">$ sudo dd if=/dev/sda of=/home/keopx/imagen.iso bs=512 conv=noerror</pre><!--break--><p>* bs=512 es el tamaño del bloque a copiar. Volcar la imagen al dispositivo:</p> <pre line="1" lang="bash" xml:lang="bash">$ sudo dd if=/home/keopx/imagen.iso of=/dev/sda bs=4096 conv=noerror</pre><p>De dispositivo a dispositivo:</p> <pre line="1" lang="bash" xml:lang="bash">$ sudo dd if=/dev/sda of=/dev/sdb bs=1M conv=noerror </pre><p>Debemos copiar también el sistema de arranque MBR:</p> <pre line="1" lang="bash" xml:lang="bash">$ sudo dd if=/dev/sda of=/home/keopx/mbr.iso bs=512 count=1 </pre><p>Hacer una copia del disco a un fichero mediante ssh</p> <pre line="1" lang="bash" xml:lang="bash">$ sudo dd if=/dev/sda1 | ssh usuario@host “dd of=/home/usuario/partition.image” </pre><p><strong>Comprobar el estado de la copia</strong></p> <pre line="1" lang="bash" xml:lang="bash">$ pgrep -l '^dd$' 4589 dd $ sudo kill -SIGUSR1 4589 </pre><p>Ahora en la salida de la ejecucion veremos algo similar a lo siguiente:</p> <pre line="1" lang="bash" xml:lang="bash">dd if=/dev/sda of=/dev/sdc bs=1M conv=noerror 1384+0 records in 1384+0 records out 1451229184 bytes (1.5 GB) copied, 28.292 s, 51.3 MB/s </pre><p>Más referencia:</p> <ul><li><a href="http://casidiablo.net/crear-un-backup-o-imagen-del-disco-duro/">http://casidiablo.net/crear-un-backup-o-imagen-del-disco-duro/</a></li> <li><a href="http://preguntaslinux.org/-guia-el-comando-dd-t-10.html">http://preguntaslinux.org/-guia-el-comando-dd-t-10.html</a></li> </ul></div> <span><span>keopx</span></span> <span><time datetime="2010-06-28T16:07:26+02:00" title="Lunes, Junio 28, 2010 - 16:07">Lun, 28/06/2010 - 16:07</time> </span> <div class="field field--name-field-tax-cat field--type-entity-reference field--label-above"> <div class="field__label">Categoria</div> <div class="field__items"> <div class="field__item"><a href="/categoria/debian" hreflang="es">Debian</a></div> <div class="field__item"><a href="/categoria/gnu-linux" hreflang="es">GNU Linux</a></div> <div class="field__item"><a href="/categoria/ubuntu" hreflang="es">Ubuntu</a></div> </div> </div> <div class="field field--name-field-tax-tag field--type-entity-reference field--label-above"> <div class="field__label">Tag</div> <div class="field__items"> <div class="field__item"><a href="/tag/consola" hreflang="es">consola</a></div> <div class="field__item"><a href="/tag/debian" hreflang="es">Debian</a></div> <div class="field__item"><a href="/tag/disco-duro" hreflang="es">Disco Duro</a></div> <div class="field__item"><a href="/tag/gnu-linux" hreflang="es">GNU Linux</a></div> <div class="field__item"><a href="/tag/linux" hreflang="es">Linux</a></div> <div class="field__item"><a href="/tag/server" hreflang="es">server</a></div> <div class="field__item"><a href="/tag/terminal" hreflang="es">Terminal</a></div> <div class="field__item"><a href="/tag/ubuntu" hreflang="es">Ubuntu</a></div> </div> </div> <section data-drupal-selector="comments" class="comments"> <h2 class="comments__title">Comentarios</h2> <div class="add-comment"> <div class="add-comment__form"> <drupal-render-placeholder callback="comment.lazy_builders:renderForm" arguments="0=node&amp;1=186&amp;2=field_comments&amp;3=comment" token="fWlyqZUeOr9D9zpPugmwRnxWWjN8v-7FV7gumzxScmc"></drupal-render-placeholder> </div> </div> </section> Mon, 28 Jun 2010 14:07:26 +0000 keopx 186 at https://keopx.net https://keopx.net/blog/crear-imagen-de-disco-duro-en-debianubuntu-y-gnulinux-en-general#comments Chroot para usuario sftp https://keopx.net/blog/chroot-para-usuario-sftp <span>Chroot para usuario sftp</span> <div class="text-content clearfix field field--name-body field--type-text-with-summary field--label-hidden field__item"><p>Vamos a crear una especie de jaula para un usuario. Este usuario lo vamos a utilizar para un entorno web donde pueda subir ficheros y modificarlos, pero que no pueda salir de ese directorio.</p> <p>Lo primero es editar el fichero <em>/etc/ssh/sshd_config</em>:</p> <pre><code>sudo nano /etc/ssh/sshd_config</code> </pre><p>y al final lo dejamos así:</p> <pre><!--break--><code>#Subsystem sftp /usr/lib/openssh/sftp-server</code> <code>...</code> <code>UsePAM yes</code> <code>... Subsystem sftp internal-sftp</code> <code>Match group sftponly</code> <code>ForceCommand internal-sftp ChrootDirectory /var/www/web</code> </pre><p>Creamos la carpeta, con <em>usuario</em> y <em>grupo root</em> en la carpeta <em>/var/www/web</em>:</p> <pre><code>sudo mkdir /var/www/web</code> <code>drwxr-xr-x 5 root root 4,0K 2010-04-11 09:55 web</code> </pre><p>Dentro de <em>/var/www/web</em> pondremos los permisos que correspondan a los ficheros.</p> <pre>$ ls -lah total 260K drwxr-xr-x 5 root root 4,0K mar 22 12:28 . drwxr-xr-x 6 root root 4,0K mar 22 12:28 .. -rwxr-xr-x 1 usuarioweb www-data 3,9K mar 22 12:28 funciones.php -rwxr-xr-x 1 usuarioweb www-data 3,9K mar 22 12:28 insertar.php -rwxr-xr-x 1 usuarioweb www-data 3,3K mar 22 12:28 modificar.php </pre><p>Creamos el grupo sftponly:</p> <pre><code>sudo groupadd sftponly</code> </pre><p>Ahora creamos el usuario con el valor <em>-d</em> que sirve para definirle su directorio:</p> <pre><code>$ sudo useradd -g sftponly -G sftponly -s /bin/false -d /var/www/web usuarioweb</code> </pre><p>Le asignamos la contraseña oportuna:</p> <pre><code>$ sudo passwd usuarioweb</code> </pre><p>Reiniciamos el ssh:</p> <pre><code>$ sudo /etc/init.d/ssh restart</code> </pre><p>Ya tenemos nuestro directorio funcionando para que el <em>usuarioweb</em> no pueda salir de esa carpeta.</p> </div> <span><span>keopx</span></span> <span><time datetime="2010-04-13T10:57:22+02:00" title="Martes, Abril 13, 2010 - 10:57">Mar, 13/04/2010 - 10:57</time> </span> <div class="field field--name-field-tax-cat field--type-entity-reference field--label-above"> <div class="field__label">Categoria</div> <div class="field__items"> <div class="field__item"><a href="/categoria/debian" hreflang="es">Debian</a></div> <div class="field__item"><a href="/categoria/gnu-linux" hreflang="es">GNU Linux</a></div> <div class="field__item"><a href="/categoria/ubuntu" hreflang="es">Ubuntu</a></div> </div> </div> <div class="field field--name-field-tax-tag field--type-entity-reference field--label-above"> <div class="field__label">Tag</div> <div class="field__items"> <div class="field__item"><a href="/tag/consola" hreflang="es">consola</a></div> <div class="field__item"><a href="/tag/debian" hreflang="es">Debian</a></div> <div class="field__item"><a href="/tag/gnu-linux" hreflang="es">GNU Linux</a></div> <div class="field__item"><a href="/tag/linux" hreflang="es">Linux</a></div> <div class="field__item"><a href="/tag/seguridad" hreflang="es">seguridad</a></div> <div class="field__item"><a href="/tag/server" hreflang="es">server</a></div> <div class="field__item"><a href="/tag/ssh" hreflang="es">ssh</a></div> <div class="field__item"><a href="/tag/terminal" hreflang="es">Terminal</a></div> <div class="field__item"><a href="/tag/ubuntu" hreflang="es">Ubuntu</a></div> </div> </div> <section data-drupal-selector="comments" class="comments"> <h2 class="comments__title">Comentarios</h2> <div class="add-comment"> <div class="add-comment__form"> <drupal-render-placeholder callback="comment.lazy_builders:renderForm" arguments="0=node&amp;1=173&amp;2=field_comments&amp;3=comment" token="bpIHMb2TwPMM2e2IMKyeqvKTPqVXSn6kiBcaktrLMhk"></drupal-render-placeholder> </div> </div> </section> Tue, 13 Apr 2010 08:57:22 +0000 keopx 173 at https://keopx.net Añadir usuario a grupo virtualbox (vboxusers) para utilizar USB https://keopx.net/blog/anadir-usuario-grupo-virtualbox-vboxusers-para-utilizar-usb <span>Añadir usuario a grupo virtualbox (vboxusers) para utilizar USB</span> <div class="text-content clearfix field field--name-body field--type-text-with-summary field--label-hidden field__item"><p>Para poder utilizar VirtualBox completamente y con todo el soporte es necesario añadir nuestro usuario al grupo de <strong>vboxusers</strong>.</p> <p>Esto esta relacionado directamente con el control de los puertos usb.</p> <p>Abrimos una terminal y ejecutamos:</p> <pre> <code class="language-bash"> sudo usermod -G vboxusers -a keopx</code></pre><p> </p> </div> <span><span>keopx</span></span> <span><time datetime="2010-01-01T21:02:56+01:00" title="Viernes, Enero 1, 2010 - 21:02">Vie, 01/01/2010 - 21:02</time> </span> <div class="field field--name-field-tax-cat field--type-entity-reference field--label-above"> <div class="field__label">Categoria</div> <div class="field__items"> <div class="field__item"><a href="/categoria/debian" hreflang="es">Debian</a></div> <div class="field__item"><a href="/categoria/gnu-linux" hreflang="es">GNU Linux</a></div> <div class="field__item"><a href="/categoria/ubuntu" hreflang="es">Ubuntu</a></div> <div class="field__item"><a href="/categoria/virtualizacion" hreflang="es">Virtualización</a></div> </div> </div> <div class="field field--name-field-tax-tag field--type-entity-reference field--label-above"> <div class="field__label">Tag</div> <div class="field__items"> <div class="field__item"><a href="/tag/consola" hreflang="es">consola</a></div> <div class="field__item"><a href="/tag/debian" hreflang="es">Debian</a></div> <div class="field__item"><a href="/tag/gnu-linux" hreflang="es">GNU Linux</a></div> <div class="field__item"><a href="/tag/linux" hreflang="es">Linux</a></div> <div class="field__item"><a href="/tag/ubuntu" hreflang="es">Ubuntu</a></div> <div class="field__item"><a href="/tag/virtualbox" hreflang="es">VirtualBox</a></div> </div> </div> <section data-drupal-selector="comments" class="comments"> <h2 class="comments__title">Comentarios<span class="comments__count">3</span></h2> <div class="add-comment"> <div class="add-comment__form"> <drupal-render-placeholder callback="comment.lazy_builders:renderForm" arguments="0=node&amp;1=154&amp;2=field_comments&amp;3=comment" token="wYOY-TqcNgVlD4wISXmb0YBFEQnPy5FQFfFhl7lkAoE"></drupal-render-placeholder> </div> </div> <article data-comment-user-id="0" id="comment-2477" class="comment js-comment comment--level-1 by-anonymous" role="article" data-drupal-selector="comment"> <span class="hidden" data-comment-timestamp="1485593109"></span> <div class="comment__picture-wrapper"> <div class="comment__picture"> <div> </div> </div> </div> <div class="comment__text-wrapper"> <footer class="comment__meta"> <p class="comment__author"><a rel="nofollow" href="http://example.com">Anonymous (no verificado)</a></p> <p class="comment__time">hace 7 años 3 meses</p> </footer> <div class="comment__content"> <h3><a href="/comment/2477#comment-2477" class="permalink" rel="bookmark" hreflang="es">Terminal vboxusers</a></h3> <div class="text-content field field--name-comment-body field--type-text-long field--label-hidden field__item comment__text-content"><p>Hola.<br /> tengo el problema con el virtualbox, no puedo usar los puertos usb, ya instale el park recomendado, ahora tengo que agregar el usuario al con el terminal, pero no soy muy diestro con el terminal, aguien me puede ayudar con un paso como hacer con el terminal.</p> <p>saludos</p> </div> <drupal-render-placeholder callback="comment.lazy_builders:renderLinks" arguments="0=2477&amp;1=default&amp;2=es&amp;3=" token="wBMFWbJ0b8_oC9VVbBF4D26Wzcjhdoi17JoQmnPnG4w"></drupal-render-placeholder> </div> </div> </article> <div class="indented"> <article data-comment-user-id="3" id="comment-2529" class="comment js-comment by-node-author" role="article" data-drupal-selector="comment"> <span class="hidden" data-comment-timestamp="1485593218"></span> <div class="comment__picture-wrapper"> <div class="comment__picture"> <div> </div> </div> </div> <div class="comment__text-wrapper"> <footer class="comment__meta"> <p class="comment__author"><span>keopx</span></p> <p class="comment__time">hace 7 años 2 meses</p> <p class="visually-hidden">En respuesta a <a href="/comment/2477#comment-2477" class="permalink" rel="bookmark" hreflang="es">Terminal vboxusers</a> por <a rel="nofollow" href="http://example.com">Anonymous (no verificado)</a></p> </footer> <div class="comment__content"> <h3><a href="/comment/2529#comment-2529" class="permalink" rel="bookmark" hreflang="es">Ejectua el comando</a></h3> <div class="text-content field field--name-comment-body field--type-text-long field--label-hidden field__item comment__text-content"><p>Deberias ejecutar el comando que aparece pero cambiando keopx, por tu usuario:</p> <p><code><span>sudo</span> usermod -G vboxusers <span>-a</span> tu_usuario</code></p> <p> </p></div> <drupal-render-placeholder callback="comment.lazy_builders:renderLinks" arguments="0=2529&amp;1=default&amp;2=es&amp;3=" token="c9fVwHou72LONd4XfSd3Ez1qh8j_MKnQejsk5gS_0-k"></drupal-render-placeholder> </div> </div> </article> </div> <article data-comment-user-id="0" id="comment-3071" class="comment js-comment comment--level-1 by-anonymous" role="article" data-drupal-selector="comment"> <span class="hidden" data-comment-timestamp="1700048113"></span> <div class="comment__picture-wrapper"> <div class="comment__picture"> <div> </div> </div> </div> <div class="comment__text-wrapper"> <footer class="comment__meta"> <p class="comment__author"><span>chris._vg (no verificado)</span></p> <p class="comment__time">hace 1 año 4 meses</p> </footer> <div class="comment__content"> <h3><a href="/comment/3071#comment-3071" class="permalink" rel="bookmark" hreflang="es">no me ddeja entrar</a></h3> <div class="text-content field field--name-comment-body field--type-text-long field--label-hidden field__item comment__text-content"><p>no me ddeja entrar</p> </div> <drupal-render-placeholder callback="comment.lazy_builders:renderLinks" arguments="0=3071&amp;1=default&amp;2=es&amp;3=" token="hAE8gMkRMeb_0Pc4bu83RDxjcfMpEA4KNJMt-4x0en4"></drupal-render-placeholder> </div> </div> </article> </section> Fri, 01 Jan 2010 20:02:56 +0000 keopx 154 at https://keopx.net https://keopx.net/blog/anadir-usuario-grupo-virtualbox-vboxusers-para-utilizar-usb#comments Conectar por ssh sin password https://keopx.net/blog/conectar-por-ssh-sin-password <span>Conectar por ssh sin password</span> <div class="text-content clearfix field field--name-body field--type-text-with-summary field--label-hidden field__item"><div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item quickedit-field" data-quickedit-field-id="node/135/body/es/full"> <p>Vamos a explicar rápidamente como conectarte por ssh sin contraseña. Sera necesario copiar tu clave (la publica) al servidor, de tal forma que no sea necesario el logearte cada vez que te conectes.</p> <p>Generamos la key:</p> <p><code>ssh-keygen</code></p> <p>Nos generara esto:</p> <p><code>/home/myname/.ssh/id_rsa.pub</code></p> <p>Ahora copiamos:</p> <p><code>ssh-copy-id -i ~/.ssh/id_rsa.pub usuario_remoto@192.168.1.4</code></p> <p>Te pedirá una vez la password del usuario_remoto y no tendrás que volver a meterla. Me parece mas seguro que escribir los datos en un script sobre todo la password ;p</p> <p>Ahora con realizar esto es suficiente:</p> <p><code>ssh usuario_remoto@192.168.1.4</code></p> </div> </div> <span><span>keopx</span></span> <span><time datetime="2009-09-28T18:28:00+02:00" title="Lunes, Septiembre 28, 2009 - 18:28">Lun, 28/09/2009 - 18:28</time> </span> <div class="field field--name-field-tax-cat field--type-entity-reference field--label-above"> <div class="field__label">Categoria</div> <div class="field__items"> <div class="field__item"><a href="/categoria/ssh" hreflang="es">SSH</a></div> <div class="field__item"><a href="/categoria/sistemas" hreflang="es">Sistemas</a></div> <div class="field__item"><a href="/categoria/gnu-linux" hreflang="es">GNU Linux</a></div> </div> </div> <div class="field field--name-field-tax-tag field--type-entity-reference field--label-above"> <div class="field__label">Tag</div> <div class="field__items"> <div class="field__item"><a href="/tag/ssh" hreflang="es">ssh</a></div> <div class="field__item"><a href="/tag/sistemas" hreflang="es">Sistemas</a></div> <div class="field__item"><a href="/tag/gnu-linux" hreflang="es">GNU Linux</a></div> <div class="field__item"><a href="/tag/linux" hreflang="es">Linux</a></div> </div> </div> <section data-drupal-selector="comments" class="comments"> <h2 class="comments__title">Comentarios</h2> <div class="add-comment"> <div class="add-comment__form"> <drupal-render-placeholder callback="comment.lazy_builders:renderForm" arguments="0=node&amp;1=135&amp;2=field_comments&amp;3=comment" token="ESz82-QXyDpfb25htAKX-NDikvyXlSb7CtEhuX0y31U"></drupal-render-placeholder> </div> </div> </section> Mon, 28 Sep 2009 16:28:00 +0000 keopx 135 at https://keopx.net https://keopx.net/blog/conectar-por-ssh-sin-password#comments Recopilación de Hojas de Referencia: https://keopx.net/blog/recopilacion-de-hojas-de-referencia <span>Recopilación de Hojas de Referencia:</span> <div class="text-content clearfix field field--name-body field--type-text-with-summary field--label-hidden field__item"><p>Guías de referencia para diferenentes usos: Para eso : <strong>Línea de comandos:</strong></p> <ul><li><a href="http://www.ss64.com/nt/index.html" title="Windows NT/XP Command Line Reference">Windows NT/XP Command Line Reference</a></li> <li><a href="http://www.ss64.com/bash/index.html" title="Bash Command Line Reference">BASH Command Line Reference</a></li> <li><a href="http://www.csulb.edu/%7Emurdock/dosindex.html" title="DOS Commands">DOS Commands</a></li> </ul><p><strong>Bases de datos: </strong></p> <ul><li><a href="http://www.ilovejackdaniels.com/cheat-sheets/mysql-cheat-sheet/" title="MySQL Cheat Sheet">MySQL Cheat Sheet</a></li> <li><a href="http://www.nparikh.org/unix/mysql.php" title="MySQL Reference List">MySQL Reference List</a></li> <li><a href="http://www.vttoth.com/oracle.htm" title="Oracle Cheat Sheet">Oracle Cheat Sheet</a></li> <li><a href="http://www.yagc.ndo.co.uk/cheatsheets/plsql_cheatsheet.html" title="Oracle PL/SQL Cheat Sheet">Oracle PL/SQL Cheat Sheet</a></li> <li><a href="http://www.larsditzel.de/9iquickref.pdf" title="Oracle 9i Server Reference">Oracle 9i Server Reference</a> (PDF)</li> <li><a href="http://www.ss64.com/ora/index.html">Oracle 9i Command Reference</a></li> <li><a href="http://www.petefreitag.com/cheatsheets/postgresql/" title="PostgreSQL Cheat Sheet">PostgreSQL Cheat Sheet</a></li> <li><a href="http://www.3gwt.net/demo/SQL_redux.html" title="SQL Cheat Sheet">SQL Cheat Sheet</a></li> <li><a href="http://www.ss64.com/sql/index.html" title="SQL Server 2005 Commands">SQL Server 2005 Commands</a></li> </ul><p><strong>Programación:</strong></p> <ul><li><a href="http://www.digilife.be/quickreferences/QRC/Ada%20Syntax%20Card.pdf" title="Ada Syntax Card">Ada Syntax Card</a> (PDF)</li> <li><a href="http://www.ilovejackdaniels.com/asp/asp-vbscript-cheat-sheet/" title="ASP/VBScript Cheat Sheet">ASP/VBScript Cheat Sheet</a></li> <li><a href="http://cs.fit.edu/%7Emmahoney/cse2050/how2cpp.html" title="C++ Language Summary">C++ Language Summary</a></li> <li><a href="http://www.dreamincode.net/downloads/ref_sheets/cpp_reference_sheet.pdf" title="C++ Reference Sheet">C++ Reference Sheet</a> (PDF)</li> <li><a href="http://www.linuxsoftware.co.nz/cppcontainers.html" title="C++ Containers Cheat Sheet">C++ Containers Cheat Sheet</a></li> <li><a href="http://www.quadrantbiz.com/docs/csharpref.pdf" title="C# Language Reference">C# Language Reference</a></li> <li><a href="http://www.digilife.be/quickreferences/QRC/Delphi%20Technical%20Reference%20Card%207.20.pdf" title="Delphi Technical Reference Card">Delphi Technical Reference Card</a> (PDF)</li> <li><a href="http://lesliefranke.com/sandbox/ref/javacheatsheet.html" title="Java Syntax Cheat Sheet">Java Syntax Cheat Sheet</a></li> <li><a href="http://whatis.techtarget.com/definition/0,,sid9_gci826135,00.html" title="Java Quick Reference">Java Quick Reference</a> (PDF)</li> <li><a href="http://www4.ncsu.edu/%7Ekaltofen/courses/Languages/JavaExamples/cpp_vs_java/" title="Java Reference for C++">Java Reference for C++</a></li> <li><a href="http://java.sun.com/products/jsp/syntax/2.0/card20.pdf">JSP 2.0 Syntax Reference Sheet</a> (PDF)</li> <li><a href="http://www.stdout.org/%7Ewinston/latex/latexsheet.pdf" title="LaTEX Reference Card">LaTEX Reference Card</a> (PDF)</li> <li><a href="http://juerd.nl/site.plp/perlcheat" title="PERL Cheat Sheet">PERL Cheat Sheet</a></li> <li><a href="http://heron.snell.clarkson.edu/it/perlrefcard.pdf" title="PERL Reference Card">PERL Reference Card</a> (PDF)</li> <li><a href="http://www.mnlab.cs.depaul.edu/%7Eehab/Courses/TDC568/resources/PerlQuickRef.pdf" title="PERL Regular Expression Quick Reference">PERL Regular Expression Quick Reference</a> (PDF)</li> <li><a href="http://search.cpan.org/%7Enwclark/perl-5.8.7/pod/perlcheat.pod" title="PERL Reference Guide">PERL Reference Guide</a></li> <li><a href="http://www.ilovejackdaniels.com/cheat-sheets/php-cheat-sheet/" title="Jack Daniels PHP Cheet Sheet">PHP Cheat Sheet</a></li> <li><a href="http://www.blueshoes.org/en/developer/php_cheat_sheet" title="Blue Shoes PHP Developer Cheat Sheet">PHP Developer Cheat Sheet</a></li> <li><a href="http://www-128.ibm.com/developerworks/library/l-cheatsheet3.html" title="Python 101 Cheat Sheet">Python 101 Cheat Sheet</a></li> <li><a href="http://www.yukoncollege.yk.ca/%7Ettopper/COMP118/rCheatSheet.html" title="Python Cheat Sheet">Python Cheat Sheet</a></li> <li><a href="http://www.onlamp.com/python/excerpt/PythonPocketRef/examples/python.pdf" title="Python Quick Reference">Python Quick Reference</a> (PDF)</li> <li><a href="http://ruby.cenophobie.com/RubyCheat.pdf" title="Ruby Cheat Sheet">Ruby Cheat Sheet</a> (PDF)</li> <li><a href="http://www.threaded.com/ruby_cheatsheet.htm" title="Ruby Reference Sheet">Ruby Reference</a></li> <li><a href="http://www.ilovejackdaniels.com/cheat-sheets/ruby-on-rails-cheat-sheet/" title="Ruby on Rails Reference Sheet">Ruby on Rails Reference Sheet</a></li> </ul><p>Unix/Linux:</p> <ul><li><a href="http://people.debian.org/%7Edebacle/refcard/refcard-en-a4.pdf" title="Debian Linux Reference Guide">Debian Linux Reference Guide</a> (PDF)</li> <li><a href="http://www.unixguide.net/linux/linuxshortcuts.shtml" title="Linux Shortcuts and Commands">Linux Shortcuts and Commands</a></li> <li><a href="http://homepage.powerup.com.au/%7Esquadron/linux_manual.pdf" title="One Page Linux Manual">One Page Linux Manual</a> (PDF)</li> <li><a href="http://www.gasmi.net/docs/tcp.html" title="TCP Ports List">TCP Ports List</a></li> <li><a href="http://www.rain.org/%7emkummel/unix.html">Treebeard’s Unix Cheat Sheet</a></li> <li><a href="http://www.pixelbeat.org/cmdline.html" title="Unix Command Line Tips">Unix Command Line Tips</a></li> </ul><p><strong>Desarollo web: </strong></p> <ul><li><a href="http://actionscriptcheatsheet.com/pdf/actionsscript_cheat_sheet_letter.pdf" title="Actionscript Cheat Sheet">Actionscript 2.0 Cheat Sheet</a> (PDF)</li> <li><a href="http://www.actionscriptcheatsheet.com/jpg/as3cs_flash_display.jpg" title="Actionscript 3.0 Cheat Sheet">Actionscript 3.0 Cheat Sheet</a> (PDF)</li> <li><a href="http://book.cakephp.org/3.0/en/tutorials-and-examples.html">CakePHP</a><strong><a href="http://cakephp.org/files/cakesheet.pdf"> </a></strong></li> <li><a href="http://websitesetup.org/css3-cheat-sheet/" title="CSS Cheat Sheet">CSS Cheat Sheet</a></li> <li><a href="http://refcards.com/download/bj/css2.pdf" title="CSS 2 Reference Card">CSS 2 Reference Card</a> (PDF)</li> <li><a href="http://www.ilovejackdaniels.com/cheat-sheets/css-cheat-sheet/" title="CSS Reference Sheet">CSS Reference Sheet</a></li> <li><a href="http://www.dustindiaz.com/css-shorthand/" title="CSS Shorthand Guide">CSS Shorthand Guide</a></li> <li><a href="http://wiht.link/css3_information" title="CSS3 - Intro, Guides &amp; Resources">CSS3 - Intro, Guides &amp; Resources</a></li> <li><a href="http://www.inmensia.com/files/pictures/internal/CheatSheetDrupal4.7.png" title="Drupal 4.7 Cheat Sheet">Drupal 4.7 Cheat Sheet</a></li> <li><a href="http://www.thejackol.com/htaccess-cheatsheet/" title=".htaccess Cheat Sheet">.htaccess Cheat Sheet</a></li> <li><a href="http://www.angelfire.com/nm/thehtmlsource/html/cheatsheet.html" title="HTML Cheat Sheet">HTML Cheat Sheet</a></li> <li><a href="http://refcards.com/download/bj/DOMHtml-2.pdf" title="HTML Dom Quick reference Card">HTML Dom Quick Reference Card</a> (PDF)</li> <li><a href="http://www.ilovejackdaniels.com/javascript/javascript-cheat-sheet/" title="Javascript Cheat Sheet">Javascript Cheat Sheet</a></li> <li><a href="http://javascript-reference.info/" title="Javascript Quick Reference">Javascript Quick Reference</a></li> <li><a href="http://www.werelight.com/docs/JavaScript_Quick_Reference.htm" title="Javascript Reference Page">Javascript Reference Page</a></li> <li><a href="http://www.define-web.com/jquery_cheat_sheet/jquery_cheat_sheet_080306_v1.pdf" title="JQuery Cheat Sheet">JQuery Cheat Sheet</a> (PDF)</li> <li><a href="http://www.define-web.com/jquery_cheat_sheet/jquery_cheat_sheet_080306_v1_pg2.pdf" title="JQuery Reference">JQuery Reference</a> (PDF)</li> <li><a href="http://www.snook.ca/archives/javascript/prototype_disse/" title="Prototype Reference (PNG y PDF)">Prototype </a><a href="http://www.snook.ca/archives/javascript/prototype_disse/" title="Prototype Reference (PNG y PDF)">Reference</a> (PNG y PDF)</li> <li><a href="http://www.ilovejackdaniels.com/apache/mod_rewrite-cheat-sheet/" title="Mod_Rewrite Cheat Sheet">Mod_Rewrite Cheat Sheet</a></li> <li><a href="http://slash7.com/cheats/scriptaculous_fx1.pdf" title="Scriptaculous Combination Effects Field Guide">Scriptaculous Combination Effects Field Guide</a> (PDF)</li> <li><a href="http://www.modularmedia.com/xhtml_standards/xhtmlcheatsheet.html" title="XHTML Cheat Sheet">XHTML Cheat sheet</a></li> <li><a href="http://csstidy.sourceforge.net/xhtml.php" title="XHTML Reference">XHTML Reference</a></li> <li><a href="http://www.petefreitag.com/cheatsheets/xhtml/" title="XHTML &amp; HTML Cheat Sheet">XHTML &amp; HTML Cheat Sheet</a></li> <li><a href="http://www.digilife.be/quickreferences/QRC/XML%20Syntax%20Quick%20Reference.pdf" title="XML Syntax Quick Reference">XML Syntax Quick Reference</a> (PDF)</li> <li><a href="http://www.digilife.be/quickreferences/QRC/XML%20Schema%20-%20Structures.pdf" title="XML Schema Reference">XML Schema Reference</a> (PDF)</li> <li><a href="http://www.digilife.be/quickreferences/QRC/XSLT%20and%20XPath%20Quick%20Reference.pdf" title="XSLT and XPath Quick Reference">XSLT and XPath Quick Reference</a> (PDF)</li> </ul><p><strong>Temas variados: </strong></p> <ul><li><a href="http://www.petefreitag.com/cheatsheets/ascii-codes/" title="Ascii Codes Cheat Sheet">Ascii Codes Cheat Sheet</a></li> <li><a href="http://www.slac.stanford.edu/grp/cd/soft/cvs/cvs_cheatsheet.html" title="CVS Cheat Sheet">CVS Cheat Sheet</a></li> <li><a href="http://www.ilovejackdaniels.com/cheat-sheets/regular-expressions-cheat-sheet/" title="Regular Expressions Cheat Sheet">Regular Expressions Cheat Sheet</a></li> <li><a href="http://www.ilovejackdaniels.com/cheat-sheets/colour-chart/" title="RGB Hex Colour Chart">RGB Hex Colour Chart</a></li> <li><a href="http://www.cs.put.poznan.pl/csobaniec/Papers/svn-refcard.pdf" title="Subversion Quick Reference">Subversion Quick Reference</a> (PDF)</li> <li><a href="http://www.tug.org/texshowcase/cheat.pdf" title="Theoretical Computer Science Cheat Sheet">Theoretical Computer Science Cheat Sheet</a> (PDF)</li> <li><a href="http://www.digilife.be/quickreferences/QRC/UML%20Quick%20Reference%20Card.pdf" title="UML Quick Reference Card">UML Quick Reference Card</a> (PDF)</li> <li><a href="http://www.holub.com/goodies/uml/index.html" title="UML Cheat Sheet">UML Cheat Sheet</a></li> <li><a href="http://lagmonster.org/docs/vi2.html" title="Vi Cheat Sheet">Vi Cheat Sheet</a></li> <li><a href="http://www.tuxfiles.org/linuxhelp/vimcheat.html" title="Vim Commands Cheat Sheet">Vim Commands Cheat Sheet</a></li> <li><a href="http://www.burtleburtle.net/justine/Tech/xcomm.html" title="XEmacs Command Cheat Sheet">XEmacs Commands Cheat Sheet</a></li> </ul><p><strong>Además</strong>:</p> <ul><li><a class="l" href="http://www.lugod.org/presentations/gimp-saclug.pdf"><strong>The Gimp</strong> Cheat Sheet</a></li> <li><a class="l" href="http://planetozh.com/download/refcards/Gimp.pdf"><strong>Gimp</strong> Quick Reference Card v.1.0</a></li> <li><a class="l" href="http://sentidoweb.com/2006/10/31/170-cheat-sheets-para-desarrolladores-web.php">170 <strong>cheat sheets</strong> para desarrolladores web</a> - Sentido Web</li> <li><a href="http://www.smashingmagazine.com/2006/10/30/cheat-sheet-round-up-ajax-css-latex-ruby/" rel="bookmark">Cheat Sheet Round-Up: <strong>Ajax, CSS, LaTeX, Ruby…</strong></a> - Smashing Magazine</li> <li><a class="l" href="http://www.google.com/help/cheatsheet.html"><strong>Google</strong> Help : Cheat Sheet</a></li> <li><a class="l" href="http://lesliefranke.com/files/reference/firefoxcheatsheet.html"><strong>Mozilla Firefox</strong> Cheat Sheet</a></li> <li><a class="l" href="http://microformats.org/wiki/cheat-sheet"><strong>Microformats</strong></a></li> </ul><p><strong>Enlaces de Interes:</strong></p> <ul><li><a href="http://www.cheat-sheets.org/" title="www.cheat-sheets.org">www.cheat-sheets.org/</a></li> <li><a href="http://www.scottklarr.com/topic/95/javascriptajax-cheat-sheets/" title="http://www.scottklarr.com/">http://www.scottklarr.com/</a></li> <li><a href="http://whatis.techtarget.com/definition/0,,sid9_gci826135,00.html" title="Otro mas">Otro mas</a></li> </ul></div> <span><span>keopx</span></span> <span><time datetime="2008-05-29T19:11:46+02:00" title="Jueves, Mayo 29, 2008 - 19:11">Jue, 29/05/2008 - 19:11</time> </span> <div class="field field--name-field-tax-cat field--type-entity-reference field--label-above"> <div class="field__label">Categoria</div> <div class="field__items"> <div class="field__item"><a href="/categoria/css" hreflang="es">CSS</a></div> <div class="field__item"><a href="/categoria/html" hreflang="es">Html</a></div> <div class="field__item"><a href="/categoria/programacion" hreflang="es">Programación</a></div> </div> </div> <div class="field field--name-field-tax-tag field--type-entity-reference field--label-above"> <div class="field__label">Tag</div> <div class="field__items"> <div class="field__item"><a href="/tag/css" hreflang="es">CSS</a></div> <div class="field__item"><a href="/tag/php" hreflang="es">php</a></div> <div class="field__item"><a href="/tag/database" hreflang="es">Database</a></div> <div class="field__item"><a href="/tag/base-de-datos" hreflang="es">Base de datos</a></div> <div class="field__item"><a href="/tag/programacion" hreflang="es">Programación</a></div> <div class="field__item"><a href="/tag/gnu-linux" hreflang="es">GNU Linux</a></div> <div class="field__item"><a href="/tag/linux" hreflang="es">Linux</a></div> <div class="field__item"><a href="/tag/software-libre" hreflang="es">Software Libre</a></div> </div> </div> <section data-drupal-selector="comments" class="comments"> <h2 class="comments__title">Comentarios</h2> <div class="add-comment"> <div class="add-comment__form"> <drupal-render-placeholder callback="comment.lazy_builders:renderForm" arguments="0=node&amp;1=12&amp;2=field_comments&amp;3=comment" token="3B36SVw9p91AoZqz8vRNb7G_6Z_FqmDZWb6HVL3Q_Z4"></drupal-render-placeholder> </div> </div> </section> Thu, 29 May 2008 17:11:46 +0000 keopx 12 at https://keopx.net