Skip to content
View hk0O7's full-sized avatar

Block or report hk0O7

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. ansible-drupal_on_lamp ansible-drupal_on_lamp Public

    Installs the LAMP stack with Drupal and sets up a site.

    Shell 2

  2. Drupal site setup script for automat... Drupal site setup script for automated deployment (used in ansible-drupal_on_lamp project)
    1
    #!/usr/bin/env bash
    2
    set -euo pipefail
    3
    
                  
    4
    DRUPAL_PORT=${DRUPAL_PORT:=80}
    5
    SITE_NAME=${SITE_NAME:='Default Drupal site'}
  3. acurl-rewrap acurl-rewrap Public

    Wrapper for acurl to improve usability of the Apigee Edge Management API.

    1

  4. testvm testvm Public

    Quickly deploy/destroy a local Vagrant test VM

    Shell

  5. 4K_UpdateLaunch 4K_UpdateLaunch Public

    A self-installable script that updates and launches 4K Video Downloader for Ubuntu-based GNU/Linux distributions.

    Shell

  6. DotSeeker-Bash DotSeeker-Bash Public

    An attempt at a real-time videogame (snake but you're a dot and there's a time limit) with Bash.

    Shell