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

Block or report thebouv

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. thebouv.github.io Public

    Just my simple little website.

    CSS 1 1

  2. dotfiles Public

    Forked from mathiasbynens/dotfiles

    My own dotfiles (tweaked from mathiasbynens/dotfiles)

    Shell 1 2

  3. ducks: linux command for the 10 larg...
    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...
    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 Public

    Notes for all my homelab experiments

    2

  6. pelican-paper Public

    Conversion of hugo-paper theme to pelican

    CSS