thebouv - Overview

Skip to content

Navigation Menu

Sign in

Appearance settings

View thebouv's full-sized avatar

Automating and/or breaking things

Anthony Bouvier thebouv

Automating and/or breaking things

Block or report thebouv

Pinned Loading

  1. Just my simple little website.

    CSS 1 1

  2. 1

    du -cks * | sort -rn | head -11

    3

    # Usually set this up in my bash profile as an alias:

    5

    # alias ducks='du -cks * | sort -rn | head -11'
  3. 1

    perl -pi -e 's/you/me/g' file

    3

    # works with *html or any extension to do all in current directory
  4. Notes for all my homelab experiments

    2

  5. Conversion of hugo-paper theme to pelican

    CSS