Skip to content
View thebouv's full-sized avatar
🐍
Automating and/or breaking things
🐍
Automating and/or breaking things
Block or Report

Block or report thebouv

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. thebouv.github.io thebouv.github.io Public

    Just my simple little website.

    CSS 2 1

  2. dotfiles dotfiles Public

    Forked from mathiasbynens/dotfiles

    My own dotfiles (tweaked from mathiasbynens/dotfiles)

    Shell 2

  3. ducks: linux command for the 10 larg... ducks: linux command for the 10 largest files in current directory
    1
    du -cks * | sort -rn | head -11
    2
    
                  
    3
    # Usually set this up in my bash profile as an alias:
    4
    
                  
    5
    # alias ducks='du -cks * | sort -rn | head -11'
  4. Perl one-liner to regex replace stri... Perl one-liner to regex replace string stuff on file(s)
    1
    perl -pi -e 's/you/me/g' file
    2
    
                  
    3
    # works with *html or any extension to do all in current directory
  5. bouvlab bouvlab Public

    Notes for all my homelab experiments

    1

  6. pelican-paper pelican-paper Public

    Conversion of hugo-paper theme to pelican

    CSS