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

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

  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