Skip to content
View changeme's full-sized avatar
Block or Report

Block or report changeme

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. A simple script to log the TTFB (Tim... A simple script to log the TTFB (Time to First Byte) of a given web link
    1
    #!/bin/bash
    2
    # file: monitor-ttfb.sh
    3
    # note: to deploy this, add the following line to your crontab
    4
    # * 10-17 * * 1-5 /path/to/monitor-ttfb.sh "https://domain-to-monitor.com" /path/to/log-file/
    5
    # the above cronjob runs every minute from 10AM to 5PM only on weekdays
  2. imapsync_script.sh imapsync_script.sh
    1
    /bin/bash
    2
    
                  
    3
    #Configure servers
    4
    #SERVER1=190.228.29.39
    5
    SERVER2=newhostname-or-ip
  3. visual_sitemap visual_sitemap Public

    Forked from aklump/visual_sitemap

    Visual sitemap generation in HTML/CSS based on JSON definition files.

    HTML 1

  4. wp-hack-fix wp-hack-fix Public

    Forked from renatofrota/wp-hack-fix

    Script to resolve malware infections on WordPress websites by reinstalling all files on core, plugins and themes from their official repositories. Be aware: it removes anything it considers "non-co…

    Shell