↓

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 2 << 1 2 3 4 … 6 7 >>

Archivo de la categoría: English

Navegador de artículos

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

alwayslast.bash

Publicado el 2016-06-21 por alvarezp
2

Este script permite poner en un archivo las últimas N líneas de una salida. Por ejemplo, ping […] | alwayslast.bash FILE 10 permitiría que FILE tuviera las últimas 10 líneas de la salida de ping. This script allows for a file to … Sigue leyendo →

Publicado en Código,Computación,English,Español,Linux,Necesidades FOSS,Net-admin,Notas,Planet Gultij,Planeta Linux | 2 Respuestas

Cointoss en Bash

Publicado el 2016-04-22 por alvarezp
Responder

cointoss() { # Probability is $1/$2, for example, cointoss 3 5 # will hit 60% of the time. Defaults to 1/2 if no # arguments are supplied. [ $((RANDOM % ${2-2})) -lt ${1-1} ]; } … Sigue leyendo →

Publicado en Código,Computación,English,Español,Linux,Notas,Planet Gultij,Planeta Linux | Deja una respuesta

Caddeus 0.4

Publicado el 2016-03-20 por alvarezp
Responder

I have just released Caddeus 0.4. Caddeus is a prepared GNUmakefile oriented to the strict quality of C programs. It features an optimal test runner, strict C flags by default, automatic Cppcheck, Clang static analyzer and Valgrind usage if installed on … Sigue leyendo →

Publicado en Caddeus,English,Linux | Deja una respuesta

Monitor

Publicado el 2015-05-17 por alvarezp
Responder

Monitor is a purely-Bash script that lets us leave the PC monitoring the result of an instruction. Unlike watch, Monitor is not about observing the output of the instruction, but to detect the moment when the instruction fails and stops failing … Sigue leyendo →

Publicado en Código,Desarrollos,English,Linux,Monitor,Net-admin | Deja una respuesta

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

Navegador de artículos

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