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

Block or report careydayrit

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. carey-drupal-project carey-drupal-project Public

    Drupal 9 with Pantheon Integrated Composer for learning

    Shell 1 1

  2. pantheon-drops-9-manual-composer pantheon-drops-9-manual-composer Public

    PHP 1 1

  3. terminus-windows terminus-windows Public

    Terminus running on Virtual Machine for Windows

    Shell 1

  4. Installing Terminus on Ubuntu 18 Installing Terminus on Ubuntu 18
    1
    sudo -A add-apt-repository ppa:ondrej/php -y
    2
    
                  
    3
    sudo apt-get update
    4
    
                  
    5
    sudo apt-get install curl php7.3 php7.3-curl php7.3-cli php7.3-mbstring php7.3-xml git unzip -y
  5. Deactivate plugin without logging in... Deactivate plugin without logging into wordpress
    1
    <?php
    2
    
                  
    3
    header( 'Cache-Control: no-cache, must-revalidate, max-age=0' );
    4
    
                  
    5
    // TODO: read the tabe prefix set on wp_config.php
  6. load-testing load-testing Public

    collection of locustio files

    Python 1