Skip to content
View fortybelowzero's full-sized avatar
💭
Lurking
💭
Lurking

Block or report fortybelowzero

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. server-package-updates-to-slack server-package-updates-to-slack Public

    Cron-able bash script to send a Slack notification for any packages installed/updated on a Redhat/Centos/Ubuntu server (via yum or apt-get) in the last X minutes

    Shell 1 2

  2. linux-incremental-backup linux-incremental-backup Public

    Simple incremental rolling backup script for a linux server for use with Amazon S3 buckets or Dropbox

    Shell

  3. Add a dark wash to an element (eg a ... Add a dark wash to an element (eg a Hero, or darken an image) with CSS
    1
    ## Add a dark wash to an element (eg a Hero, or darken an image) with CSS
    2
    
                  
    3
    (This example snippet is in SCSS/Sass. Note that children of the element with the darken class will be set 
    4
    to `position: relative; z-index: 1` so that any child content sits above the dark wash)
    5
    
                  
  4. Bad Bot blocking.md Bad Bot blocking.md
    1
    ## Some bad bots i've found hammering some of our client sites, and how i'm blocking them.
    2
    
                  
    3
    *Caveats: These are all guesswork, they might be incorrect or may block more than intended, but they work for me.*
    4
    
                  
    5
    NB, i have a robots.txt file specifying a crawl-rate of one request every 5 seconds, the below appear to be ignoring this. Generally i turn a blind eye to anything thats not invoking a server-generating url multiple times a second - these are people being excessive and causing undue load on relatively-modest servers.