↓

alvarezp

Inicio Menú ↓
Ir al contenido principal
Ir al contenido secundario
  • Inicio
  • Desarrollos
    • Superkb
    • audiosum
  • Ensayos
  • Servicios
    • Feed al podcast Dr. IPv6
  • Suscríbete
  • Cartas abiertas
    • Failing to verify e-mail addresses
cat >> /dev/blog
Inicio→Categorías Por idioma→English - Página 3 << 1 2 3 4 5 6 7 >>

Archivo de la categoría: English

Navegador de artículos

← Entradas más antiguas
Entradas más nuevas →

LibreOffice Styles Tutorial

Publicado el 2015-03-13 por alvarezp
Responder

I wrote a small-and-quick tutorial for using LibreOffice Styles. It is intended to quickly let you understand (and hopefully grasp) the concepts behind the use of Styles without having to go through an entire manual. It briefly covers and exemplifies the … Sigue leyendo →

Publicado en Computación,English,Gultij,Linux,Planet Gultij,Planeta Linux,Software libre | Deja una respuesta

Cisco Type 5 password generation with OpenSSL

Publicado el 2013-03-21 por alvarezp
Responder

In light of the discovered weakness in the Type 4 password encryption mechanism, this is a way of generating Type 5 passwords using OpenSSL: openssl passwd -salt `openssl rand -base64 3` -1 PLAINTEXT_PASSWORD After which it can be copied to … Sigue leyendo →

Publicado en English,Linux,Net-admin,Notas | Deja una respuesta

When is a protocol a tunneling protocol?

Publicado el 2012-05-11 por alvarezp
Responder

This is a note on episode 102 of the fantastic-as-always Packet Pushers Podcast. Initially it was going to be destined for them and less than 140 characters long but I just couldn’t, so I started writing freely and all of … Sigue leyendo →

Publicado en English,Net-admin,Notas | Deja una respuesta

stats.gawk

Publicado el 2012-04-19 por alvarezp
Responder

$ cat bin/stats.gawk #!/usr/bin/gawk -f { d = $1 ~ /^[0-9]/; } d && !f { M = $1; m = $1; f = 1; } d && $1 > M { M = $1; } d && $1 < … Sigue leyendo →

Publicado en Código,Computación,English,Español,Linux,Net-admin,Notas,Planet Gultij,Planeta Linux,Tenía que ser un geek. | Deja una respuesta

Tweaking Opera for safer Web browsing

Publicado el 2012-03-04 por alvarezp
Responder

Sometimes I deeply hate the Opera browser, as with its RAM consumption behavior, but most of the times I just love it. One of the reasons I do is because it allows me to pretty easily tweak my browsing safety. … Sigue leyendo →

Publicado en Computación,English,Notas,Opera browser,Planet Gultij | Deja una respuesta

Navegador de artículos

← Entradas más antiguas
Entradas más nuevas →
© 2025 - alvarezp Funciona con WordPress  Weaver II by WP Weaver
↑